Browse Source

[DOC] Air gapped environments and GEOIP (#85637)

* [DOC] Air gapped environments and GEOIP

Closing https://github.com/elastic/elasticsearch/issues/85542

* Use variable name for Elasticsearch

Co-authored-by: Adam Locke <adam.locke@elastic.co>
Luca Belluccini 3 years ago
parent
commit
1c52081b1f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      docs/reference/ingest/processors/geoip.asciidoc

+ 6 - 0
docs/reference/ingest/processors/geoip.asciidoc

@@ -327,6 +327,12 @@ a secure proxy. You can then specify the proxy endpoint URL in the
 <<ingest-geoip-downloader-endpoint,`ingest.geoip.downloader.endpoint`>> setting
 of each node’s `elasticsearch.yml` file.
 
+[IMPORTANT]
+====
+In air gapped environments, the {es} nodes require access to `https://geoip.elastic.co`
+and `https://storage.googleapis.com/`.
+====
+
 [[use-custom-geoip-endpoint]]
 **Use a custom endpoint**