hello,
can you try to leave the bucket option empty ?
are you sure this is your organisation name ?
you can see this in influxd interface on your user profile.
you can notice you only need one authentification method.
But i have to say i think you miss understand what is your organisation ID
I believe you take the grafana organisation (or your encoded id in influxdb ),
But ! i know this is confusing but influxdb got organisation group too !
Be careful to be sure to use your Influxdb organisation, not the grafana , you can find it here on the influxdb GUI
Ok this could be right issue,
Can you try to make a new token with full admin right in influxdb ?
You don’t need Username and password too
Have you atleast one bucket already created ?
I had the same problem and solved it by running grafana locally. Not sure why it matters but it doesn’t work when I use the main website login. I had to download grafana and run it locally then login through running the web server.
see this guide
to setup the datasource but note step 2 which says “download and install Grafana”
that takes you to the download page
for an easier set of instructions to set it up see link in step 3 “start Grafana”
I had the same issue. My problem was, that I was running both influxdb and grafana in a docker container. You need a docker network to allow both containers to communicate with each other.
I used a similar docker-compose file to establish a network: