Skip to content

Commit

Permalink
Document path tag in tail input
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 22, 2018
1 parent 523d761 commit 23523ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/inputs/tail/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tail Input Plugin
# Tail Input Plugin

The tail plugin "tails" a logfile and parses each log message.

Expand Down Expand Up @@ -49,3 +49,7 @@ The plugin expects messages in one of the
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.

0 comments on commit 23523ff

Please sign in to comment.