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
Note that instead of a "@timestamp" (and mills from epoch) there are epoch seconds and epoch nanos.
But Otros fails to parse it and instead gives the UNIX start date (1970 ...) for every event.
The text was updated successfully, but these errors were encountered:
matomer
changed the title
Wrong time format parsing for log4j2 json objects produced by log4j 2.11.0 ('org.apache.logging.log4j:log4j-*:2.11.0')
Wrong time format parsing for log4j2 json objects produced by log4j 2.11.0
Jul 15, 2018
The actual messages produced by log4j 2.11.0 are of the form:
Note that instead of a "@timestamp" (and mills from epoch) there are epoch seconds and epoch nanos.
But Otros fails to parse it and instead gives the UNIX start date (1970 ...) for every event.
Libraries used:
Configuration used:
Simple intellij (scala) scratch to reproduce:
The text was updated successfully, but these errors were encountered: