Skip to content

Tags: logstash-plugins/logstash-input-gelf

Tags

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from yaauie/bigdecimal-timestamp-support

fix: restore separate BigDecimal routing to avoid JRuby panic

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix crash when receive a BigDecimal inside `_@timestamp` (#67)

Safely parse of GELF's field named `_@timestamp` to avoid crashing the plugin and Logstash.

This commit safely cast the values of `_@timestamp` field in GELF converting to Logstash's timestamp. In case of error skip the event, tagging it with `_gelf_move_field_failure`, avoiding Logstash process to crash.

Co-authored-by: Karen Metts <[email protected]>
Co-authored-by: Ry Biesemeyer <[email protected]>

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jsvd João Duarte
bump version to 3.3.0

v3.2.0

Toggle v3.2.0's commit message
bump version to 3.2.0

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jsvd João Duarte
set default_codec doc attribute

v3.1.0

Toggle v3.1.0's commit message
bump to 3.1.0

v3.0.7

Toggle v3.0.7's commit message
[skip ci] update gemspec summary

v3.0.6

Toggle v3.0.6's commit message
Version bump

For elastic/logstash#7993

[ci skip]

v3.0.5

Toggle v3.0.5's commit message
Bump to gelf (used in tests) v3.0.0

Fixes #56

v3.0.4

Toggle v3.0.4's commit message
bump patch level for doc generation