IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 7.5.1 Release Notes
editLogstash 7.5.1 Release Notes
edit- Improved usefullness of log messages when reporting full DLQ by including the relevant DLQ’s path #11280
- Fix: eliminates a crash that could occur at pipeline startup when the pipeline references a java-based plugin that had been installed via offline plugin pack #11340
-
Fix: The common
remove_field
plugin option now correctly works on@metadata
fields #11342 - Fix: do not leak ThreadContext into the system #11356
-
Fix: eliminates a regression introduced in 7.2.0 where streaming-oriented inputs configured with payload-oriented codecs (
plain
orjson
) would use them as-is instead of using the appropriate line-oriented codec implementation (lines
orjson_lines
, respectively) #11401 - Fix: handle cloud-id with an empty kibana part #11435
- bump dependencies for patch release #11438
Plugins
editDns Filter
-
Added documentation on the
nameserver
option for relying on/etc/resolv.conf
to configure the resolver
Elasticsearch Filter
- Loosen restrictions on Elasticsearch gem #120
Grok Filter
- Improved grok filter performance in multi-match scenarios. If you’ve noticed some slowdown in grok and you’re using many more workers than cores, this update allows you to configure the timeout_scope setting to improve performance. #153
Jdbc_static Filter
- Fixed issue with driver verification using Java 11 #51
Jdbc_streaming Filter
Elasticsearch Input
- Loosen restrictions on Elasticsearch gem #110
Http Input
Jdbc Input
Jms Input
- Docs: Added additional troubleshooting information #38
Rabbitmq Integration
- Fixes issue in Output where failure to register connection recovery hooks prevented the output from starting
- Improves Input Plugin documentation to better align with upstream guidance #4
Elasticsearch Output