diff --git a/docs/reference/glossary.asciidoc b/docs/reference/glossary.asciidoc index e16cd070f5836..b7a99af3b4bdd 100644 --- a/docs/reference/glossary.asciidoc +++ b/docs/reference/glossary.asciidoc @@ -451,7 +451,7 @@ ifdef::permanently-unreleased-branch[] [[glossary-rollup]] rollup :: // tag::rollup-def[] -Aggregates an index's time series data and stores the results in another index. +Aggregates an index's time series data and stores the results in a new index. For example, you can roll up hourly data into daily or weekly summaries. // end::rollup-def[] diff --git a/docs/reference/rollup/apis/rollup-api.asciidoc b/docs/reference/rollup/apis/rollup-api.asciidoc index 4daa3c3ac8b4a..82c9bac1a77de 100644 --- a/docs/reference/rollup/apis/rollup-api.asciidoc +++ b/docs/reference/rollup/apis/rollup-api.asciidoc @@ -6,7 +6,7 @@ Rollup ++++ -Aggregates an index's time series data and stores the results in another index. +Aggregates an index's time series data and stores the results in a new index. For example, you can roll up hourly data into daily or weekly summaries. [source,console] @@ -67,12 +67,13 @@ syntax>> or wildcards (`*`). `rollup_index`:: (Required, string) -Index that stores the rollup results. Cannot be a <> -or <>. +New index that stores the rollup results. Cannot be an existing index, +a <>, or an <>. + -If this index does not exist, the request creates it. If the `` is a -backing index for a data stream, this new index is a backing index for the same -stream. +The request creates this index with +<> set to `true`. If the original +`` is a backing index for a data stream, this index is a backing index +for the same stream. `groups`:: (Required, object) diff --git a/docs/reference/rollup/rollup-apis.asciidoc b/docs/reference/rollup/rollup-apis.asciidoc index a8791b40d3af9..298c7187e8aa9 100644 --- a/docs/reference/rollup/rollup-apis.asciidoc +++ b/docs/reference/rollup/rollup-apis.asciidoc @@ -6,7 +6,7 @@ ifdef::permanently-unreleased-branch[] A rollup aggregates an index's time series data and stores the results in -another index. For example, you can roll up hourly data into daily or weekly +a new index. For example, you can roll up hourly data into daily or weekly summaries. * <>