From 0d2ca132a83bea10ed594c5521688b1899b772a0 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 8 Dec 2020 12:22:07 -0500 Subject: [PATCH] [DOCS] Rollup V2: Fix rollup index def (#65770) --- docs/reference/glossary.asciidoc | 2 +- docs/reference/rollup/apis/rollup-api.asciidoc | 13 +++++++------ docs/reference/rollup/rollup-apis.asciidoc | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/reference/glossary.asciidoc b/docs/reference/glossary.asciidoc index a31aa46606210..dbcb9d06cef90 100644 --- a/docs/reference/glossary.asciidoc +++ b/docs/reference/glossary.asciidoc @@ -422,7 +422,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. * <>