Roll up or transform your data
editRoll up or transform your data
editElasticsearch offers the following methods for manipulating your data:
-
Rolling up your historical data
Deprecated in 8.11.0.
Rollups will be removed in a future version. Use downsampling instead.
The Elastic Stack data 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.
-
Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics.