New

The executive guide to generative AI

Read more

Logstash 8.16.4 Release Notes

Logstash 8.16.4 Release Notes

Notable issues fixed

  • The plugin manager’s update command now correctly updates only minor versions of plugins by default to avoid breaking changes. If you wish to also include breaking changes, you must specify --level=major #16975
  • The plugin manager no longer has issues installing plugins with embedded jars or depending on snakeyaml #16925
  • The plugin manager now correctly supports authenticated proxies by transmitting username and password from proxy environment URI #16957
  • The buffered-tokenizer, which is used by many plugins to split streams of bytes by a delimiter, now properly resumes at the next delimiter after encountering a buffer-full condition #17021

Updates to dependencies

  • Update JDK to 21.0.6+7 #16990

Plugins

Elastic_integration Filter - 8.16.1

  • Provides a guidance in logs when plugin version mismatches with connected Elasticsearch major.minor version #253
  • Embeds Ingest Node components from Elasticsearch 8.16
  • Compatible with Logstash 8.15+

Elasticsearch Filter - 3.17.0

  • Added support for custom headers #190

Beats Input - 6.9.2

  • Name netty threads according to their purpose and the plugin id #511

Elasticsearch Input - 4.21.1

  • Fix: prevent plugin crash when hits contain illegal structure #183
  • When a hit cannot be converted to an event, the input now emits an event tagged with _elasticsearch_input_failure with an [event][original] containing a JSON-encoded string representation of the entire hit.
  • Add support for custom headers #217

Http Input - 3.10.1

  • Properly naming netty threads #191
  • Add improved proactive rate-limiting, rejecting new requests when queue has been actively blocking for more than 10 seconds #179

Tcp Input - 6.4.5

  • Name netty threads with plugin id and their purpose #229

Snmp Integration - 4.0.6

  • [DOC] Fix typo in snmptrap migration section #74

Elasticsearch Output - 11.22.12

  • Properly handle http code 413 (Payload Too Large) #1199
  • Remove irrelevant log warning about elastic stack version #1202
Was this helpful?
Feedback