Hello All,
I have this issue when I tried to visualize map on Elasticsearch 7.9
"Elasticsearch request failed, bad request "
I also make sure that the index contains geo_point location
when i run this command
GET portal2*/_field_caps?fields=location
I got this result
{
"indices" : [
"portal2",
"portal2-2020.07.19"
],
"fields" : {
"location" : {
"geo_point" : {
"type" : "geo_point",
"searchable" : true,
"aggregatable" : true
}
}
}
}
the problem is I cannot create new map visualization