Skip to content

Commit b54caf3

Browse files
Known issue for 8.15.1 related to env vars references (#16455)
1 parent 3e98cb1 commit b54caf3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ This section summarizes the changes in the following releases:
6969
[[logstash-8-15-1]]
7070
=== Logstash 8.15.1 Release Notes
7171

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+
7281
[[notable-8.15.1]]
7382
==== Performance improvements and notable issues fixed
7483

@@ -2475,4 +2484,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
24752484
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]
24762485

24772486
==== Plugin releases
2478-
Plugins align with release 7.14.0
2487+
Plugins align with release 7.14.0

0 commit comments

Comments
 (0)