Logstash 8.1.1 Release Notes

Notable issues fixed

  • The bin/logstash-plugin uninstall <plugin> command works as expected, successfully uninstalling the specified plugin #13823
  • Logstash CLI tools are now able to use the selected JDK on Windows #13839
  • Logstash can successfully locate the Windows JVM, even if the path includes spaces #13881
  • The GeoIP database lookup will now respect a proxy defined with the http_proxy environment variable. #13840

Updates to dependencies

  • The version of the bundled JDK has been updated to 11.0.14.1+1. #13869

Plugins

Dissect Filter - 1.2.5

  • Fix: bad padding -> suffix with delimiter #84

Elasticsearch Filter - 3.11.1

  • Fix: hosts ⇒ "es_host:port" regression #156

Dead_letter_queue Input - 1.1.11

  • Fix: pre-flight checks before creating DLQ reader #35
  • Fix: avoid Logstash crash on shutdown if DLQ files weren’t created #33

Elasticsearch Input - 4.12.2

  • Fix: hosts ⇒ "es_host:port" regression #168

Http_poller Input - 5.2.1

  • Deps: unpin rufus-scheduler dependency #132

Jdbc Integration - 5.2.4

  • Fix: compatibility with all (>= 3.0) rufus-scheduler versions #97
  • Performance: avoid contention on scheduler execution #103

Tcp Output - 6.0.1

  • Fix: logging fail retry to stdout #43
  • Fix: Use reconnect_interval when establish a connection