Kibana filter not showing geopoint field

"exists":{
          "field":"chain_location"
        }

The drop down filter does not return field that has mapping of 'geopoint' type.

How to filter with the field exist in the visualization?

Thanks.

If you want to search on an exact location you'd have to break out the latitude and longitude. You can create a scripted field to do this.

More info: https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.