This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
-
Logstash may fail to start under some circumstances. Single and double quotes are stripped from a pipeline configuration if the configuration includes environment or keystore variable references. If this situation occurs, Logstash may fail to start or some plugins may use a malformed configuration. Check out issue #16437 for details.
Workaround: Downgrade to Logstash 8.15.0, or temporarily avoid using environment and keystore variable references.
-
Fixed issue where
${VAR}
incorrectly treated array as a string #16375
- Emit warning message for java version less than 17. Starting from Logstash 9.0, the minimum required version of Java will be Java 17 #16370
Elasticsearch Input - 4.20.4
-
Fixed issue where the
index
parameter was being ignored when usingresponse_type => aggregations
#209
Redis Input - 3.7.1
-
[Doc] Added
threads
option #95
Aws Integration - 7.1.8
- Added support to all storage classes for s3 output #49
Kafka Integration - 11.5.1
-
[Doc] Added only headers with UTF-8 encoded values are supported in
decorate_events
#174