Browse Source

[DOCS] Update rollup glossary item (#65519)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
James Rodewig 4 years ago
parent
commit
581e5c82b4
1 changed files with 13 additions and 0 deletions
  1. 13 0
      docs/reference/glossary.asciidoc

+ 13 - 0
docs/reference/glossary.asciidoc

@@ -447,6 +447,17 @@ See the {ref}/indices-rollover-index.html[rollover index API].
 // end::rollover-def[]
 --
 
+ifdef::permanently-unreleased-branch[]
+
+[[glossary-rollup]] rollup ::
+// tag::rollup-def[]
+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 summaries.
+// end::rollup-def[]
+
+endif::[]
+ifndef::permanently-unreleased-branch[]
+
 [[glossary-rollup]] rollup ::
 // tag::rollup-def[]
 Summarize high-granularity data into a more compressed format to
@@ -466,6 +477,8 @@ index the summaries into a separate rollup index.
 The job configuration controls what information is rolled up and how often.
 // end::rollup-job-def[]
 
+endif::[]
+
 [[glossary-routing]] routing ::
 +
 --