|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-8-15-1,Logstash 8.15.1>> |
6 | 7 | * <<logstash-8-15-0,Logstash 8.15.0>> |
7 | 8 | * <<logstash-8-14-3,Logstash 8.14.3>> |
8 | 9 | * <<logstash-8-14-2,Logstash 8.14.2>> |
@@ -65,6 +66,39 @@ This section summarizes the changes in the following releases: |
65 | 66 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>> |
66 | 67 |
|
67 | 68 |
|
| 69 | +[[logstash-8-15-1]] |
| 70 | +=== Logstash 8.15.1 Release Notes |
| 71 | + |
| 72 | +[[notable-8.15.1]] |
| 73 | +==== Performance improvements and notable issues fixed |
| 74 | + |
| 75 | +* Fixed issue where `${VAR}` incorrectly treated array as a string https://github.com/elastic/logstash/pull/16375[#16375] |
| 76 | + |
| 77 | +[[core-8.15.1]] |
| 78 | +==== Other changes to Logstash core |
| 79 | + |
| 80 | +* Emit warning message for java version less than 17. Starting from Logstash 9.0, the minimum required version of Java will be Java 17 https://github.com/elastic/logstash/pull/16370[#16370] |
| 81 | + |
| 82 | +[[plugins-8.15.1]] |
| 83 | +==== Plugin releases |
| 84 | + |
| 85 | +*Elasticsearch Input - 4.20.4* |
| 86 | + |
| 87 | +* Fixed issue where the `index` parameter was being ignored when using `response_type => aggregations` https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/209[#209] |
| 88 | + |
| 89 | +*Redis Input - 3.7.1* |
| 90 | + |
| 91 | +* [Doc] Added `threads` option https://github.com/logstash-plugins/logstash-input-redis/pull/95[#95] |
| 92 | + |
| 93 | +*Aws Integration - 7.1.8* |
| 94 | + |
| 95 | +* Added support to all storage classes for s3 output https://github.com/logstash-plugins/logstash-integration-aws/pull/49[#49] |
| 96 | + |
| 97 | +*Kafka Integration - 11.5.1* |
| 98 | + |
| 99 | +* [Doc] Added only headers with UTF-8 encoded values are supported in `decorate_events` https://github.com/logstash-plugins/logstash-integration-kafka/pull/174[#174] |
| 100 | + |
| 101 | + |
68 | 102 | [[logstash-8-15-0]] |
69 | 103 | === Logstash 8.15.0 Release Notes |
70 | 104 |
|
@@ -2441,4 +2475,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit |
2441 | 2475 | 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] |
2442 | 2476 |
|
2443 | 2477 | ==== Plugin releases |
2444 | | -Plugins align with release 7.14.0 |
| 2478 | +Plugins align with release 7.14.0 |
0 commit comments