I\'m trying to get a tile map visualization working in Kibana 4.0.1.
I can see the geoip.location data in the Discover section but when I go to Visuali
geoip.location
Kibana is using the mapping of the field to determine if it's a geo_point and therefore can be used in the map.
So, you should check your mapping and change the field to a geo_point.
See the doc.