We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InfluxDB 2.0.2. Grafana >7.1
As described in #29372 creating an InfluxQL datasource in Grafana requires an "Authorization" header. This is not clear in the InfluxDB documentation on https://docs.influxdata.com/influxdb/v2.0/tools/grafana.
Basic authentication is not really required. You just need to add a header:
Authorization -> Token {token}
The text was updated successfully, but these errors were encountered:
Update Grafana auth steps for InfluxQL against Influx2.0 (#2029)
28a183f
* Update auth steps for InfluxQL against Influx2.0 Addresses #1942 * Apply PR change requests * Adjust step numbers
sanderson
Successfully merging a pull request may close this issue.
InfluxDB 2.0.2.
Grafana >7.1
As described in #29372 creating an InfluxQL datasource in Grafana requires an "Authorization" header. This is not clear in the InfluxDB documentation on https://docs.influxdata.com/influxdb/v2.0/tools/grafana.
Basic authentication is not really required. You just need to add a header:
Authorization -> Token {token}
The text was updated successfully, but these errors were encountered: