I am struggling to get the worldmap panel working with influxdb.
3
votes
1 Answers
0
votes
I am assuming that you have saved geohash as a tag.
If I run your query in a table panel, then I get two fields in the result called geohash and one of them is empty.
I think you can remove the field(geohash)
from the select
and get the result you want. (Or remove the last
selector or change the alias so that there is no conflict between it and the group by).
alias(geohash)
toalias(test)
does it work then? Will investigate more and see if I can find the problem. – Daniel Lee