With InfluxQL there was the possibility to format the query results as Table:
Is there a way to do this with the new Flux Queries ?
Details:
I have latitude, longitude (or geohash) in my influxDB 2 and want to use the Worldmap Panel plugin for Grafana | Grafana Labs with this geo data. Unfortunately I only got it working with the Table format (not wirh the timeseries format which i get from my Flux queries). But I would like to stay with the flux query language and do not like to go back to InfluxQL.
Bumping this as I’m in exactly the same boat. I’m pushing to InfluxDB v2 time series data with the fields “geohash”, “city”, “count”, which I’d like to display on the world map plugin. So far I’ve only been able to display the last (or first) data point on the map using the following Flux query:
Hello all,
I’am in the same “boat”
I managed to get some data form to fields in 1 Table, although i get way more columns then i want. Theze can be hidden, but i rather have only
Time, WegerTeller and WegerZakGew
Below is my code, i hope somenone can point me to make this “smarter”