Will it be possible to have a single telegraf.conf(file) for multiple telegraf agent in different devices

For edge devices running telegraf, can I have a single conf file stored in the main device such that the agent refers to the file in the main device?

Hi!

Telegraf’s --config option can take a URL (e.g. --config "http://remote-URL-endpoint"). If you are able to host the URL on a web server, you could have all your telegraf agents use that remote endpoint.