IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash can fail to shut down under some circumstances when you are using Pipeline-to-pipeline communication.
Check out issue #16657 for details.
Workaround: Add -Dlogstash.pipelinebus.implementation=v1
to config/jvm.options
.
This change reverts the PipelineBus
to v1
, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.
Elastic_integration Filter - 0.1.14
- Enabled the use of org.elasticsearch.ingest.common.Processors in Ingest Pipelines, resolving an issue where some integrations would fail to load #162
Azure_event_hubs Input - 1.4.9
Kafka Integration - 11.5.2
- Updated avro to 1.11.4 and confluent kafka to 7.4.7 #184