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.
Many thks Tanya. I have used the geo bounding box filter in Tile map, but the same filter it is not useful to filter documents in the discover tap. I guess I will have to wait for the enhancements.
In Kibana 4.1 you can use Pinned Filters to carry over a filter from one tab to another. Just mouse over a filter and click on the little thumbtack looking icon.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.