Skip to content

Commit efabfce

Browse files
logstashmachinedonoghuc
authored andcommitted
Update release notes for 8.19.0
1 parent bcd2dac commit efabfce

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== Release Notes
33

44
This section summarizes the changes in the following releases:
5-
5+
* <<logstash-8-19-0,Logstash 8.19.0>>
66
* <<logstash-8-18-4,Logstash 8.18.4>>
77
* <<logstash-8-18-3,Logstash 8.18.3>>
88
* <<logstash-8-18-2,Logstash 8.18.2>>
@@ -91,6 +91,45 @@ This section summarizes the changes in the following releases:
9191
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
9292
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
9393

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+
94133
[[logstash-8-18-4]]
95134
=== Logstash 8.18.4 Release Notes
96135

0 commit comments

Comments
 (0)