Skip to content

Commit fdfe0e6

Browse files
committed
Adding the serverless unavailable tag for rollup content
1 parent a5758d6 commit fdfe0e6

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

manage-data/lifecycle/rollup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-overview.html
5+
applies_to:
6+
stack: ga
7+
serverless: unavailable
58
products:
69
- id: elasticsearch
710
---

manage-data/lifecycle/rollup/getting-started-api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
navigation_title: Get started using the API
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-getting-started.html
5+
applies_to:
6+
stack: ga
7+
serverless: unavailable
58
products:
69
- id: elasticsearch
710
---

manage-data/lifecycle/rollup/getting-started-kibana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/kibana/current/data-rollups.html
55
applies_to:
66
stack: ga
7-
serverless: ga
7+
serverless: unavailable
88
products:
99
- id: kibana
1010
---

manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Rollup and downsampling are two different features that allow historical metrics
1919
The following aspects of downsampling are easier or more robust:
2020

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

2525
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.

manage-data/lifecycle/rollup/rollup-aggregation-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-agg-limitations.html
44
applies_to:
55
stack: ga
6-
serverless: ga
6+
serverless: unavailable
77
products:
88
- id: elasticsearch
99
---

manage-data/lifecycle/rollup/rollup-search-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-search-limitations.html
44
applies_to:
55
stack: ga
6-
serverless: ga
6+
serverless: unavailable
77
products:
88
- id: elasticsearch
99
---

manage-data/lifecycle/rollup/understanding-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-understanding-groups.html
44
applies_to:
55
stack: ga
6-
serverless: ga
6+
serverless: unavailable
77
products:
88
- id: elasticsearch
99
---

0 commit comments

Comments
 (0)