Skip to content

Commit 64bed83

Browse files
committed
[DOCS] Add links to query rollup and repositories APIs
1 parent 871c88f commit 64bed83

14 files changed

+84
-0
lines changed

docs/reference/repositories-metering-api/apis/clear-repositories-metering-archive.asciidoc

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

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/operation/operation-nodes-clear-repositories-metering-archive[Clear the archived repositories metering API].
12+
--
13+
814
Removes the archived repositories metering information present in the cluster.
915

1016
[[clear-repositories-metering-archive-api-request]]

docs/reference/repositories-metering-api/apis/get-repositories-metering.asciidoc

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

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/operation/operation-nodes-get-repositories-metering-info[Get cluster repositories metering API].
12+
--
13+
814
Returns cluster repositories metering information.
915

1016
[[get-repositories-metering-api-request]]

docs/reference/repositories-metering-api/repositories-metering-apis.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
experimental[]
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-cluster[Cluster APIs].
11+
--
12+
713
You can use the following APIs to retrieve repositories metering information.
814

915
This is an API used by Elastic's commercial offerings.

docs/reference/rest-api/root.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Root API</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-info[Info APIs].
11+
--
12+
713
The Elasticsearch API's base url returns its basic build,
814
version, and cluster information.
915

docs/reference/rollup/apis/delete-job.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]
1010

11+
.New API reference
12+
[sidebar]
13+
--
14+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
15+
--
16+
1117
Deletes an existing {rollup-job}.
1218

1319
[[rollup-delete-job-request]]

docs/reference/rollup/apis/get-job.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]
99

10+
.New API reference
11+
[sidebar]
12+
--
13+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
14+
--
15+
1016
Retrieves the configuration, stats, and status of {rollup-jobs}.
1117

1218
[[rollup-get-job-request]]

docs/reference/rollup/apis/put-job.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ WARNING: From 8.15.0 invoking this API in a cluster with no rollup usage will fa
1212
deprecation and planned removal. A cluster either needs to contain a rollup job or a rollup index in order for this API
1313
to be allowed to execute.
1414

15+
.New API reference
16+
[sidebar]
17+
--
18+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
19+
--
20+
1521
Creates a {rollup-job}.
1622

1723
[[rollup-put-job-api-request]]

docs/reference/rollup/apis/rollup-caps.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]
99

10+
.New API reference
11+
[sidebar]
12+
--
13+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
14+
--
15+
1016
Returns the capabilities of any {rollup-jobs} that have been configured for a
1117
specific index or index pattern.
1218

docs/reference/rollup/apis/rollup-index-caps.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]
99

10+
.New API reference
11+
[sidebar]
12+
--
13+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
14+
--
15+
1016
Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the
1117
index where rollup data is stored).
1218

docs/reference/rollup/apis/rollup-search.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]
99

10+
.New API reference
11+
[sidebar]
12+
--
13+
For the most up-to-date API details, refer to {api-es}/group/endpoint-rollup[Rollup APIs].
14+
--
15+
1016
Enables searching rolled-up data using the standard Query DSL.
1117

1218
[[rollup-search-request]]

0 commit comments

Comments
 (0)