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 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