mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
25 lines
No EOL
1.1 KiB
Text
25 lines
No EOL
1.1 KiB
Text
[role="xpack"]
|
|
[[spaces-managing]]
|
|
=== Managing spaces
|
|
You can manage spaces from the **Management > Spaces** page. Here you can create, edit, and delete your spaces.
|
|
|
|
[NOTE]
|
|
{kib} has an <<spaces-api, experimental API>> if you want to create your spaces programatically.
|
|
|
|
[role="screenshot"]
|
|
image::spaces/images/space-management.png["Space Management"]
|
|
|
|
==== Creating and updating spaces
|
|
You can create as many spaces as you like, but each space must have a unique space identifier. The space identifier is a short string of text that is part of the {kib} URL when you are inside that space. {kib} automatically suggests a space identifier based on the name of your space, but you are free to customize this to your liking.
|
|
|
|
[NOTE]
|
|
You cannot change the space identifier once the space is created.
|
|
|
|
[role="screenshot"]
|
|
image::spaces/images/edit-space.png["Updating a space"]
|
|
|
|
==== Deleting spaces
|
|
Deleting a space is a destructive operation, which cannot be undone. When you delete a space, all of the saved objects that belong to that space are also deleted.
|
|
|
|
[role="screenshot"]
|
|
image::spaces/images/delete-space.png["Deleting a space"] |