Release notes for 7.13.3 (#13031) (#13057)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
Karen Metts 2021-07-07 14:20:02 -04:00 committed by GitHub
parent 49c04d7e5f
commit aa71171f7e
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-13-3,Logstash 7.13.3>>
* <<logstash-7-13-2,Logstash 7.13.2>> * <<logstash-7-13-2,Logstash 7.13.2>>
* <<logstash-7-13-1,Logstash 7.13.1>> * <<logstash-7-13-1,Logstash 7.13.1>>
* <<logstash-7-13-0,Logstash 7.13.0>> * <<logstash-7-13-0,Logstash 7.13.0>>
@ -46,6 +47,31 @@ 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-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]]
=== Logstash 7.13.2 Release Notes === Logstash 7.13.2 Release Notes