You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a TIG stack.
Telegraf should be configurable from the influx UI,
but the Telegraf container expects a config file, while the Influx UI instructs one to start telegraf with a call to the api that serves the config created by influx.
This makes it quite tedious to have both configs actually be the same.
There is no command i could start the telegraf container with which always gets the latest config created in the influx ui.
Below i will share my attempts to create a compose file for this.