Skip to content
New issue

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

Config Telegraf y Grafana #12

Open
ttmader opened this issue Nov 7, 2022 · 0 comments
Open

Config Telegraf y Grafana #12

ttmader opened this issue Nov 7, 2022 · 0 comments

Comments

@ttmader
Copy link

ttmader commented Nov 7, 2022

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.

@ttmader ttmader changed the title Config Telegraf Config Telegraf y Grafana Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant