|
2 | 2 | == Release Notes
|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases:
|
5 |
| - |
| 5 | +* <<logstash-8-19-0,Logstash 8.19.0>> |
6 | 6 | * <<logstash-8-18-4,Logstash 8.18.4>>
|
7 | 7 | * <<logstash-8-18-3,Logstash 8.18.3>>
|
8 | 8 | * <<logstash-8-18-2,Logstash 8.18.2>>
|
@@ -91,6 +91,45 @@ This section summarizes the changes in the following releases:
|
91 | 91 | * <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
|
92 | 92 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
|
93 | 93 |
|
| 94 | +[[logstash-8-19-0]] |
| 95 | +=== Logstash 8.19.0 Release Notes |
| 96 | + |
| 97 | +[[notable-8-19-0]] |
| 98 | +==== Notable issues fixed |
| 99 | + |
| 100 | +* Improve plugins remove command to support multiple plugins https://github.com/elastic/logstash/pull/17030[#17030] |
| 101 | +* 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] |
| 102 | +* Eliminated log warning about unknown gauge metric type when using pipeline-to-pipeline. https://github.com/elastic/logstash/pull/17721[#17721] |
| 103 | + |
| 104 | +[[featured-8-19-0]] |
| 105 | +==== New features and enhancements |
| 106 | + |
| 107 | +Logstash OSS and Full docker images are now based on Ubuntu 24.04. |
| 108 | + |
| 109 | +[[plugins-8-19-0]] |
| 110 | +==== Plugins |
| 111 | + |
| 112 | +*Elasticsearch Filter - 3.18.0* |
| 113 | + |
| 114 | +* Add `target` configuration option to store the result into it https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/197[#197] |
| 115 | + |
| 116 | +*Elasticsearch Input - 4.23.0* |
| 117 | + |
| 118 | +* ES|QL support https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/235[#235] |
| 119 | +* Add "cursor"-like index tracking https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/205[#205] |
| 120 | + |
| 121 | +*JMS Input - 3.3.0* |
| 122 | + |
| 123 | +* Added support for decoding multiple events from text or binary messages when using a codec that produces multiple events https://github.com/logstash-plugins/logstash-input-jms/pull/56[#56] |
| 124 | + |
| 125 | +*JDBC Integration - 5.6.0* |
| 126 | + |
| 127 | +* Support other rufus scheduling options in JDBC Input https://github.com/logstash-plugins/logstash-integration-jdbc/pull/183[#183] |
| 128 | + |
| 129 | +*Elastic Integration Filter - 8.19.0* |
| 130 | + |
| 131 | +* Introduces `proxy` config to support proxy URI to connect to Elasticsearch. https://github.com/elastic/logstash-filter-elastic_integration/pull/317[#317] |
| 132 | + |
94 | 133 | [[logstash-8-18-4]]
|
95 | 134 | === Logstash 8.18.4 Release Notes
|
96 | 135 |
|
|
0 commit comments