Skip to content

Commit

Permalink
[DOCS] Update rollup def (elastic#66870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 29, 2020
1 parent cc75fa0 commit 68a8347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/glossary.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ ifdef::permanently-unreleased-branch[]

[[glossary-rollup]] rollup ::
// tag::rollup-def[]
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.
Aggregates an index's time series data and stores the results in a new read-only
index. For example, you can roll up hourly data into daily or weekly summaries.
// end::rollup-def[]

endif::[]
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/rollup/apis/rollup-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<titleabbrev>Rollup</titleabbrev>
++++

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.
Aggregates an index's time series data and stores the results in a new read-only
index. For example, you can roll up hourly data into daily or weekly summaries.

[source,console]
----
Expand Down

0 comments on commit 68a8347

Please sign in to comment.