Hello, i am sorry, can you help me please.
I have read a lot but can not find a solution…
What Grafana version and what operating system are you using?
operating system = Ubuntu 18.04
GRAFANA_VERSION=8.0.1 in docker-container
INFLUXDB_VERSION=2.0.7 in docker-container
What are you trying to achieve?
I am trying to connect Grafana to InfluxDB
Have you checked that you can connect and authenticate to Influx using the
above credentials from the influx command line interface, quite independently
of Grafana?
and tried this in main:
curl -G ‘http://localhost:8086/query?pretty=true’ --data-urlencode “db=my-bucket” --data-urlencode “q=SELECT “value” FROM “cpu_load_short” WHERE “region”=‘us-west’;SELECT count(“value”) FROM “cpu_load_short” WHERE “region”=‘us-west’” -u admin -t “my-secret-token”
first it asks question: Enter host password for user ‘admin’:
i entering 12345678
answer: {“code”:“unauthorized”,“message”:“Unauthorized”}