mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
7.9.2 Release Notes (#12272)
* Add JDK 15 compatibility notice * Add more information to app_search missed dependency fixed issue Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
parent
b287ec72e2
commit
16e0f85af8
1 changed files with 33 additions and 0 deletions
33
docs/static/releasenotes.asciidoc
vendored
33
docs/static/releasenotes.asciidoc
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
This section summarizes the changes in the following releases:
|
||||
|
||||
* <<logstash-7-9-2,Logstash 7.9.2>>
|
||||
* <<logstash-7-9-1,Logstash 7.9.1>>
|
||||
* <<logstash-7-9-0,Logstash 7.9.0>>
|
||||
* <<logstash-7-8-1,Logstash 7.8.1>>
|
||||
|
@ -33,6 +34,38 @@ This section summarizes the changes in the following releases:
|
|||
* <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>>
|
||||
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
|
||||
|
||||
[[logstash-7-9-2]]
|
||||
=== Logstash 7.9.2 Release Notes
|
||||
|
||||
==== Notable issues fixed
|
||||
|
||||
===== Secret store thread safety issues with multiple pipelines
|
||||
|
||||
Since `7.8.0`, a change to optimise the speed of loading variables from the Logstash Secret Store could cause Logstash not to be able to start when the feature was used in conjunction with multiple pipelines. This has now been fixed, and you can read the details here: https://github.com/elastic/logstash/pull/12236[#12236]
|
||||
|
||||
===== App Search output startup failure
|
||||
|
||||
Since `7.9.0`, a regression was introduced which prevented pipelines using the Elastic App Search output from starting. This release fixes support for this plugin, you can read the details here: https://github.com/logstash-plugins/logstash-output-elastic_app_search/pull/18[#18], https://github.com/elastic/logstash/pull/12251[#12251]
|
||||
[[jdk15-compat]]
|
||||
==== Compatibility notice: {ls} and JDK 15
|
||||
|
||||
{ls} is not yet compatible with JDK 15.
|
||||
|
||||
While we are working to support JDK 15, we encourage you to use supported JDK
|
||||
versions (8, 11 or 14). See <<ls-jvm>> for details and the
|
||||
https://www.elastic.co/support/matrix#matrix_jvm[Elastic Support Matrix] for the
|
||||
official word on supported versions across products and releases.
|
||||
|
||||
==== Plugins
|
||||
|
||||
*Sleep Filter - 3.0.7*
|
||||
|
||||
* Changed Fixnum to Integer. Fixnum was deprecated in ruby 2.4. https://github.com/logstash-plugins/logstash-filter-sleep/pull/10[#10]
|
||||
|
||||
*Elastic_app_search Output - 1.1.1*
|
||||
|
||||
* Added missed dependency (elastic-app-search) to the gemspec https://github.com/logstash-plugins/logstash-output-elastic_app_search/pull/18[#18]. Fixes https://github.com/logstash-plugins/logstash-output-elastic_app_search/issues/17[#17]
|
||||
|
||||
[[logstash-7-9-1]]
|
||||
=== Logstash 7.9.1 Release Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue