mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Made load order of configuration files more clear.
This commit is contained in:
parent
54a6fad11d
commit
445bee3cac
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ The logstash agent has the following flags (also try using the '--help' flag)
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt> -f, --config CONFIGFILE </dt>
|
<dt> -f, --config CONFIGFILE </dt>
|
||||||
<dd> Load the logstash config from a specific file, directory, or a wildcard. If given a directory or wildcard, config files will be read in order lexigraphically. </dd>
|
<dd> Load the logstash config from a specific file, directory, or a
|
||||||
|
wildcard. If given a directory or wildcard, config files will be read
|
||||||
|
from the directory in alphabetical order. </dd>
|
||||||
<dt> -e CONFIGSTRING </dt>
|
<dt> -e CONFIGSTRING </dt>
|
||||||
<dd> Use the given string as the configuration data. Same syntax as the
|
<dd> Use the given string as the configuration data. Same syntax as the
|
||||||
config file. If not input is specified, 'stdin { type => stdin }' is
|
config file. If not input is specified, 'stdin { type => stdin }' is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue