Skip to content

Commit c73d473

Browse files
committed
[DOCS] add link in data stream and index APIs
1 parent d83f7cd commit c73d473

14 files changed

+79
-3
lines changed

docs/reference/data-streams/data-stream-apis.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
[[data-stream-apis]]
33
== Data stream APIs
44

5-
////
65
.New API Reference
76
[sidebar]
87
--
9-
For the most up-to-date API details, refer to {api-es}/group/endpoint-autoscaling[behavioral analytics APIs].
8+
For the most up-to-date API details, refer to {api-es}/group/endpoint-data-stream[data stream APIs].
109
--
11-
////
1210

1311
The following APIs are available for managing <<data-streams,data streams>>:
1412

docs/reference/data-streams/lifecycle/apis/delete-lifecycle.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Delete Data Stream Lifecycle</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-data-stream[data stream APIs].
11+
--
12+
713
Deletes the <<data-stream-lifecycle,lifecycle>> from a set of data streams.
814

915
[[delete-lifecycle-api-prereqs]]

docs/reference/data-streams/lifecycle/apis/explain-lifecycle.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Explain Data Stream Lifecycle</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-data-stream[data stream APIs].
11+
--
12+
713
Retrieves the current <<data-stream-lifecycle,data stream lifecycle>> status for one or more data stream backing indices.
814

915
[[explain-lifecycle-api-prereqs]]

docs/reference/data-streams/lifecycle/apis/get-lifecycle-stats.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get Data Stream Lifecycle</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-data-stream[data stream APIs].
11+
--
12+
713
Gets stats about the execution of <<data-stream-lifecycle,data stream lifecycle>>.
814

915
[[get-lifecycle-stats-api-prereqs]]

docs/reference/data-streams/lifecycle/apis/get-lifecycle.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get Data Stream Lifecycle</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-data-stream[data stream APIs].
11+
--
12+
713
Gets the <<data-stream-lifecycle,lifecycle>> of a set of <<data-streams,data streams>>.
814

915
[[get-lifecycle-api-prereqs]]

docs/reference/data-streams/lifecycle/apis/put-lifecycle.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Put Data Stream Lifecycle</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-data-stream[data stream APIs].
11+
--
12+
713
Configures the data stream <<data-stream-lifecycle,lifecycle>> for the targeted <<data-streams,data streams>>.
814

915
[[put-lifecycle-api-prereqs]]

docs/reference/data-streams/modify-data-streams-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Modify data streams</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-data-stream[data stream APIs].
11+
--
12+
713
Performs one or more <<data-streams,data stream>> modification actions in a single atomic
814
operation.
915

docs/reference/data-streams/promote-data-stream-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Promote data stream</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-data-stream[data stream APIs].
12+
--
13+
814
The purpose of the promote <<data-streams,data stream>> API is to turn
915
a data stream that is replicated by CCR into a regular
1016
data stream.

docs/reference/indices/create-data-stream.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Create data stream</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-data-stream[data stream APIs].
12+
--
13+
814
Creates a new <<data-streams,data stream>>.
915

1016
////

docs/reference/indices/data-stream-stats.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Data stream stats</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-data-stream[data stream APIs].
12+
--
13+
814
Retrieves statistics for one or more <<data-streams,data streams>>.
915

1016
////

0 commit comments

Comments
 (0)