You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,47 @@ To check for security updates, go to [Security announcements for the Elastic sta
20
20
21
21
% ### Fixes [logstash-next-fixes]
22
22
% *
23
+
24
+
## 9.1.4 [logstash-9.1.4-release-notes]
25
+
26
+
### Features and enhancements [logstash-9.1.4-features-enhancements]
27
+
28
+
##### ES|QL Support in Elasticsearch Filter (Technical Preview)
29
+
30
+
*[Support for using ES|QL queries](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/194) in the Elasticsearch filter to add improved flexibility when ingesting data from Elasticsearch is now in Technical Preview.
31
+
32
+
### Fixes [logstash-9.1.4-fixes]
33
+
34
+
* 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 [#18090](https://github.com/elastic/logstash/pull/18090)
35
+
* Improve logstash release artifacts file metadata: mtime is preserved when buiilding tar archives [#18091](https://github.com/elastic/logstash/pull/18091)
36
+
37
+
38
+
### Plugins [logstash-plugin-9.1.4-changes]
39
+
40
+
**Elasticsearch Filter - 4.3.0**
41
+
42
+
* ES|QL support [#194](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/194)
* Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198)
51
+
52
+
**Jms Input - 3.3.1**
53
+
54
+
* Fixed a regression introduced in 3.3.0 where `add_field` is no longer enriching events [#59](https://github.com/logstash-plugins/logstash-input-jms/pull/59)
55
+
56
+
**Tcp Input - 7.0.3**
57
+
58
+
* Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235)
59
+
60
+
**Kafka Integration - 11.6.4**
61
+
62
+
* Display exception chain comes from kafka client [#200](https://github.com/logstash-plugins/logstash-integration-kafka/pull/200)
63
+
23
64
## 9.1.3 [logstash-9.1.3-release-notes]
24
65
25
66
### Features and enhancements [logstash-9.1.3-features-enhancements]
0 commit comments