Logstash 6.3.2 Release Notesedit

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