mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This change also updated the deprecation warning on all rollup pages from Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead. to Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead..
32 lines
1.3 KiB
Text
32 lines
1.3 KiB
Text
[role="xpack"]
|
|
[[xpack-rollup]]
|
|
== Rolling up historical data
|
|
|
|
deprecated::[8.11.0,"Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead."]
|
|
|
|
Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of
|
|
archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the
|
|
usefulness of extensive historical data.
|
|
|
|
// tag::rollup-intro[]
|
|
The {stack} {rollup-features} provide a means to summarize and store historical
|
|
data so that it can still be used for analysis, but at a fraction of the storage
|
|
cost of raw data.
|
|
// end::rollup-intro[]
|
|
|
|
* <<rollup-overview,Overview>>
|
|
* <<rollup-getting-started,Getting started>>
|
|
* <<rollup-api-quickref, API quick reference>>
|
|
* <<rollup-understanding-groups,Understanding rollup grouping>>
|
|
* <<rollup-agg-limitations,Rollup aggregation limitations>>
|
|
* <<rollup-search-limitations,Rollup search limitations>>
|
|
* <<rollup-migrating-to-downsampling,Migrating to downsampling>>
|
|
|
|
|
|
include::overview.asciidoc[]
|
|
include::api-quickref.asciidoc[]
|
|
include::rollup-getting-started.asciidoc[]
|
|
include::understanding-groups.asciidoc[]
|
|
include::rollup-agg-limitations.asciidoc[]
|
|
include::rollup-search-limitations.asciidoc[]
|
|
include::migrating-to-downsampling.asciidoc[]
|