tig-stack
tig-stack copied to clipboard
Config Telegraf y Grafana
Hi,
I am trying to configure telegraf but it does not finish making the connection, therefore, I cannot add the data source in grafana either.
These are the parameters I have:
DOCKER_INFLUXDB_INIT_USERNAME=telegraf DOCKER_INFLUXDB_INIT_PASSWORD=telegraf DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=mytoken
DOCKER_INFLUXDB_INIT_ORG=org DOCKER_INFLUXDB_INIT_BUCKET=bucket
[[outputs.influxdb_v2]] urls = ["http://influxdb:8086"] token = "$INFLUX_TOKEN" organization = "org" bucket = "bucket"
Before I had a stack with version 1.8 and without problems but with the new version of influxdb I can't make it work.
I wait for your help.
Thank you very much.