I have an index in ElasticSearch. There is a client_ip attribute on this index. In Kibana I have a Map option to create world map based dashboard. How can I leverage this option and the client_ip attribute on the index to show counts on the world map?
After I saw the first two answers below. Before I push the data to ES, I looked up GeoPoint [lon, lat] with client ip. In Kibana 3.1.2 I created a bettermap and pointed it to this geo field. Curling the request behind this bettermap returns a lot of data back. their geoPoints look good. However BetterMap doesn't return anything back. Anything reason why? Thank you