When starting Elasticsearch it tries to download the GeoIP Package from geoip.elastic.co as documented here. However this is just a "redirect" to a google storage.
Thus in an airgapped environment one must allow access to geoip.elastic.co and the storage.googleapis.com which opens up a ton of possible security issues.
The geoip package should be served through the geoip.elastic.co URL.
Elasticsearch Version
8.1.1
Installed Plugins
No response
Java Version
bundled
OS Version
macOS 12.3
Problem Description
When starting Elasticsearch it tries to download the GeoIP Package from geoip.elastic.co as documented here. However this is just a "redirect" to a google storage.
Thus in an airgapped environment one must allow access to geoip.elastic.co and the
storage.googleapis.com
which opens up a ton of possible security issues.The geoip package should be served through the geoip.elastic.co URL.
Steps to Reproduce
^^
Logs (if relevant)
No response