Skip to content

Commit 102f35c

Browse files
committed
[DOCS] Add links to ingest and licensing APIs
1 parent ffb2b0d commit 102f35c

16 files changed

+96
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Delete IP geolocation database configuration</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Deletes a IP geolocation database configuration.
814

915
[source,console]

docs/reference/ingest/apis/delete-pipeline.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Delete pipeline</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Deletes one or more existing ingest pipeline.
814

915
////

docs/reference/ingest/apis/geoip-stats.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>GeoIP stats</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Gets statistics about the <<geoip-processor,`geoip` processor>>, including
814
download statistics for GeoIP2 databases used with it.
915

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get IP geolocation database configuration</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Returns information about one or more IP geolocation database configurations.
814

915
[source,console]

docs/reference/ingest/apis/get-pipeline.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get pipeline</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Returns information about one or more ingest pipelines.
814
This API returns a local reference of the pipeline.
915

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Create or update IP geolocation database configuration</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Creates or updates an IP geolocation database configuration.
814

915
IMPORTANT: The Maxmind `account_id` shown below requires a license key. Because the license key is sensitive information,

docs/reference/ingest/apis/put-pipeline.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Create or update pipeline</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
11+
--
12+
713
Creates or updates an <<ingest,ingest pipeline>>. Changes made using this API
814
take effect immediately.
915

docs/reference/ingest/apis/simulate-ingest.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Simulate ingest</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
12+
--
13+
814
Executes ingest pipelines against a set of provided documents, optionally
915
with substitute pipeline definitions. This API is meant to be used for
1016
troubleshooting or pipeline development, as it does not actually index any

docs/reference/ingest/apis/simulate-pipeline.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Simulate pipeline</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ingest[Ingest APIs].
12+
--
13+
814
Executes an ingest pipeline against
915
a set of provided documents.
1016

docs/reference/licensing/delete-license.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Delete license</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-license[Licensing APIs].
12+
--
13+
814
This API enables you to delete licensing information.
915

1016
[discrete]

0 commit comments

Comments
 (0)