-
Notifications
You must be signed in to change notification settings - Fork 156
Spaces docs for serverless #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c926a47
add spaces file from asciidoc
florent-leborgne ebe0f6c
Add Spaces page to serverless docs
florent-leborgne 48c28f8
remove duplicate image
florent-leborgne 370c1ed
forgot link
florent-leborgne f60ebfc
fix nav and add missing step about avatar
florent-leborgne 028c9ba
fix img path
florent-leborgne f021c57
missing punctuation
florent-leborgne 211c616
add reference to custom roles for feature access per space
florent-leborgne e0b392e
typos in other docs
florent-leborgne 85efbf1
provide better image for space switcher
florent-leborgne 00bb799
Stack Management is now Management
florent-leborgne a9d629e
make image smaller
florent-leborgne fd17ae2
Update serverless/pages/spaces.mdx
florent-leborgne 4cc702f
feedback
florent-leborgne c96ae1b
Merge branch 'spaces-docs' of github.com:florent-leborgne/docs-conten…
florent-leborgne 6a38f82
add copy to other spaces to spaces and saved objects pages
florent-leborgne c626e5b
small adjustments
florent-leborgne cc3214b
Update serverless/pages/spaces.mdx
florent-leborgne b503b8a
update availability per project type
florent-leborgne d7b0cb6
Merge branch 'spaces-docs' of github.com:florent-leborgne/docs-conten…
florent-leborgne 8d03db9
add more specific URL to Spaces serverless API
florent-leborgne 26fe0ae
fix icon
florent-leborgne e71bf19
Update serverless/pages/saved-objects.mdx
florent-leborgne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.