Logstash 8.19.20 Release Notes

IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Logstash 8.19.20 Release Notes

Updates to dependencies

  • Updated JDK to 21.0.12 build 8 #19367.

Plugins

Csv Filter - 3.1.2

  • Pin csv dependency to < 3.2.6 to avoid a JRuby CSV.parse_line performance regression introduced in csv 3.2.6 #94

Elastic_integration Filter - 8.19.9

  • Apply the default 30-second socket timeout to low-level HTTP connections so stalled connections time out consistently #480

Elasticsearch Filter - 3.19.1

  • Support base64-encoded and Elastic Cloud (essu_-prefixed) API keys in the api_key option; reject unrecognized formats at startup. #229

Beats Input - 6.9.11

  • Update Netty dependency to 4.1.136.Final #574

Elasticsearch Input - 4.23.1

  • Support base64-encoded and Elastic Cloud (essu_-prefixed) API keys in the api_key option; reject unrecognized formats at startup. #276

Http Input - 3.10.11

  • Fix to use the Content-type declared charset to decode the request body #232
  • Update Netty dependency to 4.1.136.Final #229

Tcp Input - 6.4.14

  • Update Netty dependency to 4.1.136.Final #282

Jdbc Integration - 5.6.4

  • Fix connection leak on statement retry by opening JDBC connection once outside retry loop #201

Elasticsearch Output - 11.22.17

  • Support base64-encoded and Elastic Cloud (essu_-prefixed) API keys in the api_key option; reject unrecognized formats at startup. #1278