Skip to content

Config Telegraf y Grafana #12

@ttmader

Description

@ttmader

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions