GUI configuration of Telegraf

Hello there,

I am very new to the Influx DB and Telegraf. As we know, we have to modify the config file for the Telegraf to enable the collection of matrices from the data source with appropriate input plugin. I wanted to ask if there are any graphical options or more easier options than writing the config file in notepad available for doing the configuration.

Any help would be greatly appreciated.

Thank you.

Hi @harshalmavani,
I would use an IDE such as vscode. You can find quite a few config examples here:

Sadly telegraf doesn’t have an external UI. You can host config files in InfluxDB 2.X and edit them within there aswell but I could recommend creating a repository for your configs so you can monitor changes

Hello @Jay_Clifford

Got the answer. Thanks for the reply.