mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
3fdee027d9
commit
935e7cd8ae
2 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
||||
|
|
|
@ -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: |+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue