mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
34 lines
711 B
Text
34 lines
711 B
Text
[[data-rollup-transform]]
|
|
= Roll up or transform your data
|
|
|
|
[partintro]
|
|
--
|
|
|
|
{es} offers the following methods for manipulating your data:
|
|
|
|
ifdef::permanently-unreleased-branch[]
|
|
|
|
* <<xpack-rollup>>
|
|
+
|
|
A rollup aggregates an index's time series data and stores the results in new
|
|
read-only index. For example, you can roll up hourly data into daily or weekly
|
|
summaries.
|
|
|
|
endif::[]
|
|
ifndef::permanently-unreleased-branch[]
|
|
|
|
* <<xpack-rollup,Rolling up your historical data>>
|
|
+
|
|
include::rollup/index.asciidoc[tag=rollup-intro]
|
|
|
|
endif::[]
|
|
|
|
* <<transforms,Transforming your data>>
|
|
+
|
|
include::transform/transforms.asciidoc[tag=transform-intro]
|
|
|
|
--
|
|
|
|
include::rollup/index.asciidoc[]
|
|
|
|
include::transform/index.asciidoc[]
|