Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This section summarizes the changes in the following releases:

* <<logstash-8-18-0,Logstash 8.18.0>>
* <<logstash-8-17-5,Logstash 8.17.5>>
* <<logstash-8-17-4,Logstash 8.17.4>>
* <<logstash-8-17-3,Logstash 8.17.3>>
* <<logstash-8-17-2,Logstash 8.17.2>>
Expand Down Expand Up @@ -137,6 +138,27 @@ This section summarizes the changes in the following releases:

* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189]

[[logstash-8-17-5]]
=== Logstash 8.17.5 Release Notes

* The `SettingString` setting is now correctly non-nullable and `SettingNullableString` is nullable. https://github.com/elastic/logstash/pull/17522[#17522]

[[plugins-8-17-5]]
==== Plugins

*Elasticsearch Filter - 3.17.1*

* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193]

*Elasticsearch Input - 4.21.2*

* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225]

*Http_poller Input - 5.6.1*

* Fix issue with new 'uri' gem leading to runtime exception https://github.com/logstash-plugins/logstash-input-http_poller/pull/148[#148]


[[logstash-8-17-4]]
=== Logstash 8.17.4 Release Notes

Expand Down