mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* Forward Port of Release notes for 8.17.3 (#17187)
* Update release notes for 8.17.3
---------
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Forward Port of Release notes for 8.16.5 (#17188)
* Update release notes for 8.16.5
---------
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
(cherry picked from commit 63e8fd1d21
)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
parent
10843a25e2
commit
2ec9efd37d
1 changed files with 58 additions and 4 deletions
54
docs/static/releasenotes.asciidoc
vendored
54
docs/static/releasenotes.asciidoc
vendored
|
@ -3,9 +3,11 @@
|
|||
|
||||
This section summarizes the changes in the following releases:
|
||||
|
||||
* <<logstash-8-17-3,Logstash 8.17.3>>
|
||||
* <<logstash-8-17-2,Logstash 8.17.2>>
|
||||
* <<logstash-8-17-1,Logstash 8.17.1>>
|
||||
* <<logstash-8-17-0,Logstash 8.17.0>>
|
||||
* <<logstash-8-16-5,Logstash 8.16.5>>
|
||||
* <<logstash-8-16-4,Logstash 8.16.4>>
|
||||
* <<logstash-8-16-3,Logstash 8.16.3>>
|
||||
* <<logstash-8-16-2,Logstash 8.16.2>>
|
||||
|
@ -77,6 +79,33 @@ This section summarizes the changes in the following releases:
|
|||
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
|
||||
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
|
||||
|
||||
|
||||
[[logstash-8-17-3]]
|
||||
=== Logstash 8.17.3 Release Notes
|
||||
|
||||
[[notable-8-17-3]]
|
||||
==== Notable issues fixed
|
||||
|
||||
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
|
||||
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
|
||||
* Update logstash-keystore to allow spaces in values when `stdin` is used to set values https://github.com/elastic/logstash/pull/17039[#17039]
|
||||
|
||||
[[plugins-8-17-3]]
|
||||
==== Plugins
|
||||
|
||||
*Beats Input - 6.9.3*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
|
||||
|
||||
*Http Input - 3.10.2*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
|
||||
|
||||
*Tcp Input - 6.4.6*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
|
||||
|
||||
|
||||
[[logstash-8-17-2]]
|
||||
=== Logstash 8.17.2 Release Notes
|
||||
|
||||
|
@ -276,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
|
|||
|
||||
* Adds new mixin configuration option `with_obsolete` to mark `ssl` options as obsolete https://github.com/logstash-plugins/logstash-mixin-http_client/pull/46[#46]
|
||||
|
||||
[[logstash-8-16-5]]
|
||||
=== Logstash 8.16.5 Release Notes
|
||||
|
||||
[[notable-8-16-5]]
|
||||
==== Notable issues fixed
|
||||
|
||||
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
|
||||
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
|
||||
|
||||
[[plugins-8-16-5]]
|
||||
==== Plugins
|
||||
|
||||
*Beats Input - 6.9.3*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
|
||||
|
||||
*Http Input - 3.10.2*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
|
||||
|
||||
*Tcp Input - 6.4.6*
|
||||
|
||||
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
|
||||
|
||||
|
||||
[[logstash-8-16-4]]
|
||||
=== Logstash 8.16.4 Release Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue