Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 1.06 KB

3.0.1

  • Breaking: Updated plugin to use new Java Event APIs for Elastic Stack/Logstash 5.x

1.0.0 (fork from CEF 2.1.3)

  • Slightly changed the format that the codec is available for the IBM Qradar Log Event Extended Format (LEEF)

2.1.3

  • Switch in-place sub! to sub when extracting cef_version. new Logstash Java Event does not support in-place String changes.

2.1.2

  • Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash

2.1.1

  • New dependency requirements for logstash-core for the 5.0 release

2.1.0

  • Implements encode with escaping according to the CEF specification.
  • Config option sev is deprecated, use severity instead.

2.0.0

  • Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
  • Dependency on logstash-core update to 2.0