From a5758d63144788790961509f2339356580a4a382 Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Wed, 5 Nov 2025 11:03:45 +0000 Subject: [PATCH 1/3] Adding missing applies to tags Reviewing the Data lifecycle chapter in Manage data and adding any missed applies_to tags. Part of #1198 --- manage-data/lifecycle/curator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manage-data/lifecycle/curator.md b/manage-data/lifecycle/curator.md index aec534b34b..aa6e65b5be 100644 --- a/manage-data/lifecycle/curator.md +++ b/manage-data/lifecycle/curator.md @@ -2,6 +2,7 @@ navigation_title: Curator applies_to: stack: ga + serverless: unavailable --- # Elasticsearch Curator From fdfe0e669c4a7f447ad505f7b77a6f1812906d2a Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Wed, 5 Nov 2025 15:52:54 +0000 Subject: [PATCH 2/3] Adding the serverless unavailable tag for rollup content --- manage-data/lifecycle/rollup.md | 3 +++ manage-data/lifecycle/rollup/getting-started-api.md | 3 +++ manage-data/lifecycle/rollup/getting-started-kibana.md | 2 +- .../lifecycle/rollup/migrating-from-rollup-to-downsampling.md | 2 +- manage-data/lifecycle/rollup/rollup-aggregation-limitations.md | 2 +- manage-data/lifecycle/rollup/rollup-search-limitations.md | 2 +- manage-data/lifecycle/rollup/understanding-groups.md | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) diff --git a/manage-data/lifecycle/rollup.md b/manage-data/lifecycle/rollup.md index e18b9aae54..9cb5f89437 100644 --- a/manage-data/lifecycle/rollup.md +++ b/manage-data/lifecycle/rollup.md @@ -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 --- diff --git a/manage-data/lifecycle/rollup/getting-started-api.md b/manage-data/lifecycle/rollup/getting-started-api.md index 28773ab7c9..b92400e763 100644 --- a/manage-data/lifecycle/rollup/getting-started-api.md +++ b/manage-data/lifecycle/rollup/getting-started-api.md @@ -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 --- diff --git a/manage-data/lifecycle/rollup/getting-started-kibana.md b/manage-data/lifecycle/rollup/getting-started-kibana.md index 4c69ff69a9..f06e185966 100644 --- a/manage-data/lifecycle/rollup/getting-started-kibana.md +++ b/manage-data/lifecycle/rollup/getting-started-kibana.md @@ -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 --- diff --git a/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md b/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md index 49acd44fc3..d008c3fd00 100644 --- a/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md +++ b/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md @@ -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 ES|QL. * 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. diff --git a/manage-data/lifecycle/rollup/rollup-aggregation-limitations.md b/manage-data/lifecycle/rollup/rollup-aggregation-limitations.md index 4363a90232..58f5a86c96 100644 --- a/manage-data/lifecycle/rollup/rollup-aggregation-limitations.md +++ b/manage-data/lifecycle/rollup/rollup-aggregation-limitations.md @@ -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 --- diff --git a/manage-data/lifecycle/rollup/rollup-search-limitations.md b/manage-data/lifecycle/rollup/rollup-search-limitations.md index 6f31be0820..20a323201b 100644 --- a/manage-data/lifecycle/rollup/rollup-search-limitations.md +++ b/manage-data/lifecycle/rollup/rollup-search-limitations.md @@ -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 --- diff --git a/manage-data/lifecycle/rollup/understanding-groups.md b/manage-data/lifecycle/rollup/understanding-groups.md index 2bdc406981..bf26c26b60 100644 --- a/manage-data/lifecycle/rollup/understanding-groups.md +++ b/manage-data/lifecycle/rollup/understanding-groups.md @@ -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 --- From d56fc7e10815fbed379fb0b302dc8a565b95fb7d Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Thu, 6 Nov 2025 10:07:59 +0000 Subject: [PATCH 3/3] Minor fixes post feedback --- .../lifecycle/rollup/migrating-from-rollup-to-downsampling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md b/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md index d008c3fd00..5327d2958f 100644 --- a/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md +++ b/manage-data/lifecycle/rollup/migrating-from-rollup-to-downsampling.md @@ -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 --- @@ -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.