Document path tag in tail input
This commit is contained in:
parent
523d761f34
commit
23523ffd10
|
@ -1,4 +1,4 @@
|
||||||
# tail Input Plugin
|
# Tail Input Plugin
|
||||||
|
|
||||||
The tail plugin "tails" a logfile and parses each log message.
|
The tail plugin "tails" a logfile and parses each log message.
|
||||||
|
|
||||||
|
@ -49,3 +49,7 @@ The plugin expects messages in one of the
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Metrics:
|
||||||
|
|
||||||
|
Metrics are produced according to the `data_format` option. Additionally a
|
||||||
|
tag labeled `path` is added to the metric containing the filename being tailed.
|
||||||
|
|
Loading…
Reference in New Issue