Skip to content

Commit 75e6473

Browse files
committed
Update the paths for the examples
1 parent 0fbacfb commit 75e6473

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/reference/ingest/apis/delete-ip-location-database.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Deletes a geoip database configuration.
88

99
[source,console]
1010
----
11-
DELETE /_ingest/geoip/database/my-database-id
11+
DELETE /_ingest/ip_location/database/my-database-id
1212
----
1313
// TEST[skip:we don't want to leak the enterprise-geoip-downloader task, which touching these APIs would cause. Therefore, skip this test.]
1414

1515

1616
[[delete-ip-location-database-api-request]]
1717
==== {api-request-title}
1818

19-
`DELETE /_ingest/geoip/database/<database>`
19+
`DELETE /_ingest/ip_location/database/<database>`
2020

2121
[[delete-ip-location-database-api-prereqs]]
2222
==== {api-prereq-title}
@@ -50,6 +50,6 @@ include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
5050

5151
[source,console]
5252
----
53-
DELETE /_ingest/geoip/database/example-database-id
53+
DELETE /_ingest/ip_location/database/example-database-id
5454
----
5555
// TEST[skip:we don't want to leak the enterprise-geoip-downloader task, which touching these APIs would cause. Therefore, skip this test.]

docs/reference/ingest/apis/get-ip-location-database.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Returns information about one or more geoip database configurations.
88

99
[source,console]
1010
----
11-
GET /_ingest/geoip/database/my-database-id
11+
GET /_ingest/ip_location/database/my-database-id
1212
----
1313
// TEST[skip:we don't want to leak the enterprise-geoip-downloader task, which touching these APIs would cause. Therefore, skip this test.]
1414

@@ -17,9 +17,9 @@ GET /_ingest/geoip/database/my-database-id
1717
[[get-ip-location-database-api-request]]
1818
==== {api-request-title}
1919

20-
`GET /_ingest/geoip/database/<database>`
20+
`GET /_ingest/ip_location/database/<database>`
2121

22-
`GET /_ingest/geoip/database`
22+
`GET /_ingest/ip_location/database`
2323

2424
[[get-ip-location-database-api-prereqs]]
2525
==== {api-prereq-title}
@@ -53,7 +53,7 @@ include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]
5353

5454
[source,console]
5555
----
56-
GET /_ingest/geoip/database/my-database-id
56+
GET /_ingest/ip_location/database/my-database-id
5757
----
5858
// TEST[skip:we don't want to leak the enterprise-geoip-downloader task, which touching these APIs would cause. Therefore, skip this test.]
5959

docs/reference/ingest/apis/put-ip-location-database.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ to download from Maxmind. The license key setting does not take effect until all
1313

1414
[source,console]
1515
----
16-
PUT _ingest/geoip/database/my-database-id
16+
PUT _ingest/ip_location/database/my-database-id
1717
{
1818
"name": "GeoIP2-Domain",
1919
"maxmind": {
@@ -26,7 +26,7 @@ PUT _ingest/geoip/database/my-database-id
2626
[[put-ip-location-database-api-request]]
2727
==== {api-request-title}
2828

29-
`PUT /_ingest/geoip/database/<database>`
29+
`PUT /_ingest/ip_location/database/<database>`
3030

3131
[[put-ip-location-database-api-prereqs]]
3232
==== {api-prereq-title}

0 commit comments

Comments
 (0)