Fix tagpass & tagdrop on outputs

This commit is contained in:
Jeroen Geusebroek
2019-01-21 15:34:07 +01:00
parent 140597e41d
commit 07a6cb0135
3 changed files with 26 additions and 2 deletions

View File

@ -75,8 +75,8 @@ Specifying an output. The default is set to localhost, you'll have to specify th
config:
- urls = ["http://localhost:8086"]
- database = "telegraf"
tagpass:
- diskmetrics = ["true"]
tagpass:
- diskmetrics = ["true"]
The config will be printed line by line into the configuration, so you could also use: