Using Latitude and Longitude data for Geohash location for tile map

Hi everyone,

I'm pretty new to the ELK stack and looking for some guidance on using some of my data on the tile map.

All of my events already contain Latitude and Longitude data so i'm curious about how I can use these values as a geohash on the tile map instead of the geoip.location data or how I can put these values into the geoip.locaiton field.
I figure this is a very simple thing to do but i haven't been able to figure anything out.

Thanks for any help!

You'll need to store this as a geo_point field in ES. Should be able to do it using Logstash, here is one thread on a similar discussion.