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
Copy file name to clipboardExpand all lines: docs/static/releasenotes.asciidoc
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
This section summarizes the changes in the following releases:
5
5
6
6
* <<logstash-8-18-0,Logstash 8.18.0>>
7
+
* <<logstash-8-17-5,Logstash 8.17.5>>
7
8
* <<logstash-8-17-4,Logstash 8.17.4>>
8
9
* <<logstash-8-17-3,Logstash 8.17.3>>
9
10
* <<logstash-8-17-2,Logstash 8.17.2>>
@@ -137,6 +138,27 @@ This section summarizes the changes in the following releases:
137
138
138
139
* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189]
139
140
141
+
[[logstash-8-17-5]]
142
+
=== Logstash 8.17.5 Release Notes
143
+
144
+
* The `SettingString` setting is now correctly non-nullable and `SettingNullableString` is nullable. https://github.com/elastic/logstash/pull/17522[#17522]
145
+
146
+
[[plugins-8-17-5]]
147
+
==== Plugins
148
+
149
+
*Elasticsearch Filter - 3.17.1*
150
+
151
+
* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193]
152
+
153
+
*Elasticsearch Input - 4.21.2*
154
+
155
+
* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225]
156
+
157
+
*Http_poller Input - 5.6.1*
158
+
159
+
* Fix issue with new 'uri' gem leading to runtime exception https://github.com/logstash-plugins/logstash-input-http_poller/pull/148[#148]
0 commit comments