From 658cfe06571bb14116ef5d62b38d2709cf527f0b Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Thu, 26 Jun 2025 15:14:38 +0100 Subject: [PATCH 1/2] Add note to clarify Serverless data storage implications Fixes #1547 Adding a note to the Data tiers page to indicate that users of Serverless don't need to worry about data tiers. --- manage-data/lifecycle/data-tiers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manage-data/lifecycle/data-tiers.md b/manage-data/lifecycle/data-tiers.md index 3840404bbc..ea6a66566b 100644 --- a/manage-data/lifecycle/data-tiers.md +++ b/manage-data/lifecycle/data-tiers.md @@ -15,6 +15,10 @@ products: A *data tier* is a collection of [nodes](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md) within a cluster that share the same [data node role](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md#node-roles), and a hardware profile that’s appropriately sized for the role. Elastic recommends that nodes in the same tier share the same hardware profile to avoid [hot spotting](/troubleshoot/elasticsearch/hotspotting.md). +:::{admonition} Serverless manages data storage for you +By abstracting cluster management tasks, {{serverless-full}} adjusts data storage and scaling based on your workload. Certain [project settings](/deploy-manage/deploy/elastic-cloud/project-settings.md) allow you to customize your data storage layers. +::: + ## Available data tiers [available-tier] The data tiers that you use, and the way that you use them, depends on the data’s [category](/manage-data/lifecycle.md). The following data tiers are can be used with each data category: From 6580fda1edc3d835d1cfe309d5b6c097ad37d7c3 Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Thu, 26 Jun 2025 16:54:06 +0100 Subject: [PATCH 2/2] Further refine wording to avoid mentioning 'layers' --- manage-data/lifecycle/data-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/lifecycle/data-tiers.md b/manage-data/lifecycle/data-tiers.md index ea6a66566b..c8b001d69f 100644 --- a/manage-data/lifecycle/data-tiers.md +++ b/manage-data/lifecycle/data-tiers.md @@ -16,7 +16,7 @@ products: A *data tier* is a collection of [nodes](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md) within a cluster that share the same [data node role](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md#node-roles), and a hardware profile that’s appropriately sized for the role. Elastic recommends that nodes in the same tier share the same hardware profile to avoid [hot spotting](/troubleshoot/elasticsearch/hotspotting.md). :::{admonition} Serverless manages data storage for you -By abstracting cluster management tasks, {{serverless-full}} adjusts data storage and scaling based on your workload. Certain [project settings](/deploy-manage/deploy/elastic-cloud/project-settings.md) allow you to customize your data storage layers. +By abstracting cluster management tasks, {{serverless-full}} adjusts data storage and scaling based on your workload. Certain [project settings](/deploy-manage/deploy/elastic-cloud/project-settings.md) allow you to customize how your data is stored and calibrate the performance of your data. ::: ## Available data tiers [available-tier]