From 4ea032eb48c8d458d802e5cd606217c1bc89f235 Mon Sep 17 00:00:00 2001 From: Jeramy Soucy Date: Mon, 16 Dec 2024 09:40:13 -0500 Subject: [PATCH] Corrects the default max spaces in non-serverless docs (#203857) ## Summary The max spaces is described as 100, but should be 1000 by default only in our non-serverless offerings. Only serverless is currently limited to 100. See https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html#spaces-managing --------- Co-authored-by: wajihaparvez --- docs/spaces/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spaces/index.asciidoc b/docs/spaces/index.asciidoc index 81d19a2612cf6..25f62ca8bac24 100644 --- a/docs/spaces/index.asciidoc +++ b/docs/spaces/index.asciidoc @@ -23,7 +23,7 @@ The `kibana_admin` role or equivalent is required to manage **Spaces**. === Create a space [[spaces-control-feature-visibility]] -You can have up to 100 spaces. +You can have up to 1,000 spaces by default. The maximum number of spaces can be configured by the `xpack.spaces.maxSpaces` setting (refer to <>). . Select *Create space* and provide a name, description, and URL identifier. +