From afcf40bdc34557c21240239a642a8af013ad7984 Mon Sep 17 00:00:00 2001 From: Ry Biesemeyer Date: Mon, 11 Nov 2024 18:49:58 -0800 Subject: [PATCH] Fix 8.15 release notes workaround ref to set system property --- docs/static/releasenotes.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 8381434fba1..0708399b92e 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -77,7 +77,7 @@ This section summarizes the changes in the following releases: **{ls} can fail to shut down under some circumstances when you are using <>.** Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details. -Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`. +Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`. This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios. [[notable-8.15.4]] @@ -125,7 +125,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t **{ls} can fail to shut down under some circumstances when you are using <>.** Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details. -Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`. +Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`. This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios. ==== Plugins @@ -158,7 +158,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t **{ls} can fail to shut down under some circumstances when you are using <>.** Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details. -Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`. +Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`. This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios. ==== Plugins @@ -199,7 +199,7 @@ Workaround: Downgrade to {ls} 8.15.0, or temporarily avoid using environment and * **{ls} can fail to shut down under some circumstances when you are using <>.** Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details. + -Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`. +Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`. This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios. @@ -241,7 +241,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t **{ls} can fail to shut down under some circumstances when you are using <>.** Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details. -Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`. +Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`. This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios. [[snmp-ga-8.15.0]]