IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest 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.
- 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