Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix erroneous references to config/jvm.properties #16664

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<pipeline-to-pipeline>>.**
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]]
Expand Down Expand Up @@ -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 <<pipeline-to-pipeline>>.**
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
Expand Down Expand Up @@ -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 <<pipeline-to-pipeline>>.**
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
Expand Down Expand Up @@ -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 <<pipeline-to-pipeline>>.**
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.


Expand Down Expand Up @@ -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 <<pipeline-to-pipeline>>.**
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]]
Expand Down
Loading