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!