Skip to content

Commit d5b4584

Browse files
authored
Adding more detail about ingest.geoip.downloader.endpoint (#91182)
1 parent f880d41 commit d5b4584

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/reference/ingest/processors/geoip.asciidoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,11 @@ updates and deletes all downloaded databases. Defaults to `true`.
415415
[[ingest-geoip-downloader-endpoint]]
416416
`ingest.geoip.downloader.endpoint`::
417417
(<<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`.
422423

423424
[[ingest-geoip-downloader-poll-interval]]
424425
`ingest.geoip.downloader.poll.interval`::

0 commit comments

Comments
 (0)