Skip to content

Commit 651bff7

Browse files
committed
Update the slugs to reflect the new API names
1 parent cb4dd54 commit 651bff7

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[delete-geoip-database-api]]
1+
[[delete-ip-location-database-api]]
22
=== Delete geoip database configuration API
33
++++
44
<titleabbrev>Delete geoip database configuration</titleabbrev>
@@ -13,18 +13,18 @@ DELETE /_ingest/geoip/database/my-database-id
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

16-
[[delete-geoip-database-api-request]]
16+
[[delete-ip-location-database-api-request]]
1717
==== {api-request-title}
1818

1919
`DELETE /_ingest/geoip/database/<database>`
2020

21-
[[delete-geoip-database-api-prereqs]]
21+
[[delete-ip-location-database-api-prereqs]]
2222
==== {api-prereq-title}
2323

2424
* If the {es} {security-features} are enabled, you must have the
2525
`manage` <<privileges-list-cluster,cluster privilege>> to use this API.
2626

27-
[[delete-geoip-database-api-path-params]]
27+
[[delete-ip-location-database-api-path-params]]
2828
==== {api-path-parms-title}
2929

3030
`<database>`::
@@ -35,17 +35,17 @@ DELETE /_ingest/geoip/database/my-database-id
3535
--
3636

3737

38-
[[delete-geoip-database-api-query-params]]
38+
[[delete-ip-location-database-api-query-params]]
3939
==== {api-query-parms-title}
4040

4141
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
4242

4343

44-
[[delete-geoip-database-api-example]]
44+
[[delete-ip-location-database-api-example]]
4545
==== {api-examples-title}
4646

4747

48-
[[delete-geoip-database-api-specific-ex]]
48+
[[delete-ip-location-database-api-specific-ex]]
4949
===== Delete a specific geoip database configuration
5050

5151
[source,console]

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[get-geoip-database-api]]
1+
[[get-ip-location-database-api]]
22
=== Get geoip database configuration API
33
++++
44
<titleabbrev>Get geoip database configuration</titleabbrev>
@@ -14,20 +14,20 @@ GET /_ingest/geoip/database/my-database-id
1414

1515

1616

17-
[[get-geoip-database-api-request]]
17+
[[get-ip-location-database-api-request]]
1818
==== {api-request-title}
1919

2020
`GET /_ingest/geoip/database/<database>`
2121

2222
`GET /_ingest/geoip/database`
2323

24-
[[get-geoip-database-api-prereqs]]
24+
[[get-ip-location-database-api-prereqs]]
2525
==== {api-prereq-title}
2626

2727
* If the {es} {security-features} are enabled, you must have the
2828
`manage` <<privileges-list-cluster,cluster privilege>> to use this API.
2929

30-
[[get-geoip-database-api-path-params]]
30+
[[get-ip-location-database-api-path-params]]
3131
==== {api-path-parms-title}
3232

3333
`<database>`::
@@ -38,17 +38,17 @@ supported.
3838
To get all database configurations, omit this parameter or use `*`.
3939

4040

41-
[[get-geoip-database-api-query-params]]
41+
[[get-ip-location-database-api-query-params]]
4242
==== {api-query-parms-title}
4343

4444
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]
4545

4646

47-
[[get-geoip-database-api-example]]
47+
[[get-ip-location-database-api-example]]
4848
==== {api-examples-title}
4949

5050

51-
[[get-geoip-database-api-specific-ex]]
51+
[[get-ip-location-database-api-specific-ex]]
5252
===== Get information for a specific geoip database configuration
5353

5454
[source,console]

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[put-geoip-database-api]]
1+
[[put-ip-location-database-api]]
22
=== Create or update geoip database configuration API
33
++++
44
<titleabbrev>Create or update geoip database configuration</titleabbrev>
@@ -23,35 +23,35 @@ PUT _ingest/geoip/database/my-database-id
2323
----
2424
// TEST[skip:we don't want to leak the enterprise-geoip-downloader task, which touching these APIs would cause. Therefore, skip this test.]
2525

26-
[[put-geoip-database-api-request]]
26+
[[put-ip-location-database-api-request]]
2727
==== {api-request-title}
2828

2929
`PUT /_ingest/geoip/database/<database>`
3030

31-
[[put-geoip-database-api-prereqs]]
31+
[[put-ip-location-database-api-prereqs]]
3232
==== {api-prereq-title}
3333

3434
* If the {es} {security-features} are enabled, you must have the
3535
`manage` <<privileges-list-cluster,cluster privilege>> to use this API.
3636

3737

38-
[[put-geoip-database-api-path-params]]
38+
[[put-ip-location-database-api-path-params]]
3939
==== {api-path-parms-title}
4040

4141
`<database>`::
4242
+
4343
__
4444
(Required, string) ID of the database configuration to create or update.
4545

46-
[[put-geoip-database-api-query-params]]
46+
[[put-ip-location-database-api-query-params]]
4747
==== {api-query-parms-title}
4848

4949
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
5050

51-
[[put-geoip-database-api-request-body]]
51+
[[put-ip-location-database-api-request-body]]
5252
==== {api-request-body-title}
5353

54-
// tag::geoip-database-object[]
54+
// tag::ip-location-database-object[]
5555
`name`::
5656
(Required, string)
5757
The provider-assigned name of the IP geolocation database to download.
@@ -63,9 +63,9 @@ the database, as well as any provider-specific configuration necessary for such
6363
+
6464
At present, the only supported provider is `maxmind`, and the maxmind provider
6565
requires that an `account_id` (string) is configured.
66-
// end::geoip-database-object[]
66+
// end::ip-location-database-object[]
6767

68-
[[geoip-database-configuration-licensing]]
68+
[[ip-location-database-configuration-licensing]]
6969
==== Licensing
7070

7171
Downloading databases from third party providers is a commercial feature that requires an

0 commit comments

Comments
 (0)