浏览代码

[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 年之前
父节点
当前提交
1c52081b1f
共有 1 个文件被更改,包括 6 次插入0 次删除
  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**