mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
d291d6eefb
commit
8e55185f73
1 changed files with 7 additions and 5 deletions
|
@ -125,11 +125,13 @@ en:
|
|||
be loaded in the order described above.
|
||||
config-string: |+
|
||||
Use the given string as the configuration
|
||||
data. Same syntax as the config file. If not
|
||||
input is specified, then 'stdin { type =>
|
||||
stdin }' is the default input. If no output
|
||||
is specified, then 'stdout { debug => true
|
||||
}}' is default output.
|
||||
data. Same syntax as the config file. If no
|
||||
input is specified, then 'stdin
|
||||
{ type => stdin }' is the default input.
|
||||
If no output is specified, then 'stdout
|
||||
{ codec => rubydebug } }' is default output.
|
||||
configtest: |+
|
||||
Check configuration, then exit.
|
||||
filterworkers: |+
|
||||
Sets the number of filter workers to run.
|
||||
watchdog-timeout: |+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue