浏览代码

[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.
James Rodewig 2 年之前
父节点
当前提交
fe6a42b35f
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      docs/reference/ingest/processors/geoip.asciidoc

+ 5 - 3
docs/reference/ingest/processors/geoip.asciidoc

@@ -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>>.