Logstash 8.15.3 Release Notes

Logstash 8.15.3 Release Notes

Known issue

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.

Notable issues fixed

  • Improved the pipeline bootstrap error logs to include the cause’s backtrace, giving a hint where the issue occurred #16495
  • Fixed Logstash core compatibility issues with logstash-input-azure_event_hubs versions 1.4.8 and earlier #16485

Plugins

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

  • Fixed issue with getHostContext method accessibility, causing plugin not to be able to run #93
  • Fixed connection placeholder replacements errors with Logstash 8.15.1 and 8.15.2 #92

Kafka Integration - 11.5.2

  • Updated avro to 1.11.4 and confluent kafka to 7.4.7 #184