From 1742715003a9cc617f0fce03974f4837819667e0 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:58:53 +1100 Subject: [PATCH] [8.17] Corrects the default max spaces in non-serverless docs (#203857) (#205981) # Backport This will backport the following commits from `main` to `8.17`: - [Corrects the default max spaces in non-serverless docs (#203857)](https://github.com/elastic/kibana/pull/203857) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Jeramy Soucy --- 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. +