grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Improve README for 7x #91

Closed mertbakir closed 4 years ago

mertbakir commented 4 years ago

I know this is not an issue but I had to ask. I couldn't configure this plugin using influxdb 1.7.x. It asks for a token and title says "configure influxdb 2.0.0" yet readme says "influxdb 2.0 is not supported."

Can anyone help me if this plugin works with 1.7.x, 1.8.x?

Surfict commented 4 years ago

Hello, same problem here. Impossible to connect with credentials as the fields doesn't appear on grafana when you select this option.

Edit : I found the way to make it work. First, you need to enable flux in you influxdb instance (https://docs.influxdata.com/flux/v0.65/introduction/installation/) Then, you can use the basic authentification for your credentials and the "bucket" field for the database.

mertbakir commented 4 years ago

@Surfict Hi, I've tried that too but it returns 504 error.

Is this how you configured?

image

Flux already enabled and I can use flux with chronograf on same influxdb instance.

joernott commented 4 years ago

I am using grafana 6.7.3 with influxdb 1.8.0 and I am getting 403 errors. It doesn't matter whether I use the limited "grafana" or influx superuser.

Using the same credentials on the CLI "influx" and the regular influxdb plugin works fine.