Hi,
What is the condition for an index to be listed as an option, either in Documents or Grid Aggregation?
My index have a field named "location" with geo_point type.
But it is filtered someway and only sample kibana data is showing.
Hi,
What is the condition for an index to be listed as an option, either in Documents or Grid Aggregation?
My index have a field named "location" with geo_point type.
But it is filtered someway and only sample kibana data is showing.
Yes, I did.
I found the problem.
My first elastic index, mapped wrong a location field.
Instead creating a geo_point, created subproperties lat, long using float.
I created a mapping to fix that and reindexed.
Now its works:
The answer is: geo_point is mandatory.
Location as a couple of float numbers don't work.
Thanks!
Awesome, thanks for sharing the way you solved it!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.