Skip to content
New issue

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

Grafana dashboard with readsb datas #218

Open
skybarberom opened this issue Jun 18, 2023 · 1 comment
Open

Grafana dashboard with readsb datas #218

skybarberom opened this issue Jun 18, 2023 · 1 comment

Comments

@skybarberom
Copy link

I configured readsb to send data to InfluxDB (2), by creating a bucket called readsb and an API key that I used in the environmental variables.
I lmported the grafana dashboard and added the new datasource (with query language Flux) and configured the token. The dashboard doesn't populate because (I think from my low knowedge of grafana) the queries are written in SQL like format.
Am I missing something or there is a different version of the grafana dashboard to use?

@nottledim
Copy link

It's not very clear is it! You have to create a data source specifically for influx v1 compatibility. Set the "Query language" to "InfluxQL". Then you need to add the api Token into "Custom HTTP Headers" where the header is "Authorization" and the value is "Token " (provide the word Token followed by a space and an InfluxDB API token. The word Token is case-sensitive).

I've basic auth (user/pass) too but I'm not sure it's required - I don't see why it would be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants