mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
52f7946958
commit
80cd89673d
1 changed files with 1 additions and 1 deletions
2
docs/static/glob-support.asciidoc
vendored
2
docs/static/glob-support.asciidoc
vendored
|
@ -41,7 +41,7 @@ Matches config files ending in `.conf` in the specified path.
|
|||
`"/var/log/*.log"`::
|
||||
Matches log files ending in `.log` in the specified path.
|
||||
|
||||
`"/var/log/**/*.log`::
|
||||
`"/var/log/**/*.log"`::
|
||||
Matches log files ending in `.log` in subdirectories under the specified path.
|
||||
|
||||
`"/path/to/logs/{app1,app2,app3}/data.log"`::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue