mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Correction on Java execution in docs on command-line arguments
Fixes #10710
This commit is contained in:
parent
71d7b7c1fb
commit
14c7122702
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ With this command, Logstash concatenates three config files, `/tmp/one`, `/tmp/t
|
|||
The default is nil.
|
||||
|
||||
*`--java-execution`*::
|
||||
Use the Java execution engine instead of the default Ruby execution engine.
|
||||
Specify `false` for this option to revert to the legacy Ruby execution engine instead
|
||||
of the default Java execution engine.
|
||||
|
||||
*`--modules`*::
|
||||
Launch the named module. Works in conjunction with the `-M` option to assign values to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue