Reputation: 193
I failed to use Grafana worldmap to show my geohash points. Please help.
Grafana version: 1.7.9
Ubuntu 16.04.06
insert a point to influxdb
$ curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'worldmap_test,host=server01,geohash=gbsuv7z value=1'
In grafana, try to use table panel and query the data is no problem
Upvotes: 0
Views: 170
Reputation: 193
Ohoh... Finally, I upgraded grafana to 6.4.4 and it works now. :)
Upvotes: 0