Kibana 4 - Map with Country Codes

Hello,

My data doesn't contain the IP of the client but only a country code.
How can I make a geohash with the country code?

Thank you!

You would have to have a separate service outside of kibana that turns the country codes into lat, lng, precision.

Peace,
Khalah

If Logstash is used to populate ES, a translate filter could be used to map country codes to lat/lon values.

1 Like

Try Vector map from here : https://github.com/stormpython/vectormap

3 Likes