File tree 1 file changed +5
-4
lines changed
docs/reference/ingest/processors 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -415,10 +415,11 @@ updates and deletes all downloaded databases. Defaults to `true`.
415
415
[[ingest-geoip-downloader-endpoint]]
416
416
`ingest.geoip.downloader.endpoint`::
417
417
(<<static-cluster-setting,Static>>, string)
418
- Endpoint URL used to download updates for GeoIP2 databases. Defaults to
419
- `https://geoip.elastic.co/v1/database`. {es} stores downloaded database files in
420
- each node's <<es-tmpdir,temporary directory>> at
421
- `$ES_TMPDIR/geoip-databases/<node_id>`.
418
+ Endpoint URL used to download updates for GeoIP2 databases. For example, `https://myDomain.com/overview.json`.
419
+ Defaults to `https://geoip.elastic.co/v1/database`. {es} stores downloaded database files in
420
+ each node's <<es-tmpdir,temporary directory>> at `$ES_TMPDIR/geoip-databases/<node_id>`.
421
+ Note that {es} will make a GET request to `${ingest.geoip.downloader.endpoint}?elastic_geoip_service_tos=agree`,
422
+ expecting the list of metadata about databases typically found in `overview.json`.
422
423
423
424
[[ingest-geoip-downloader-poll-interval]]
424
425
`ingest.geoip.downloader.poll.interval`::
You can’t perform that action at this time.
0 commit comments