Skip to content

Commit f299c5f

Browse files
committed
[DOCS] Add links to index APIs
1 parent 691d05b commit f299c5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+308
-1
lines changed

docs/reference/graph/explore.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
[[graph-explore-api]]
33
== Graph explore API
44

5+
.New API Reference
6+
[sidebar]
7+
--
8+
For the most up-to-date API details, refer to {api-es}/group/endpoint-graph[Graph explore APIs].
9+
--
10+
511
The graph explore API enables you to extract and summarize information about
612
the documents and terms in an {es} data stream or index.
713

docs/reference/ilm/apis/ilm-api.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[[index-lifecycle-management-api]]
22
== {ilm-cap} APIs
33

4+
[sidebar]
5+
--
6+
For the most up-to-date API details, refer to {api-es}/group/endpoint-ilm[{ilm} APIs].
7+
--
8+
9+
https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ilm
10+
411
You use the following APIs to set up policies to automatically manage the index lifecycle.
512
For more information about {ilm} ({ilm-init}), see <<index-lifecycle-management>>.
613

docs/reference/indices.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.New API Reference
55
[sidebar]
66
--
7-
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
7+
For the most up-to-date API details, refer to {api-es}/group/endpoint-indices[index APIs].
88
--
99

1010
Index APIs are used to manage individual indices,

docs/reference/indices/add-alias.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Create or update alias</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-indices[index APIs].
11+
--
12+
713
Adds a data stream or index to an <<aliases,alias>>.
814

915
[source,console]

docs/reference/indices/alias-exists.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Alias exists</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-indices[index APIs].
11+
--
12+
713
Checks if an <<aliases,alias>> exists.
814

915
[source,console]

docs/reference/indices/aliases.asciidoc

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

915
[source,console]

docs/reference/indices/analyze.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Analyze</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-indices[index APIs].
11+
--
12+
713
Performs <<analysis,analysis>> on a text string
814
and returns the resulting tokens.
915

docs/reference/indices/apis/unfreeze.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ You can use this API to unfreeze indices that were frozen in 7.x. Frozen indices
1717
are not related to the frozen data tier.
1818
====
1919

20+
.New API Reference
21+
[sidebar]
22+
--
23+
For the most up-to-date API details, refer to {api-es}/group/endpoint-indices[index APIs].
24+
--
25+
2026
Unfreezes an index.
2127

2228
[[unfreeze-index-api-request]]

docs/reference/indices/clearcache.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Clear cache</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-indices[index APIs].
11+
--
12+
713
Clears the caches of one or more indices. For data streams, the API clears the
814
caches of the stream's backing indices.
915

docs/reference/indices/clone-index.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Clone index</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-indices[index APIs].
11+
--
12+
713
Clones an existing index.
814

915
[source,console]

0 commit comments

Comments
 (0)