I have issues with GeoIP resolution
I have a Google Cloud IP address that resolves in Elasticsearch to
"geo" : {
"continent_name" : "North America",
"country_iso_code" : "US",
"location" : {
"lon" : -97.822,
"lat" : 37.751
}
},
"host" : {
"external_ip" : "34.87.88.118"
}
But that address resolves to Singapore in every other IP lookup
Even in maxMind db demo
which should be used by default in ES
es version : 7.9.2