You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update release notes for 8.17.4 to claim that version 8.18.0 fixes the problem with ES input/filter plugins.
(cherry picked from commit 6ed756f)
Co-authored-by: Andrea Selva <[email protected]>
Copy file name to clipboardExpand all lines: docs/static/releasenotes.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ This section summarizes the changes in the following releases:
166
166
==== Known issues
167
167
168
168
** The https://github.com/logstash-plugins/logstash-input-http_poller[http_poller input] plugin will terminate during pipeline startup due to an issue with an underlying library. Please upgrade to logstash-input-http_poller 5.6.1 using {ls}'s plugin manager with `bin/logstash-plugin update logstash-input-http_poller`.
169
-
** The https://github.com/logstash-plugins/logstash-input-elasticsearch[elasticsearch input] and https://github.com/logstash-plugins/logstash-filter-elasticsearch[elasticsearch filter] plugins will terminate during pipeline startup due to an upgrade of the underlying elasticsearch ruby client from 7.x to 8.x. Please upgrade to logstash-input-elasticsearch 4.21.2 and logstash-filter-elasticsearch 3.17.1 using {ls}'s plugin manager with `bin/logstash-plugin update logstash-input-elasticsearch logstash-filter-elasticsearch` or downgrade to Logstash 8.17.3.
169
+
** The https://github.com/logstash-plugins/logstash-input-elasticsearch[elasticsearch input] and https://github.com/logstash-plugins/logstash-filter-elasticsearch[elasticsearch filter] plugins will terminate during pipeline startup due to an upgrade of the underlying elasticsearch ruby client from 7.x to 8.x. Please upgrade to logstash-input-elasticsearch 4.21.2 and logstash-filter-elasticsearch 3.17.1 using {ls}'s plugin manager with `bin/logstash-plugin update logstash-input-elasticsearch logstash-filter-elasticsearch` or upgrade to Logstash 8.18.0.
170
170
171
171
[[notable-8-17-4]]
172
172
==== Notable issues fixed
@@ -3378,4 +3378,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
3378
3378
This feature allows users to run the Benchmark CLI in a custom test case with a custom config and a custom dataset. https://github.com/elastic/logstash/pull/12437[#12437]
0 commit comments