New

The executive guide to generative AI

Read more

Logstash 8.15.4 Release Notes

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

  • Fixed an issue where Logstash could not consume lines correctly when a codec with a delimiter is in use and the input buffer becomes full #16482

Updates to dependencies

  • Updated JRuby to 9.4.9.0 #16638

Plugins

Cef Codec - 6.2.8

  • [DOC] Added raw_data_field to docs #105

Elastic_integration Filter - 0.1.15

  • Fixed the connection failure where SSL verification mode is disabled over SSL connection #165

Geoip Filter - 7.3.1

  • Fixed issue causing pipelines to crash during lookup when a database has custom fields #225

Tcp Input - 6.4.3

  • Updated dependencies #224
Was this helpful?
Feedback