2018-08-31 13:50:43 -04:00
|
|
|
[role="xpack"]
|
|
|
|
[testenv="basic"]
|
2018-02-23 17:10:37 -05:00
|
|
|
[[xpack-rollup]]
|
2019-09-23 11:45:01 -04:00
|
|
|
== Rolling up historical data
|
2018-02-23 17:10:37 -05:00
|
|
|
|
2018-04-10 11:51:09 -04:00
|
|
|
experimental[]
|
2018-02-23 17:10:37 -05:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2019-09-23 11:45:01 -04:00
|
|
|
// 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[]
|
2018-02-23 17:10:37 -05:00
|
|
|
|
2019-09-23 11:45:01 -04:00
|
|
|
* <<rollup-overview,Overview>>
|
|
|
|
* <<rollup-getting-started,Getting started>>
|
|
|
|
* <<rollup-api-quickref, API quick reference>>
|
|
|
|
* <<rollup-understanding-groups,Understanding rollup grouping>>
|
2018-06-13 15:42:20 -04:00
|
|
|
* <<rollup-agg-limitations,Rollup aggregation limitations>>
|
2019-09-23 11:45:01 -04:00
|
|
|
* <<rollup-search-limitations,Rollup search limitations>>
|
2018-02-23 17:10:37 -05:00
|
|
|
|
|
|
|
|
|
|
|
include::overview.asciidoc[]
|
|
|
|
include::api-quickref.asciidoc[]
|
|
|
|
include::rollup-getting-started.asciidoc[]
|
|
|
|
include::understanding-groups.asciidoc[]
|
2018-06-13 15:42:20 -04:00
|
|
|
include::rollup-agg-limitations.asciidoc[]
|
2018-02-23 17:10:37 -05:00
|
|
|
include::rollup-search-limitations.asciidoc[]
|