From b7f5962070562297eedd95dd12f3dad4eac356c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:08:11 -0400 Subject: [PATCH] Release notes for 7.17.7 (#14623) Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Co-authored-by: Kaise Cheng --- docs/static/releasenotes.asciidoc | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index ed7a330a6..dad623da7 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -66,6 +67,34 @@ This section summarizes the changes in the following releases: * <> +[[logstash-7-17-7]] +=== Logstash 7.17.7 Release Notes + +[[notable-7-17-7]] +==== Notable issues fixed +* Makes `monitoring.cluster_uuid` a configurable variable that can be passed to docker container by use of an environment flag https://github.com/elastic/logstash/pull/14425[#14425] +* Fixes an issue that `queue.checkpoint.retry` was not respecting the user config https://github.com/elastic/logstash/pull/14487[#14487] +* Fixes an issue where the Node API could present empty information about a pipeline that was in the process of starting up for the first time in a given process lifetime. https://github.com/elastic/logstash/pull/14595[#14595] + +==== Plugins + +*Json Codec - 3.1.1* + +* Fix: when decoded JSON includes an `[event][original]` field, having `ecs_compatibility` enabled will no longer overwrite the decoded field https://github.com/logstash-plugins/logstash-codec-json/pull/43[#43] + +*File Input - 4.4.4* + +* Fixes gzip file handling in read mode when run on JDK12+, including JDK17 that is bundled with Logstash 8.4+ https://github.com/logstash-plugins/logstash-input-file/pull/312[#312] + +*Unix Input - 3.1.2* + +* Fix: eliminate high CPU usage when data timeout is disabled and no data is available on the socket https://github.com/logstash-plugins/logstash-input-unix/pull/30[#30] + +*Rabbitmq Integration - 7.3.1* + +* [DOC] Clarify the availability and cost of using the `metadata_enabled` option https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/52[#52] + + [[logstash-7-17-6]] === Logstash 7.17.6 Release Notes @@ -4107,4 +4136,4 @@ Here are the plugin changes. - 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] * 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] \ No newline at end of file