-
Notifications
You must be signed in to change notification settings - Fork 22
InfluxDB 1.8 does no longer work since updating to grafana and plugin to 7.0 #101
Comments
Got the same issue, can't connect to the flux endpoint of a v1.x Influxdb. |
Which version of influx? This is expected to work with 1.8+ and 2.0 |
Influx 1.8.0 here old plugin version works fine even with Grafana 7 |
I have the same problem,
When using the following versions: Grafana 7.0.0 As a note, If I downgrade Influxdb and the plugin versions, works fine, the following combination: Grafana 7.0.0 |
same here |
i have the same problem |
Same problem, flux doesn't work since update to v7, giving the same error. |
same problem :( |
The same problem: |
Sorry for the confusion. Same problem with #107 Working: Broken: Both running against InfluxDB |
I'm seeing this in the influxdb (
I cannot find the "Execute source panic" in either influxdb (1.8 branch), influxdb-client-go (master) nor grafana's influxdb-flux-datasource (master). |
The actual error message is in https://github.com/influxdata/influxdb/blob/1.8/patches/flux.patch#L1816 and has since been removed. /cc @jsternberg who has upgraded flux in influxdata/influxdb@636a27e |
Encountered the same error today when setting up a Flux datasource today. Datasource works fine in Chronograf with specifying the influx host with no authentication. Grafana 7.0.1 |
Same Problem on Grafana 7.0.3 The Topic there "old Version works" means Flux 5.4.1 ??? How can i downgrade to this version???? |
@korre73 you can downgrade with running the following where your grafana is running: Uninstall first: Then install the specific version 5.4.1 |
But will old version work with Grafana 7? Plugin documentation seems to state that latest works with Grafana 7, and 5.4.1 works with Grafana 6. |
Yes it does i'm stil using 5.4.1 since weeks with grafana 7 |
I have given up on waiting for feedback and reverted to grafana 6.7.4 as 7.0.4 fix flux has become totally useless for me. |
Still not working with Grafana 7.1... are there any intentions to get Flux working again? I'm stuck with 6.7.4 on projects that require fluxlang.. |
@lephisto Grafana 7.1 has support for Flux built-in. This plugin is essentially obsolete now (for users of Grafana 7.1+). When setting up an InfluxDB data source, you now have the option to specify InfluxQL or Flux query language. Note: I found that I had to specify an Organization, despite the docs suggesting that it's not necessary with InfluxDB 1.8. It seems that it was more to make Grafana happy, than InfluxDB. |
@dswarbrick can you send me a creen shot of the config for a FLUX and influxdb 1.8 setup. I can't get mine to work. thanks an example URL, organiziation (how do I get that?) and Token |
Check: it looks like you need an empty org |
@CharlesGodwin The organization can be whatever - ACME Widgets, Inc., if you like. The token is simply the concatenation of the InfluxDB 1.8 username and password, with a colon between, e.g. |
Of course, that was intuitively obvious.
From: Daniel Swarbrick <notifications@github.com>
Sent: July 16, 2020 18:40
To: grafana/influxdb-flux-datasource <influxdb-flux-datasource@noreply.github.com>
Cc: Charles W Godwin <charles@godwin.ca>; Mention <mention@noreply.github.com>
Subject: Re: [grafana/influxdb-flux-datasource] InfluxDB 1.8 does no longer work since updating to grafana and plugin to 7.0 (#101)
@CharlesGodwin<https://github.com/CharlesGodwin> The organization can be whatever - ACME Widgets, Inc., if you like.
The token is simply the concatenation of the InfluxDB 1.8 username and password, with a colon between, e.g. grafana:secretpw
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#101 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE6AIH7M6Y226KRVSCFWBLLR356TJANCNFSM4NFZ7VIQ>.
|
Now that Grafana 7.1 is out, the updated InfluxDB data source is much more straightforward to use and there is supporting documentation on the Grafana site and InfluxDB site as well. Let us know if there are still outstanding issues. |
@timhallinflux using 7.1 against Influx 1.8 datasource definition fails unless you define an organisation. Its also not obvious you need to define token as user:password. Both are without useful error message in the ui. |
In my case, it works just entering a random text as an organisation. Token may be left blank too, once you click Save/test it gets filled automatically. |
random text in the org will work. We will improve that soon |
While using this with Grafana 6 worked fine. It stopped working with Grafana 7 and plugin version 7.
Setting up the plugin now always fails with:
The text was updated successfully, but these errors were encountered: