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.
- 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
- Updated JRuby to 9.4.9.0 #16638
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