Open cosmos1978 opened 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 ?
It seems that "geohash": true, "geohash_prefix": true, "geohash_precision": 7
is not supported anymore by elasticsearch template mappings. I assume this is needed ?
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 ?