Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manage-data/lifecycle/curator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navigation_title: Curator
applies_to:
stack: ga
serverless: unavailable
---

# Elasticsearch Curator
Expand Down
3 changes: 3 additions & 0 deletions manage-data/lifecycle/rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-overview.html
applies_to:
stack: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand Down
3 changes: 3 additions & 0 deletions manage-data/lifecycle/rollup/getting-started-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
navigation_title: Get started using the API
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-getting-started.html
applies_to:
stack: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand Down
2 changes: 1 addition & 1 deletion manage-data/lifecycle/rollup/getting-started-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/data-rollups.html
applies_to:
stack: ga
serverless: ga
serverless: unavailable
products:
- id: kibana
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-migrating-to-downsampling.html
applies_to:
stack: ga
serverless: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand All @@ -19,7 +19,7 @@ Rollup and downsampling are two different features that allow historical metrics
The following aspects of downsampling are easier or more robust:

* No need to schedule jobs. Downsampling is integrated with Index Lifecycle Management (ILM) and Data Stream Lifecycle (DSL).
* No separate search API. Downsampled indices can be accessed via the search api and es|ql.
* No separate search API. Downsampled indices can be accessed via the search API and {{esql}}.
* No separate rollup configuration. Downsampling uses the time series dimension and metric configuration from the mapping.

It isn’t possible to migrate all rollup usages to downsampling. The main requirement is that the data should be stored in Elasticsearch as [time series data stream (TSDS)](../../data-store/data-streams/time-series-data-stream-tsds.md). Rollup usages that basically roll the data up by time and all dimensions can migrate to downsampling.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-agg-limitations.html
applies_to:
stack: ga
serverless: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-search-limitations.html
applies_to:
stack: ga
serverless: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand Down
2 changes: 1 addition & 1 deletion manage-data/lifecycle/rollup/understanding-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-understanding-groups.html
applies_to:
stack: ga
serverless: ga
serverless: unavailable
products:
- id: elasticsearch
---
Expand Down