[DOCS] Add experimental tag to rollup APIs (#63206)

This commit is contained in:
Lisa Cawley 2020-10-05 12:41:04 -07:00 committed by lcawl
parent df0861348c
commit 22aea11016
8 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,7 @@
[id="{upid}-{api}"]
=== Delete Rollup Job API
experimental::[]
[id="{upid}-{api}-request"]
==== Request

View File

@ -2,6 +2,8 @@
[[java-rest-high-x-pack-rollup-get-job]]
=== Get Rollup Job API
experimental::[]
The Get Rollup Job API can be used to get one or all rollup jobs from the
cluster. It accepts a `GetRollupJobRequest` object as a request and returns
a `GetRollupJobResponse`.

View File

@ -7,6 +7,8 @@
[id="{upid}-x-pack-{api}"]
=== Get Rollup Capabilities API
experimental::[]
The Get Rollup Capabilities API allows the user to query a target index pattern (`logstash-*`, etc)
and determine if there are any rollup jobs that are/were configured to rollup that pattern.
The API accepts a `GetRollupCapsRequest` object as a request and returns a `GetRollupCapsResponse`.

View File

@ -7,6 +7,8 @@
[id="{upid}-x-pack-{api}"]
=== Get Rollup Index Capabilities API
experimental::[]
The Get Rollup Index Capabilities API allows the user to determine if a concrete index or index pattern contains
stored rollup jobs and data. If it contains data stored from rollup jobs, the capabilities of those jobs
are returned. The API accepts a `GetRollupIndexCapsRequest` object as a request and returns a `GetRollupIndexCapsResponse`.

View File

@ -2,6 +2,8 @@
[[java-rest-high-x-pack-rollup-put-job]]
=== Put Rollup Job API
experimental::[]
The Put Rollup Job API can be used to create a new Rollup job
in the cluster. The API accepts a `PutRollupJobRequest` object
as a request and returns a `PutRollupJobResponse`.

View File

@ -7,6 +7,8 @@
[id="{upid}-{api}"]
=== Rollup Search API
experimental::[]
The Rollup Search endpoint allows searching rolled-up data using the standard
query DSL. The Rollup Search endpoint is needed because, internally,
rolled-up documents utilize a different document structure than the original

View File

@ -7,6 +7,8 @@
[id="{upid}-{api}"]
=== Start Rollup Job API
experimental::[]
[id="{upid}-{api}-request"]
==== Request

View File

@ -7,6 +7,8 @@
[id="{upid}-{api}"]
=== Stop Rollup Job API
experimental::[]
[id="{upid}-{api}-request"]
==== Request