Problems with displaying the map in the dashboard

Aftet GET request ’GET logs-o365.audit*/_mapping’ this is my output in relation of location

"source": {
"properties": {
"as": {
  "properties": {
	"number": {
	  "type": "long"
	},
	"organization": {
	  "properties": {
		"name": {
		  "type": "keyword",
		  "ignore_above": 1024
		}
	  }
	}
  }
},
"geo": {
  "properties": {
	"city_name": {
	  "type": "keyword",
	  "ignore_above": 1024
	},
	"continent_name": {
	  "type": "keyword",
	  "ignore_above": 1024
	},
	"country_iso_code": {
	  "type": "keyword",
	  "ignore_above": 1024
	},
	"country_name": {
	  "type": "keyword",
	  "ignore_above": 1024
	},
	"location": {
	  "properties": {
		"lat": {
		  "type": "float"
		},
		"lon": {
		  "type": "float"
		}
	  }
	},
	"region_iso_code": {
	  "type": "keyword",
	  "ignore_above": 1024
	},
	"region_name": {
	  "type": "keyword",
	  "ignore_above": 1024
	}
  }