Logstash 8.14.0 Release Notes

Logstash 8.14.0 Release Notes

Known issues

  • Environment and Keystore variable references for pipeline settings are not replaced in pipelines loaded from pipelines.yml. This regression is fixed in Logstash 8.14.1

Announcing the new SNMP integration plugin (Technical Preview)

The new logstash-integration-snmp plugin is now available in Technical Preview, and can be installed on Logstash 8.13.

This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.

The logstash-integration-snmp plugin combines our classic logstash-input-snmp and logstash-input-snmptrap plugins into a single Ruby gem at v4.0.0. Current 1.x versions of the input-snmp plugin are bundled with Logstash by default, and will soon be replaced by the 4.0.0+ version contained in this new integration.

If you want to try the new integration-snmp plugin while it is in Technical Preview, run bin/logstash-plugin install logstash-integration-snmp.

Before you install the new integration, be aware of behavioral and mapping differences between current stand-alone plugins and the new versions included in integration-snmp.

Enhancements and notable issues fixed

  • Fixed a bug that created duplicated io.netty.allocator.maxOrder system property when using environment variable LS_JAVA_OPTS in Docker #16079

Plugins

Jdbc Integration - 5.4.10

  • [DOC] Added database-specific considerations #167

Kafka Integration - 11.4.1

  • Added message_headers option to set headers of record for Kafka output #162

Updates to dependencies

  • Update JRuby to 9.4.7.0 #16125