|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases:
|
5 | 5 |
|
| 6 | +* <<logstash-8-19-4,Logstash 8.19.4>> |
6 | 7 | * <<logstash-8-19-3,Logstash 8.19.3>>
|
7 | 8 | * <<logstash-8-19-2,Logstash 8.19.2>>
|
8 | 9 | * <<logstash-8-19-1,Logstash 8.19.1>>
|
@@ -95,6 +96,50 @@ This section summarizes the changes in the following releases:
|
95 | 96 | * <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
|
96 | 97 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
|
97 | 98 |
|
| 99 | +[[logstash-8-19-4]] |
| 100 | +=== Logstash 8.19.4 Release Notes |
| 101 | + |
| 102 | +[[notable-8-19-4]] |
| 103 | +==== Notable issues fixed |
| 104 | + |
| 105 | +* Improve logstash release artifacts file metadata: mtime is preserved when buiilding tar archives https://github.com/elastic/logstash/pull/18110[#18110] |
| 106 | + |
| 107 | +* Gauge type metrics, such as current and peak connection counts of Elastic Agent, are now available in the `_node/stats` API response when the `vertices=true` parameter is included. These metrics are particularly useful for monitoring {ls} plugin activity on the {ls} Integration dashboards https://github.com/elastic/logstash/pull/18088[#18088] |
| 108 | + |
| 109 | +[[featured-8-19-4]] |
| 110 | +==== New features and enhancements |
| 111 | + |
| 112 | +===== ES|QL Support in Elasticsearch Filter (Technical Preview) |
| 113 | +* https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/199[Support for ES|QL queries] in the Elasticsearch filter to add improved flexibility when ingesting data from {es} is now in Technical Preview. |
| 114 | + |
| 115 | + |
| 116 | +==== Plugins |
| 117 | + |
| 118 | +*Elasticsearch Filter - 3.19.0* |
| 119 | + |
| 120 | +* ES|QL support https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/199[#199] |
| 121 | + |
| 122 | +*Beats Input - 6.9.4* |
| 123 | + |
| 124 | +* Upgrade netty to 4.1.126 https://github.com/logstash-plugins/logstash-input-beats/pull/518[#518] |
| 125 | + |
| 126 | +*Http Input - 3.10.3* |
| 127 | + |
| 128 | +* Upgrade netty to 4.1.126 https://github.com/logstash-plugins/logstash-input-http/pull/199[#199] |
| 129 | + |
| 130 | +*Jms Input - 3.3.1* |
| 131 | + |
| 132 | +* Fixed a regression introduced in 3.3.0 where `add_field` is no longer enriching events https://github.com/logstash-plugins/logstash-input-jms/pull/59[#59] |
| 133 | + |
| 134 | +*Tcp Input - 6.4.7* |
| 135 | + |
| 136 | +* Upgrade netty to 4.1.126 https://github.com/logstash-plugins/logstash-input-tcp/pull/236[#236] |
| 137 | + |
| 138 | +*Kafka Integration - 11.6.4* |
| 139 | + |
| 140 | +* Display exception chain comes from kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/200[#200] |
| 141 | + |
| 142 | + |
98 | 143 | [[logstash-8-19-3]]
|
99 | 144 | === Logstash 8.19.3 Release Notes
|
100 | 145 |
|
|
0 commit comments