mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit 4e3e09c5d6
)
This commit is contained in:
parent
1afa9d5250
commit
d796efc272
1 changed files with 27 additions and 0 deletions
27
docs/static/releasenotes.asciidoc
vendored
27
docs/static/releasenotes.asciidoc
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
This section summarizes the changes in the following releases:
|
||||
|
||||
* <<logstash-8-11-2,Logstash 8.11.2>>
|
||||
* <<logstash-8-11-1,Logstash 8.11.1>>
|
||||
* <<logstash-8-11-0,Logstash 8.11.0>>
|
||||
* <<logstash-8-10-4,Logstash 8.10.4>>
|
||||
|
@ -49,6 +50,32 @@ This section summarizes the changes in the following releases:
|
|||
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
|
||||
|
||||
|
||||
[[logstash-8-11-2]]
|
||||
=== Logstash 8.11.2 Release Notes
|
||||
|
||||
* Added missing method of logger wrapper for puma https://github.com/elastic/logstash/pull/15642[#15642]
|
||||
* Prevent calling shutdown on the DLQ segments flusher if it hasn't been started yet https://github.com/elastic/logstash/pull/15656[#15656]
|
||||
* Remove dependency on jackson-dataformat-yaml https://github.com/elastic/logstash/pull/15599[#15599]
|
||||
|
||||
==== Plugins
|
||||
|
||||
*Mutate Filter - 3.5.8*
|
||||
|
||||
* Fix "Can't modify frozen string" error when converting boolean to `string` https://github.com/logstash-plugins/logstash-filter-mutate/pull/171[#171]
|
||||
|
||||
*Beats Input - 6.7.2*
|
||||
|
||||
* Restore Lumberjack event parsing source code https://github.com/logstash-plugins/logstash-input-beats/pull/486[#486]
|
||||
|
||||
*Elastic_serverless_forwarder Input - 0.1.4*
|
||||
|
||||
* [DOC] Adds tips for using the logstash-input-elastic_serverless_forwarder plugin with the Elasticsearch output plugin https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/7[#7]
|
||||
|
||||
*Validator_support Mixin - 1.1.1*
|
||||
|
||||
* Allow single-word host names such as "localhost". This addresses the inability to set "hosts" to "localhost" in the logstash-filter-elastic_integration plugin. https://github.com/logstash-plugins/logstash-mixin-validator_support/pull/7[#7]
|
||||
|
||||
|
||||
[[logstash-8-11-1]]
|
||||
=== Logstash 8.11.1 Release Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue