Logstash 6.3.2 Release Notesedit

  • Fixes a dependency issue with the Guava library (#9836).
  • Fixes issue when launching logstash from a path that contains white spaces (#9832).
  • Fixes issue with non-unicode event keys in serialization (#9821).
  • Fixes jruby-openssl conflict after running bin/logstash-plugin update (#9817).
  • Fixes development environment jruby artifact downloading (#9807).

Pluginsedit

Dissect Filter

  • Fix Trailing Delimiters requires a false field #57.

Graphite Output

  • Fixes exception handling during socket writing to prevent logstash termination #33.

Http Output

  • Fixes high CPU usage on retries in json_batch mode #89.
  • Adds compression in json_batch mode #89.