|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-8-17-5,Logstash 8.17.5>> |
6 | 7 | * <<logstash-8-17-4,Logstash 8.17.4>> |
7 | 8 | * <<logstash-8-17-3,Logstash 8.17.3>> |
8 | 9 | * <<logstash-8-17-2,Logstash 8.17.2>> |
@@ -82,6 +83,27 @@ This section summarizes the changes in the following releases: |
82 | 83 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>> |
83 | 84 |
|
84 | 85 |
|
| 86 | +[[logstash-8-17-5]] |
| 87 | +=== Logstash 8.17.5 Release Notes |
| 88 | + |
| 89 | +* The `SettingString` setting is now correctly non-nullable and `SettingNullableString` is nullable. https://github.com/elastic/logstash/pull/17522[#17522] |
| 90 | + |
| 91 | +[[plugins-8-17-5]] |
| 92 | +==== Plugins |
| 93 | + |
| 94 | +*Elasticsearch Filter - 3.17.1* |
| 95 | + |
| 96 | +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193] |
| 97 | + |
| 98 | +*Elasticsearch Input - 4.21.2* |
| 99 | + |
| 100 | +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225] |
| 101 | + |
| 102 | +*Http_poller Input - 5.6.1* |
| 103 | + |
| 104 | +* Fix issue with new 'uri' gem leading to runtime exception https://github.com/logstash-plugins/logstash-input-http_poller/pull/148[#148] |
| 105 | + |
| 106 | + |
85 | 107 | [[logstash-8-17-4]] |
86 | 108 | === Logstash 8.17.4 Release Notes |
87 | 109 |
|
@@ -3302,4 +3324,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit |
3302 | 3324 | 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] |
3303 | 3325 |
|
3304 | 3326 | ==== Plugin releases |
3305 | | -Plugins align with release 7.14.0 |
| 3327 | +Plugins align with release 7.14.0 |
0 commit comments