|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases:
|
5 | 5 |
|
| 6 | +* <<logstash-8-18-4,Logstash 8.18.4>> |
6 | 7 | * <<logstash-8-18-3,Logstash 8.18.3>>
|
7 | 8 | * <<logstash-8-18-2,Logstash 8.18.2>>
|
8 | 9 | * <<logstash-8-18-1,Logstash 8.18.1>>
|
@@ -89,6 +90,27 @@ This section summarizes the changes in the following releases:
|
89 | 90 | * <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
|
90 | 91 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
|
91 | 92 |
|
| 93 | +[[logstash-8-18-4]] |
| 94 | +=== Logstash 8.18.4 Release Notes |
| 95 | + |
| 96 | +[[notable-8-18-4]] |
| 97 | +==== Notable issues fixed |
| 98 | + |
| 99 | +* Significantly improves write speeds to the persistent queue (PQ) when a pipeline's workers are caught up with already-written events. https://github.com/elastic/logstash/pull/17789[#17789] |
| 100 | +* Eliminated log warning about unknown gauge metric type when using pipeline-to-pipeline. https://github.com/elastic/logstash/pull/17721[#17721] |
| 101 | + |
| 102 | +[[featured-8-18-4]] |
| 103 | +==== New features and enhancements |
| 104 | + |
| 105 | +Logstash OSS and Full docker images are now based on Ubuntu 24.04. |
| 106 | + |
| 107 | +[[plugins-8-18-4]] |
| 108 | +==== Plugins |
| 109 | + |
| 110 | +*Elastic_integration Filter - 8.17.2* |
| 111 | + |
| 112 | +* Introduces `proxy` config to support proxy URI to connect to Elasticsearch. https://github.com/elastic/logstash-filter-elastic_integration/pull/317[#317] |
| 113 | + |
92 | 114 | [[logstash-8-18-3]]
|
93 | 115 | === Logstash 8.18.3 Release Notes
|
94 | 116 |
|
@@ -3488,4 +3510,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
|
3488 | 3510 | 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]
|
3489 | 3511 |
|
3490 | 3512 | ==== Plugin releases
|
3491 |
| -Plugins align with release 7.14.0 |
| 3513 | +Plugins align with release 7.14.0 |
0 commit comments