IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 5.2.1 Release Notes
editLogstash 5.2.1 Release Notes
edit- Restored messages that provide shutdown information when Logstash process is shutdown (Issue 6507).
Input Plugins
editKafka
- Client ID is no longer reused across multiple Kafka consumer instances (Issue 166).
-
Fixed a bug where Kafka consumer was not correctly setup when the
SASL_SSL
option was specified.
Redis
:
-
The config reload behavior has been fixed by using the correct unsubscribe method for
channel_listener
data type (Issue 5222).
S3
:
- Handle conditions where the remote file on S3 contains multiple blobs of gzipped data (Issue 101).
Elasticsearch
-
We now set the
Content-Type
header toapplication/json
when making HTTP requests to Elasticsearch.
Filter Plugins
editDate
:
Output Plugins
editElasticsearch
:
-
Set the
Content-Type
header toapplication/json
when making HTTP requests to Elasticsearch.
Kafka
:
-
Fixed a bug where consumer was not correctly setup when the
SASL_SSL
option was specified.