grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
311 stars 199 forks source link

No data showing with elasticsearch geoip data #126

Open cosmos1978 opened 6 years ago

cosmos1978 commented 6 years ago

I have valid geo_point data in my elasticsearch DB using the geoip plugin for logstash.

I can make very nice maps using kibana but when trying to do the same with this plugin I see nothing on the graph.

What am I doing wrong here ?

image

image

cosmos1978 commented 6 years ago

It seems that "geohash": true, "geohash_prefix": true, "geohash_precision": 7

is not supported anymore by elasticsearch template mappings. I assume this is needed ?

hemulin commented 6 years ago

82