Release notes for 7.17.4 (#14035)

* Update release notes for 7.17.4

Co-authored-by: Jenkins CI <jenkins@logstash-ci-immutable-debian-9-1651052841408258358.c.elastic-ci-prod.internal>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>
Co-authored-by: Karol Bucek <kares@users.noreply.github.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
Logstash Machine 2022-05-02 08:56:02 -05:00 committed by GitHub
parent c814c8fdd0
commit 56d0bc72bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
This section summarizes the changes in the following releases: This section summarizes the changes in the following releases:
* <<logstash-7-17-4,Logstash 7.17.4>>
* <<logstash-7-17-3,Logstash 7.17.3>> * <<logstash-7-17-3,Logstash 7.17.3>>
* <<logstash-7-17-2,Logstash 7.17.2>> * <<logstash-7-17-2,Logstash 7.17.2>>
* <<logstash-7-17-1,Logstash 7.17.1>> * <<logstash-7-17-1,Logstash 7.17.1>>
@ -62,6 +63,32 @@ This section summarizes the changes in the following releases:
* <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>> * <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>>
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>> * <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
[[logstash-7-17-4]]
=== Logstash 7.17.4 Release Notes
[[notable-7-17-4]]
==== Notable issues fixed
* Fixed a bug in retrieving pipeline configuration from central management and license validation which make Logstash process crash if a configured node of the Elasticsearch cluster is down. https://github.com/elastic/logstash/issues/12776[#12776]
* Fix support for reload of pipelines via `SIGHUP` https://github.com/elastic/logstash/issues/13993[#13993]
* Fix stopped pipeline unable to be deleted in registry https://github.com/elastic/logstash/issues/14017[#14017]
* Fix geoip database download does not respect `http_proxy` setting https://github.com/elastic/logstash/issues/14047[#14047]
==== Plugins
*Cef Codec - 6.2.5*
* [DOC] Update link to CEF implementation guide https://github.com/logstash-plugins/logstash-codec-cef/pull/97[#97]
*Dns Filter - 3.1.5*
* Fixed an issue where a non-string value existing in the resolve/reverse field could cause the plugin to crash https://github.com/logstash-plugins/logstash-filter-dns/pull/65[#65]
*Elasticsearch Input - 4.12.3*
* Fix: update Elasticsearch Ruby client to correctly customize 'user-agent' header https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/171[#171]
[[logstash-7-17-3]] [[logstash-7-17-3]]
=== Logstash 7.17.3 Release Notes === Logstash 7.17.3 Release Notes
@ -3978,4 +4005,4 @@ Here are the plugin changes.
- Tweaked logging statements to reduce verbosity - Tweaked logging statements to reduce verbosity
- Fixed numerous issues relating to builds on Travis https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/799[#799] - Fixed numerous issues relating to builds on Travis https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/799[#799]
* logstash-output-s3 * logstash-output-s3
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195] - Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195]