Skip to content

Commit

Permalink
Corrects the default max spaces in non-serverless docs (#203857)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
jeramysoucy and wajihaparvez authored Dec 16, 2024
1 parent 279f4ae commit 4ea032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spaces/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<spaces-settings-kb, Spaces settings in {kib}>>).

. Select *Create space* and provide a name, description, and URL identifier.
+
Expand Down

0 comments on commit 4ea032e

Please sign in to comment.