Hi there,
I am trying to perform a search with geo_distance in Kibana 4 and I get the following exception:
"org.elasticsearch.index.query.QueryParsingException: [.kibana] failed to find geo_point field [geolocation]"
I use the following syntax in the search area under discovery tab:
{"filtered":{"query":{"match":{"lang":"en"}},"filter":{"geo_distance":{"distance":"200km","geolocation":[2,41]}}}}
I assume it sth with the syntax or kibana since I can perfectly query elastic search from my console getting the expected results.
Thanks in advance,
Joan