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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,15 @@ This section summarizes the changes in the following releases:
69
69
[[logstash-8-15-1]]
70
70
=== Logstash 8.15.1 Release Notes
71
71
72
+
[[known-issues-8-15-1]]
73
+
==== Known issues
74
+
75
+
* **{ls} may fail to start under some circumstances.** Single and double quotes are stripped from a pipeline configuration if the configuration includes environment or keystore variable references.
76
+
If this situation occurs, {ls} may fail to start or some plugins may use a malformed configuration.
77
+
Check out issue https://github.com/elastic/logstash/issues/16437[#16437] for details.
78
+
+
79
+
Workaround: Downgrade to {ls} 8.15.0, or temporarily avoid using environment and keystore variable references.
80
+
72
81
[[notable-8.15.1]]
73
82
==== Performance improvements and notable issues fixed
74
83
@@ -2475,4 +2484,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
2475
2484
This feature allows users to run the Benchmark CLI in a custom test case with a custom config and a custom dataset. https://github.com/elastic/logstash/pull/12437[#12437]
0 commit comments