Map issue on kibana 7.9 and elasticsearch 7.9

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

Can you provide some more information? What version of 7.9 are you running? Are you running in cloud or a local install? Can you run a search query for the index in console?

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