From d6f75a4dc3d9013737df38f760b7b259fee07502 Mon Sep 17 00:00:00 2001 From: zhubotang-wq Date: Mon, 16 Feb 2026 13:36:59 -0800 Subject: [PATCH 1/3] ES-14124 Index Limit Per Project --- .../deploy/elastic-cloud/serverless-limits.md | 18 ++++++++++++++++++ deploy-manage/toc.yml | 1 + 2 files changed, 19 insertions(+) create mode 100644 deploy-manage/deploy/elastic-cloud/serverless-limits.md diff --git a/deploy-manage/deploy/elastic-cloud/serverless-limits.md b/deploy-manage/deploy/elastic-cloud/serverless-limits.md new file mode 100644 index 0000000000..6a32f2d117 --- /dev/null +++ b/deploy-manage/deploy/elastic-cloud/serverless-limits.md @@ -0,0 +1,18 @@ +--- +mapped_pages: + - https://www.elastic.co/guide/en/serverless/current/serverless-limits.html +applies_to: + serverless: +products: + - id: cloud-serverless +--- + +# Index Limit Per Project + +Elastic Cloud Serverless scales automatically to support your project loads. While the Elastic Cloud Serverless product offering aims to provide a service which scales well around most variations in the shape of customer data and load, there are some unusual scenarios which can’t necessarily be supported well yet. To ensure a reliable and consistent experience with the service, we have implemented some limits. These limits provide guardrails for performance and stability, and are documented here to help you design your solution with confidence. + +Some limits can be increased by request (noted as adjustable) - others are fixed. To request a limit increase, please open a support case stating which limit you would like to have increased, the new value you would prefer, and give a brief synopsis of how your use case utilizes indices and data streams to solve data problems at scale. Elastic will review your request and might want to discuss your use case to ensure that increasing the limit will provide the right experience for your workload. + +| Limit | Value | Adjustable? | +| :--- | :--- |:---| +| Number of indices per project | 15,000 | Yes | diff --git a/deploy-manage/toc.yml b/deploy-manage/toc.yml index 324cdedffd..b2d687abbf 100644 --- a/deploy-manage/toc.yml +++ b/deploy-manage/toc.yml @@ -33,6 +33,7 @@ toc: - file: deploy/elastic-cloud/create-serverless-project.md - file: deploy/elastic-cloud/regions.md - file: deploy/elastic-cloud/project-settings.md + - file: deploy/elastic-cloud/serverless-limits.md - file: deploy/elastic-cloud/manage-serverless-projects-using-api.md - file: deploy/elastic-cloud/cloud-hosted.md children: From ddbab0a5833cdc7c009635c083dd7d5528b57d99 Mon Sep 17 00:00:00 2001 From: zhubotang-wq Date: Mon, 16 Feb 2026 14:08:19 -0800 Subject: [PATCH 2/3] ES-14124 --- deploy-manage/deploy/elastic-cloud/serverless-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/elastic-cloud/serverless-limits.md b/deploy-manage/deploy/elastic-cloud/serverless-limits.md index 6a32f2d117..c922a300b8 100644 --- a/deploy-manage/deploy/elastic-cloud/serverless-limits.md +++ b/deploy-manage/deploy/elastic-cloud/serverless-limits.md @@ -11,7 +11,7 @@ products: Elastic Cloud Serverless scales automatically to support your project loads. While the Elastic Cloud Serverless product offering aims to provide a service which scales well around most variations in the shape of customer data and load, there are some unusual scenarios which can’t necessarily be supported well yet. To ensure a reliable and consistent experience with the service, we have implemented some limits. These limits provide guardrails for performance and stability, and are documented here to help you design your solution with confidence. -Some limits can be increased by request (noted as adjustable) - others are fixed. To request a limit increase, please open a support case stating which limit you would like to have increased, the new value you would prefer, and give a brief synopsis of how your use case utilizes indices and data streams to solve data problems at scale. Elastic will review your request and might want to discuss your use case to ensure that increasing the limit will provide the right experience for your workload. +Some limits can be increased by request (noted as adjustable) - others are fixed. To request a limit increase, open a support case stating which limit you would like to have increased, the new value you would prefer, and give a brief synopsis of how your use case utilizes indices and data streams to solve data problems at scale. Elastic will review your request and might want to discuss your use case to ensure that increasing the limit will provide the right experience for your workload. | Limit | Value | Adjustable? | | :--- | :--- |:---| From 82dce86bd5188aabed9213e349a56ffd8845ae6d Mon Sep 17 00:00:00 2001 From: Zhubo Tang Date: Tue, 17 Feb 2026 09:58:45 -0800 Subject: [PATCH 3/3] Update deploy-manage/deploy/elastic-cloud/serverless-limits.md Co-authored-by: Vlada Chirmicci --- deploy-manage/deploy/elastic-cloud/serverless-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manage/deploy/elastic-cloud/serverless-limits.md b/deploy-manage/deploy/elastic-cloud/serverless-limits.md index c922a300b8..bc1d1bc6b0 100644 --- a/deploy-manage/deploy/elastic-cloud/serverless-limits.md +++ b/deploy-manage/deploy/elastic-cloud/serverless-limits.md @@ -7,7 +7,7 @@ products: - id: cloud-serverless --- -# Index Limit Per Project +# Index limit per project Elastic Cloud Serverless scales automatically to support your project loads. While the Elastic Cloud Serverless product offering aims to provide a service which scales well around most variations in the shape of customer data and load, there are some unusual scenarios which can’t necessarily be supported well yet. To ensure a reliable and consistent experience with the service, we have implemented some limits. These limits provide guardrails for performance and stability, and are documented here to help you design your solution with confidence.