You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.x] Corrects the default max spaces in non-serverless docs (#203857) (#205982)
# Backport
This will backport the following commits from `main` to `8.x`:
- [Corrects the default max spaces in non-serverless docs
(#203857)](#203857)
<!--- Backport version: 9.4.3 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-16T14:40:13Z","message":"Corrects
the default max spaces in non-serverless docs (#203857)\n\n##
Summary\r\n\r\nThe max spaces is described as 100, but should be 1000 by
default only\r\nin our non-serverless offerings. Only serverless is
currently limited
to\r\n100.\r\n\r\nSee\r\nhttps://www.elastic.co/guide/en/kibana/current/xpack-spaces.html#spaces-managing\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<[email protected]>","sha":"4ea032eb48c8d458d802e5cd606217c1bc89f235","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","docs","backport:prev-major","v8.16.0","v8.17.0","v8.18.0"],"title":"Corrects
the default max spaces in non-serverless
docs","number":203857,"url":"https://github.com/elastic/kibana/pull/203857","mergeCommit":{"message":"Corrects
the default max spaces in non-serverless docs (#203857)\n\n##
Summary\r\n\r\nThe max spaces is described as 100, but should be 1000 by
default only\r\nin our non-serverless offerings. Only serverless is
currently limited
to\r\n100.\r\n\r\nSee\r\nhttps://www.elastic.co/guide/en/kibana/current/xpack-spaces.html#spaces-managing\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<[email protected]>","sha":"4ea032eb48c8d458d802e5cd606217c1bc89f235"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203857","number":203857,"mergeCommit":{"message":"Corrects
the default max spaces in non-serverless docs (#203857)\n\n##
Summary\r\n\r\nThe max spaces is described as 100, but should be 1000 by
default only\r\nin our non-serverless offerings. Only serverless is
currently limited
to\r\n100.\r\n\r\nSee\r\nhttps://www.elastic.co/guide/en/kibana/current/xpack-spaces.html#spaces-managing\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<[email protected]>","sha":"4ea032eb48c8d458d802e5cd606217c1bc89f235"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Jeramy Soucy <[email protected]>
Copy file name to clipboardExpand all lines: docs/spaces/index.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The `kibana_admin` role or equivalent is required to manage **Spaces**.
23
23
=== Create a space
24
24
25
25
[[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}>>).
27
27
28
28
. Select *Create space* and provide a name, description, and URL identifier.
0 commit comments