We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When editing telegraf.conf with notepad the file is encoded in UTF-8 BOM and telegraf cannot get past the BOM and quits with:
Error parsing telegraf.conf, toml: line 1: parse error
So, it would be nice to have the config loader/parser accept UTF-8 BOM encoded files.