From aa71171f7e3078dbd1d0d1fc14b14dabf948c984 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:20:02 -0400 Subject: [PATCH] Release notes for 7.13.3 (#13031) (#13057) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Duarte Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/static/releasenotes.asciidoc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index a04593e1d..69c5c82b3 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -46,6 +47,31 @@ This section summarizes the changes in the following releases: * <> * <> +[[logstash-7-13-3]] +=== Logstash 7.13.3 Release Notes + +No user-facing changes in Logstash core. + +==== Plugins + +*Cef Codec - 6.2.2* + +* Fixed invalid Field Reference that could occur when ECS mode was enabled and the CEF field `fileHash` was parsed. +* Added expanded mapping for numbered `deviceCustom*` and `deviceCustom*Label` fields so that all now include numbers 1 through 15. https://github.com/logstash-plugins/logstash-codec-cef/pull/89[#89] + +*Multiline Codec - 3.0.11* + +* Fix: avoid long thread sleeps on codec close https://github.com/logstash-plugins/logstash-codec-multiline/pull/67[#67] + +*Xml Filter - 4.1.2* + +* [DOC] Updated docs to correct name of parse_options config option https://github.com/logstash-plugins/logstash-filter-xml/pull/75[#75] + +*Beats Input - 6.1.5* + +* Changed jar dependencies to reflect newer versions https://github.com/logstash-plugins/logstash-input-beats/pull/425[#425] +* Fix: reduce error logging on connection resets https://github.com/logstash-plugins/logstash-input-beats/pull/424[#424] + [[logstash-7-13-2]] === Logstash 7.13.2 Release Notes @@ -2765,4 +2791,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] \ No newline at end of file + - 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]