Skip to content

Commit

Permalink
[DOCS] Add rollups to Tune for disk usage (elastic#60436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaf-Lin authored Jul 31, 2020
1 parent 1a566d7 commit 9471867
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/how-to/disk-usage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,11 @@ structure, fields, and values together should improve the compression ratio.
Due to the fact that multiple documents are compressed together into blocks,
it is more likely to find longer duplicate strings in those `_source` documents
if fields always occur in the same order.

[discrete]
[[roll-up-historical-data]]
=== Roll up historical data

Keeping older data can useful for later analysis but is often avoided due to
storage costs. You can use data rollups to summarize and store historical data
at a fraction of the raw data's storage cost. See <<xpack-rollup>>.

0 comments on commit 9471867

Please sign in to comment.