mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- add missing help entries
- fix formatting
This commit is contained in:
parent
f5194a4e29
commit
eb78a21b9d
1 changed files with 17 additions and 8 deletions
|
@ -101,7 +101,7 @@ en:
|
|||
flag:
|
||||
# Note: Wrap these at 45 chars so they display nicely when clamp emits
|
||||
# them in an 80-character terminal
|
||||
config: |-
|
||||
config: |+
|
||||
Load the logstash config from a specific file
|
||||
or directory. If a direcory is given, all
|
||||
files in that directory will be concatonated
|
||||
|
@ -109,34 +109,34 @@ en:
|
|||
single config file. You can also specify
|
||||
wildcards (globs) and any matched files will
|
||||
be loaded in the order described above.
|
||||
config-string: |-
|
||||
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.
|
||||
filterworkers: |-
|
||||
filterworkers: |+
|
||||
Sets the number of filter workers to run.
|
||||
watchdog-timeout: |-
|
||||
watchdog-timeout: |+
|
||||
Set the filter watchdog timeout (in seconds).
|
||||
This timeout is used to detect stuck filters;
|
||||
stuck filters usually symptoms of bugs.
|
||||
When a filter takes longer than TIMEOUT
|
||||
seconds, it will cause logstash to abort.
|
||||
log: |-
|
||||
log: |+
|
||||
Write logstash internal logs to the given
|
||||
file. Without this flag, logstash will emit
|
||||
logs to standard output.
|
||||
verbosity: |-
|
||||
verbosity: |+
|
||||
Increase verbosity of logstash internal logs.
|
||||
Specifying once will show 'informational'
|
||||
logs. Specifying twice will show 'debug'
|
||||
logs.
|
||||
version: |-
|
||||
version: |+
|
||||
Emit the version of logstash and its friends,
|
||||
then exit.
|
||||
pluginpath: |-
|
||||
pluginpath: |+
|
||||
A path of where to find plugins. This flag
|
||||
can be given multiple times to include
|
||||
multiple paths. Plugins are expected to be
|
||||
|
@ -144,3 +144,12 @@ en:
|
|||
'PATH/logstash/TYPE/NAME.rb' where TYPE is
|
||||
'input' 'filter' or 'output' and NAME is the
|
||||
name of the plugin.
|
||||
quiet: |+
|
||||
Quieter logstash logging. This causes only
|
||||
errors to be emitted.
|
||||
verbose: |+
|
||||
More verbose logging. This causes 'info'
|
||||
level logs to be emitted.
|
||||
debug: |+
|
||||
Most verbose logging. This causes 'debug'
|
||||
level logs to be emitted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue