make java execution beta

Fixes #10063
This commit is contained in:
Joao Duarte 2018-10-23 11:17:04 +01:00 committed by João Duarte
parent 3fdee027d9
commit 935e7cd8ae
2 changed files with 4 additions and 4 deletions

View file

@ -108,8 +108,8 @@ class LogStash::Runner < Clamp::StrictCommand
:attribute_name => "pipeline.workers",
:default => LogStash::SETTINGS.get_default("pipeline.workers")
option ["--experimental-java-execution"], :flag,
I18n.t("logstash.runner.flag.experimental-java-execution"),
option ["--java-execution"], :flag,
I18n.t("logstash.runner.flag.java-execution"),
:attribute_name => "pipeline.java_execution",
:default => LogStash::SETTINGS.get_default("pipeline.java_execution")

View file

@ -288,8 +288,8 @@ en:
Sets the ID of the pipeline.
pipeline-workers: |+
Sets the number of pipeline workers to run.
experimental-java-execution: |+
(Experimental) Use new Java execution engine.
java-execution: |+
(Beta) Use new Java execution engine.
pipeline-batch-size: |+
Size of batches the pipeline is to work in.
pipeline-batch-delay: |+