We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: