Tail plugin - can't remove path tag

Hello, everybody!
I have a trouble with Tail plugin. I collect metrics from file for sending them to graphite, but Telegraf adds additional tag “path”, which I have to remove it before sending, but I can’t do it.
Please, help.

Hi @grosserg,

You can use tagexclude = ["path"]

Details on these filters are available here: https://github.com/influxdata/telegraf/blob/1.13.0/docs/CONFIGURATION.md

Thanks a lot! It helped me!