How should I format my longlat data in a csv file to be upload as geo_point with kibana 5.0.0-alpha4?
You need to create a mapping ahead of time and make sure the structure looks like this - https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html
1 Like
Thanks a lot. I'll try that.