Releases: elastic/ecs-logging-java
Releases · elastic/ecs-logging-java
Release 1.0.0.RC1
Features
Release 0.5.2
Bug Fixes
- Fix serializing null values (#93)
Release 0.5.1
Features
- Return ContentType of "application/json" instead of "text/plain" (#90)
Release 0.5.0
Features
- SLF4J MDC support for JUL (#79)
- Parameterized logging for JUL (#77)
- ECS formatter for JBoss Logmanager (#75)
Release 0.4.0
Features
- ECS formatter for JUL (java.util.logging) (#69)
Release 0.3.0
Breaking Changes
MDC
/ThreadContext
is now serialized at the top level, as opposed to nested underlabels
#67
Features
- Sets
event.dataset
to${service.name}.log
by default (for examplemy-app.log
) and makes it configurable via theeventDataset
property #58
Theevent.dataset
is used by the machine learning job of the Logs app to look for anomalies in the log rate
Release 0.2.0
Release 0.1.3
Release 0.1.2
Features
- Add support for serializing ObjectMessage with Jackson (#37)
Release 0.1.1
Bug Fixes
- Fix NPE in log4j2 builder (#33)