Add ability to set measurement from matched text in grok parser (#4433)
This commit is contained in:
@@ -14,7 +14,7 @@ use the [tail input plugin](/plugins/inputs/tail) instead.
|
||||
## ** as a "super asterisk". ie:
|
||||
## /var/log/**.log -> recursively find all .log files in /var/log
|
||||
## /var/log/*/*.log -> find all .log files with a parent dir in /var/log
|
||||
## /var/log/apache.log -> only tail the apache log file
|
||||
## /var/log/apache.log -> only read the apache log file
|
||||
files = ["/var/log/apache/access.log"]
|
||||
|
||||
## Data format to consume.
|
||||
|
||||
Reference in New Issue
Block a user