From 93dc2270e39c684081e83f5203fb05ef563ddd91 Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Thu, 19 Sep 2024 19:32:14 +0200 Subject: [PATCH] Known issue for 8.15.1 related to env vars references (#16455) (cherry picked from commit b54caf3fd8e907c526ab2b8897ce4de4656c2fd5) --- docs/static/releasenotes.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index fa8b56b79a5..81c1db94cef 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -69,6 +69,15 @@ This section summarizes the changes in the following releases: [[logstash-8-15-1]] === Logstash 8.15.1 Release Notes +[[known-issues-8-15-1]] +==== Known issues + +* **{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. +If this situation occurs, {ls} may fail to start or some plugins may use a malformed configuration. +Check out issue https://github.com/elastic/logstash/issues/16437[#16437] for details. ++ +Workaround: Downgrade to {ls} 8.15.0, or temporarily avoid using environment and keystore variable references. + [[notable-8.15.1]] ==== Performance improvements and notable issues fixed @@ -2475,4 +2484,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit 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] ==== Plugin releases -Plugins align with release 7.14.0 \ No newline at end of file +Plugins align with release 7.14.0