File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/reference/ingest/processors Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ IPv4 or IPv6 address.
99
1010[[geoip-automatic-updates]]
1111By 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:
1919https://geoip.elastic.co/v1/database. To get download statistics for these
2020updates, use the <<geoip-stats-api,GeoIP stats API>>.
2121
You can’t perform that action at this time.
0 commit comments