Skip to content

Commit e6efe3b

Browse files
committed
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 <[email protected]> (cherry picked from commit 4ea032e)
1 parent 51080a5 commit e6efe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spaces/index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `kibana_admin` role or equivalent is required to manage **Spaces**.
2323
=== Create a space
2424

2525
[[spaces-control-feature-visibility]]
26-
You can have up to 100 spaces.
26+
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 <<spaces-settings-kb, Spaces settings in {kib}>>).
2727

2828
. Select *Create space* and provide a name, description, and URL identifier.
2929
+

0 commit comments

Comments
 (0)