Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Releases: jurmous/logstash-log4j2

Release 5.1

13 Apr 10:07
Compare
Choose a tag to compare
  • Make the plugin compatible with latest Logstash 1.5.0.rc2

Release 5.0

20 Feb 11:07
Compare
Choose a tag to compare
  • Add disruptor jar for true async support #7

Release 4.0

18 Dec 21:32
Compare
Choose a tag to compare
  • Updated to Log4j2 2.1

The log4j2.zip contains a version that works for logstash 1.4.2 and includes the jars.

Release 3.3

18 Dec 14:40
Compare
Choose a tag to compare
  • The plugin can be packaged as a gem and used within logstash 1.5
  • The plugin is published on RubyGems.org

Release 3.2

30 Jul 08:31
Compare
Choose a tag to compare

Fixed crashing async log handling.

Release 3.1

18 Jul 06:47
Compare
Choose a tag to compare

More resistent stack trace printing.

Release 3.0

17 Jul 08:40
Compare
Choose a tag to compare

Updated to log4j2 2.0 release
Prettier stack traces.

Release 2.0.2

30 Jun 11:12
Compare
Choose a tag to compare

Correcting an issue in the README which used a wrong log4j2.xml example.

Release 2.0

30 Jun 10:39
Compare
Choose a tag to compare

New version which uses the Log4j2 org.apache.logging.log4j.core.impl.Log4jLogEvent now it properly serializes Exception proxies.

Release 1.0

11 Apr 14:29
Compare
Choose a tag to compare
  • Log the time of the log4j event itself instead of when it arrived in logstash.
  • Use a string variant of throwable name and stack so Logstash doesn't need their original source to deserialize them.