|
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] |
| 160 | + |
| 161 | + |
140 | 162 | [[logstash-8-17-4]] |
141 | 163 | === Logstash 8.17.4 Release Notes |
142 | 164 |
|
@@ -3356,4 +3378,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit |
3356 | 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] |
3357 | 3379 |
|
3358 | 3380 | ==== Plugin releases |
3359 | | -Plugins align with release 7.14.0 |
| 3381 | +Plugins align with release 7.14.0 |
0 commit comments