-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels