I released today logstash-gelf 1.6.0. This release contains support for GELF 1.1 spec, Redis Sentinel and the Datenpumpe.
This release contains following changes:
Fixes
- #39 Check for additionalFields null value fixes
Enhancements
- #33 Increase dependency versions
- #35 Support GELF 1.1 spec
- #36 Add Redis Sentinel support
- #37 Fix NPE when no log4j MDC available
- Documentation about Sentinel and Datenpumpe
Links
Maven coordinates:
<dependency>
<groupId>biz.paluch.logging</groupId>
<artifactId>logstash-gelf</artifactId>
<version>1.6.0</version>
</dependency>
Any feedback is appreciated or create issues on GitHub.