Logstash 6.8.5 Release Notesedit

No user-facing changes in Logstash core.

Pluginsedit

Dns Filter

  • Added documentation on the nameserver option for relying on /etc/resolv.conf to configure the resolver

Jdbc_static Filter

  • Fixed issue with driver verification using Java 11 #51

Jdbc_streaming Filter

  • Fixed driver loading #35
  • Added support for prepared statements #32
  • Added support for sequel_opts to pass options to the 3rd party Sequel library.
  • Added support for driver loading in JDK 9+ #25
  • Added support for multiple driver jars #21

Jdbc Input

  • Fix issue with driver loading #356
  • Added documentation to provide more info about jdbc driver loading #352