mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Add notes about the -f flag supporting directory and wildcard paths as
well. (Reported by timbunce)
This commit is contained in:
parent
b0e0923057
commit
e037b16e00
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ The logstash agent has the following flags (also try using the '--help' flag)
|
|||
|
||||
<dl>
|
||||
<dt> --config CONFIGFILE </dt>
|
||||
<dd> Load the logstash config from a specific file </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 in order lexigraphically. </dd>
|
||||
<dt> --log FILE </dt>
|
||||
<dd> Log to a given path. Default is to log to stdout </dd>
|
||||
<dt> -v </dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue