You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>