Open VVduke opened 6 years ago
Seems like you configured the metrics, did you also configure the map data options in the worldmap tab (shown below) ?
Also ensure your Elasticsearch mapping for location.geohash field is correct, which should be
"type": "geo_point"
.
Hi,all, Here is my elasticsearch document: "{ "_index": "dc-location", "_type": "location", "_id": "1", "_version": 2, "found": true, "_source": { "id": 2, "genre": 2, "dcName": "信息园", "location": { "geohash": "uxypuryrupcr" }, "date": "1512032296914" } }, And I configure the worldmap-panel ,metric:count,GroupBy:[terms:dcName],Then by:Geo Hash Grid:geoPoint,there is not any geo location show in the map,I just don`t know how to solve it,thank you~