Logstash 8.19.5 Release Notes

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

Logstash 8.19.5 Release Notes

No user-facing changes in Logstash core.

Plugins

Jdbc Integration - 5.6.1

  • Fixes an issue where the jdbc_static filter’s throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures. #187