GEO Location issue 6.3

Good Morning, I get the following error on all location visuals after upgrading to 6.3

Caused by: org.elasticsearch.index.query.QueryShardException: failed to find geo_point field [location]

Looking at the index mapping I see the following.

{
"cloudtrail": {
"aliases": {},
"mappings": {
"_doc": {
"properties": {
"location": {
"type": "geo_point"
}
}
}
},
"settings": {
"index": {
"creation_date": "1529594857434",
"number_of_shards": "5",
"number_of_replicas": "1",
"uuid": "_8cFBfm0TFWoU6wxJYrzQg",
"version": {
"created": "6030099"
},
"provided_name": "cloudtrail"
}
}
}
}

Please Help!

Does your query include other indices that don't contain the field location? Can you show your query or better provide a reproduction?

1 Like

Thanks Igor, That was the issue!

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