-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add spaces file from asciidoc * Add Spaces page to serverless docs * remove duplicate image * forgot link * fix nav and add missing step about avatar * fix img path * missing punctuation * add reference to custom roles for feature access per space * typos in other docs * provide better image for space switcher * Stack Management is now Management * make image smaller * Update serverless/pages/spaces.mdx Co-authored-by: Joe Peeples <[email protected]> * feedback * add copy to other spaces to spaces and saved objects pages * small adjustments * Update serverless/pages/spaces.mdx Co-authored-by: Joe Peeples <[email protected]> * update availability per project type * add more specific URL to Spaces serverless API * fix icon * Update serverless/pages/saved-objects.mdx --------- Co-authored-by: Joe Peeples <[email protected]>
- Loading branch information
1 parent
2d519f7
commit 765bd74
Showing
11 changed files
with
96 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
slug: /serverless/spaces | ||
title: Spaces | ||
description: Organize your project and objects into multiple spaces. | ||
--- | ||
|
||
This content applies to: <DocBadge template="elasticsearch" slug="/serverless/elasticsearch/what-is-elasticsearch-serverless" /> <DocBadge template="observability" slug="/serverless/observability/what-is-observability-serverless" /> <DocBadge template="security" slug="/serverless/security/what-is-security-serverless" /> | ||
|
||
|
||
Spaces enable you to organize your dashboards and other saved | ||
objects into meaningful categories. Once inside a space, you see only | ||
the dashboards and saved objects that belong to that space. | ||
|
||
When you create and enter a new project, you're using the default space of that project. | ||
|
||
You can identify the space you're in or switch to a different space from the header. | ||
|
||
<DocImage size="l" url="../images/space-breadcrumb.png" alt="Space breadcrumb" /> | ||
|
||
You can view and manage the spaces of a project from the **Spaces** page in **Management**. | ||
|
||
## Required permissions | ||
|
||
You must have an admin role on the project to manage its **Spaces**. | ||
|
||
## Create or edit a space | ||
|
||
You can have up to 100 spaces in a project. | ||
|
||
1. Click **Create space** or select the space you want to edit. | ||
|
||
2. Provide: | ||
- A meaningful name and description for the space. | ||
- A URL identifier. The URL identifier is a short text string that becomes part of the ((kib)) URL. ((kib)) suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier later. | ||
|
||
3. Customize the avatar of the space to your liking. | ||
|
||
4. Save the space. | ||
|
||
((kib)) also has an [API](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-spaces) | ||
if you prefer to create spaces programmatically. | ||
|
||
<DocIf condition={"((serverlessCustomRoles))" === "true"}> | ||
## Customize access to space | ||
|
||
Customizing access to a space is available for the following project types only: <DocBadge template="elasticsearch" slug="/serverless/elasticsearch/what-is-elasticsearch-serverless" /> <DocBadge template="security" slug="/serverless/security/what-is-security-serverless" /> | ||
|
||
As an administrator, you can define custom roles with specific access to certain spaces and features in a project. Refer to <DocLink slug="/serverless/custom-roles"/>. | ||
</DocIf> | ||
|
||
## Delete a space | ||
|
||
Deleting a space permanently removes the space and all of its contents. | ||
Find the space on the *Spaces* page and click the trash icon in the Actions column. | ||
|
||
You can't delete the default space, but you can customize it to your liking. | ||
|
||
## Move saved objects between spaces | ||
|
||
To move saved objects between spaces, you can <DocLink slug="/serverless/saved-objects" section="copy-to-other-spaces">copy objects</DocLink> or <DocLink slug="/serverless/saved-objects" section="import-and-export">export and import objects</DocLink>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters