v8.19.20
📦 logstashView on GitHub →
🐛 5 fixes🔧 5 symbols
Summary
This release of Logstash (8.19.20) focuses on stability and performance improvements. It includes several bug fixes across various input, output, and filter plugins to address issues with connection handling, bulk API responses, memory leaks, and error handling.
🐛 Bug Fixes
- Fixes an issue where the Beats input plugin would not correctly handle large numbers of concurrent connections, leading to potential performance degradation or connection failures.
- Resolves a bug in the Elasticsearch output plugin that caused incorrect handling of bulk API responses when certain error conditions occurred, potentially leading to data loss or incorrect indexing.
- Corrects a memory leak in the HTTP input plugin that could occur under heavy load, improving overall stability and resource utilization.
- Addresses a problem with the JSON filter plugin where malformed JSON input could cause Logstash to crash.
- Fixes an issue with the Ruby filter plugin where certain complex Ruby code could lead to unexpected behavior or errors.