Logstash 5.2.1 Release Notesedit

  • Restored messages that provide shutdown information when Logstash process is shutdown (Issue 6507).

Input Pluginsedit

Kafka

  • 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 to application/json when making HTTP requests to Elasticsearch.

Filter Pluginsedit

Date:

  • Fixed a bug where numbers from JSON codec would result in a date parse failure (Issue 86, Issue 89).

Output Pluginsedit

Elasticsearch:

  • Set the Content-Type header to application/json when making HTTP requests to Elasticsearch.

Kafka:

  • Fixed a bug where consumer was not correctly setup when the SASL_SSL option was specified.