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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ This section summarizes the changes in the following releases:
87
87
88
88
[[notable-8.18.0]]
89
89
==== Performance improvements and notable issues fixed
90
+
* Fixes an issue introduced in 8.16.4, 8.17.2 where null values were incorrectly accepted for non-nullable settings https://github.com/elastic/logstash/pull/17522[#17522].
90
91
* Avoid possible integer overflow in string tokenization https://github.com/elastic/logstash/pull/17353[#17353].
91
92
* Fixed an issue to execute pqcheck and pqrepair on Windows OS. Previously https://github.com/elastic/logstash/pull/16205[#16205] solved the problem with space character in the installation path but introduced another issue now solved by https://github.com/elastic/logstash/pull/17120[#17120]
92
93
* Fixed an issue where the `/_node/stats` API displayed empty pipeline metrics when X-Pack monitoring was enabled https://github.com/elastic/logstash/pull/17185[#17185].
0 commit comments