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
After a json document is serialized, a check is performed on event.timestamp and if it's a String it's converted into a LogStash::Timestamp. However if the conversion fails the event be tagged as jsonparsefailure but still carry a string in @timestamp.Example:
this no longer happens since 1.0.1, please upgrade to the most recent version of logstash-filter-json to avoid the issue
this was fixed in 2.0.3, but there is no patch for 1.x
After a json document is serialized, a check is performed on
event.timestamp
and if it's a String it's converted into a LogStash::Timestamp. However if the conversion fails the event be tagged as jsonparsefailure but still carry a string in@timestamp
.Example:Some plugins will no longer work when handling this event since they expect @timestamp to always be an instance of
LogStash::Timestamp
The text was updated successfully, but these errors were encountered: