Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions deploy-manage/deploy/elastic-cloud/serverless-limits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/serverless-limits.html
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is a correct usage of mapped pages. Mapped pages are AsciiDoc pages that are mapped to the new docs system (that builds Markdown files). When I navigate to this link it 404s. I suspect that's because this a new page the equivalent of which never existed in the old AsciiDoc system.

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, 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 |
1 change: 1 addition & 0 deletions deploy-manage/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading