IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 7.11.2 Release Notes
editLogstash 7.11.2 Release Notes
editNotable issues fixed
editWe resolved an issue that could cause problems with automatic reloading. We
replaced the not terminated
state with two states that are more descriptive:
running
and loading
. This fix prevents pipelines that are loading from being
described as running
. #12444
Plugins
editElasticsearch Filter - 3.9.3
Geoip Filter - 6.0.5
Metrics Filter - 4.0.7
- Fixed typo in documentation
Beats Input - 6.0.14
- Feat: log + unwrap generic SSL context exceptions #405
- [DOC] Update links to use shared attributes
Elasticsearch Input - 4.9.1
Http Input - 3.3.7
- Feat: improved error handling/logging/unwraping #133
Syslog Input - 3.4.5
- Added support for listening on IPv6 addresses
Tcp Input - 6.0.7
- Fix: reduce error logging (to info level) on connection resets #168
- Refactor: only patch Socket classes once (on first input)
-
Refactor: use a proper log4j logger (in Java to avoid surprises when unwrapping
LogStash::Logging::Logger
)
Kafka Integration - 10.7.1
- Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 #71
Cloudwatch Output - 3.0.9
- Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 #18
Elasticsearch Output - 10.8.4
Lumberjack Output - 3.1.8
- Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 #31
S3 Output - 4.3.3
- [DOC] Update links to use shared attributes #230