mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Update Elastic GeoIP service link (#97455)
Adds TOS-related query parameters to the Elastic GeoIP link in the [GeoIP ingest processor docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/geoip-processor.html). The current link returns a 400 HTTP status.
This commit is contained in:
parent
3e5eff46ce
commit
fe6a42b35f
1 changed files with 5 additions and 3 deletions
|
@ -15,9 +15,11 @@ CC BY-SA 4.0 license. It automatically downloads these databases if your nodes c
|
|||
* `ingest.geoip.downloader.eager.download` is set to true
|
||||
* your cluster has at least one pipeline with a `geoip` processor
|
||||
|
||||
{es} automatically downloads updates for these databases from the Elastic GeoIP endpoint:
|
||||
https://geoip.elastic.co/v1/database. To get download statistics for these
|
||||
updates, use the <<geoip-stats-api,GeoIP stats API>>.
|
||||
{es} automatically downloads updates for these databases from the Elastic GeoIP
|
||||
endpoint:
|
||||
https://geoip.elastic.co/v1/database?elastic_geoip_service_tos=agree[https://geoip.elastic.co/v1/database].
|
||||
To get download statistics for these updates, use the <<geoip-stats-api,GeoIP
|
||||
stats API>>.
|
||||
|
||||
If your cluster can't connect to the Elastic GeoIP endpoint or you want to
|
||||
manage your own updates, see <<manage-geoip-database-updates>>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue