v8.19.21
📦 logstashView on GitHub →
🐛 5 fixes🔧 5 symbols
Summary
This release of Logstash (8.19.21) includes several bug fixes to improve stability and performance across various plugins, including HTTP, JDBC, JSON, Elasticsearch, and File inputs/outputs.
🐛 Bug Fixes
- Fixes an issue where the `http_proxy` and `https_proxy` environment variables were not respected by the `http` output plugin when using the `proxy` option.
- Resolves a bug in the `jdbc` input plugin that could cause deadlocks when using multiple threads.
- Corrects a memory leak in the `json` filter plugin when processing large JSON documents.
- Addresses a performance regression in the `elasticsearch` output plugin when indexing documents with many fields.
- Fixes an issue where the `file` input plugin would not correctly rotate logs when the `rotate_every_n_bytes` option was set to a very large value.