Skip to content

Commit ce7d0e3

Browse files
authored
Adding missing applies to tags (#3820)
Reviewing the Data lifecycle chapter in Manage data and adding any missed applies_to tags. Part of #1198
1 parent 7f2a462 commit ce7d0e3

File tree

8 files changed

+13
-6
lines changed

8 files changed

+13
-6
lines changed

manage-data/lifecycle/curator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navigation_title: Curator
33
applies_to:
44
stack: ga
5+
serverless: unavailable
56
---
67

78
# Elasticsearch Curator

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-migrating-to-downsampling.html
55
applies_to:
66
stack: ga
7-
serverless: ga
7+
serverless: unavailable
88
products:
99
- id: elasticsearch
1010
---
@@ -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 {{esql}}.
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)