Skip to content

Commit 3d6143b

Browse files
Nodes need access to storage.googleapis.com for geoip. (#95554)
1 parent c41bda9 commit 3d6143b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ IPv4 or IPv6 address.
99

1010
[[geoip-automatic-updates]]
1111
By default, the processor uses the GeoLite2 City, GeoLite2 Country, and GeoLite2
12-
ASN GeoIP2 databases from
13-
http://dev.maxmind.com/geoip/geoip2/geolite2/[MaxMind], shared under the
14-
CC BY-SA 4.0 license. It automatically downloads these databases if either
15-
`ingest.geoip.downloader.eager.download` is set to true, or your cluster
16-
has at least one pipeline with a `geoip` processor. {es}
17-
automatically downloads updates for
18-
these databases from the Elastic GeoIP endpoint:
12+
ASN GeoIP2 databases from http://dev.maxmind.com/geoip/geoip2/geolite2/[MaxMind], shared under the
13+
CC BY-SA 4.0 license. It automatically downloads these databases if your nodes can connect to `storage.googleapis.com` domain and either:
14+
15+
* `ingest.geoip.downloader.eager.download` is set to true
16+
* your cluster has at least one pipeline with a `geoip` processor
17+
18+
{es} automatically downloads updates for these databases from the Elastic GeoIP endpoint:
1919
https://geoip.elastic.co/v1/database. To get download statistics for these
2020
updates, use the <<geoip-stats-api,GeoIP stats API>>.
2121

0 commit comments

Comments
 (0)