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/static/releasenotes.asciidoc
+23
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
4
4
This section summarizes the changes in the following releases:
5
5
6
+
* <<logstash-8-17-4,Logstash 8.17.4>>
6
7
* <<logstash-8-17-3,Logstash 8.17.3>>
7
8
* <<logstash-8-17-2,Logstash 8.17.2>>
8
9
* <<logstash-8-17-1,Logstash 8.17.1>>
@@ -81,6 +82,28 @@ This section summarizes the changes in the following releases:
81
82
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
82
83
83
84
85
+
[[logstash-8-17-4]]
86
+
=== Logstash 8.17.4 Release Notes
87
+
88
+
[[notable-8-17-4]]
89
+
==== Notable issues fixed
90
+
91
+
* Fix pqcheck and pqrepair on Windows. https://github.com/elastic/logstash/pull/17210[#17210]
92
+
* Avoid possible integer overflow in string tokenization. https://github.com/elastic/logstash/pull/17353[#17353]
93
+
* Fixed an issue where the /_node/stats API displayed empty pipeline metrics when Logstash monitoring was configured to use legacy collectors. https://github.com/elastic/logstash/pull/17185[#17185]
94
+
95
+
[[plugins-8-17-4]]
96
+
==== Plugins
97
+
98
+
*Syslog Input - 3.7.1*
99
+
100
+
* Fix issue where the priority field was not being set correctly when grok failed https://github.com/logstash-plugins/logstash-input-syslog/pull/78[#76]
101
+
102
+
*Jdbc Integration - 5.5.3*
103
+
104
+
* [DOC] Rework inline comment to a callout in preparation for upcoming MD conversion https://github.com/logstash-plugins/logstash-integration-jdbc/pull/181[#181]
0 commit comments