mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Spaces - updating moving SO between spaces docs (#45843)
* updating moving SO between spaces docs * mark api as beta * apply review suggestions
This commit is contained in:
parent
3a0513dd09
commit
8ea5e91fae
1 changed files with 10 additions and 7 deletions
|
@ -92,18 +92,21 @@ image::spaces/images/spaces-roles.png["Controlling features visiblity"]
|
|||
[float]
|
||||
[[spaces-moving-objects]]
|
||||
=== Move saved objects between spaces
|
||||
Use {kib}'s <<managing-saved-objects-export-objects, import/export>>
|
||||
interface to copy objects from one space to another.
|
||||
|
||||
You can <<managing-saved-objects-copy-to-space, copy objects>> from one space to another
|
||||
in **Management > Saved objects**.
|
||||
|
||||
Alternately, you can move objects using {kib}'s <<managing-saved-objects-export-objects, import and export>>
|
||||
interface.
|
||||
|
||||
. Navigate to the space that contains your saved objects.
|
||||
. Export your saved objects via the import/export interface.
|
||||
. Export your saved objects.
|
||||
. Navigate to the space where you want to import the objects.
|
||||
. Import your saved objects via the import/export interface.
|
||||
. Import your saved objects.
|
||||
. (Optional) Delete objects in the export space that you no longer need.
|
||||
|
||||
{kib} also has experimental <<dashboard-import-api-import, import>> and
|
||||
<<dashboard-api-export, export>> dashboard APIs if you want
|
||||
a dashboard-centric way to automate this process.
|
||||
{kib} also has beta <<saved-objects-api-import, import>> and
|
||||
<<saved-objects-api-export, export>> APIs if you want to automate this process.
|
||||
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue