Skip to content

Releases: elastic/ecs-logging-java

Release 1.0.0.RC1

30 Nov 06:59
Compare
Choose a tag to compare

Features

  • Support for older versions of loggers
    • Logback 1.1 (#88)
    • log4j 2.6 (#100)
    • log4j 1.2.4 (#101)
  • Serialize thread name for JUL if record is from current thread (#104)
  • Add ecs.version (#109)
  • Add support for additional fields for log4j, JUL, and JBoss Log Manager (#116)
  • Docs are now hosted on elastic.co

Release 0.5.2

29 Sep 08:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix serializing null values (#93)

Release 0.5.1

26 Aug 11:37
Compare
Choose a tag to compare

Features

  • Return ContentType of "application/json" instead of "text/plain" (#90)

Release 0.5.0

14 Jul 13:21
Compare
Choose a tag to compare

Features

Release 0.4.0

16 May 14:01
Compare
Choose a tag to compare

Features

  • ECS formatter for JUL (java.util.logging) (#69)

Release 0.3.0

31 Mar 08:07
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Breaking Changes

  • MDC/ThreadContext is now serialized at the top level, as opposed to nested under labels #67

Features

  • Sets event.dataset to ${service.name}.log by default (for example my-app.log) and makes it configurable via the eventDataset property #58
    The event.dataset is used by the machine learning job of the Logs app to look for anomalies in the log rate

Release 0.2.0

28 Mar 15:08
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Features

  • Simplified Spring Boot setup for Logback (#65)
  • Support additional fields in logback encoder (#59)

Bug Fixes

  • TimestampSerializer should not depend on Locale (#54)

Release 0.1.3

14 Nov 09:26
Compare
Choose a tag to compare
Release 0.1.3 Pre-release
Pre-release

Features

  • Add method addTopLevelLabel() to EcsEncoder and EcsLayout (#42)

Bug Fixes

  • Fix NPE when serializing an Exception with a null message (#45)

Release 0.1.2

14 Nov 09:07
Compare
Choose a tag to compare
Release 0.1.2 Pre-release
Pre-release

Features

  • Add support for serializing ObjectMessage with Jackson (#37)

Release 0.1.1

01 Oct 10:21
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

Bug Fixes

  • Fix NPE in log4j2 builder (#33)