Update Saved Object Management docs (#134031) (#134166)

(cherry picked from commit e6882edf96)
This commit is contained in:
Joe Portner 2022-06-10 16:01:32 -04:00 committed by GitHub
parent 3173b9deb1
commit 492b369bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 185 KiB

Before After
Before After

View file

@ -97,12 +97,25 @@ limits the number of saved objects which may be exported.
=== Copy to other {kib} spaces
To copy a saved object to another space, click the actions icon image:images/actions_icon.png[Actions icon]
and select *Copy to space*. From here, you can select the spaces in which to copy the object.
and select *Copy to spaces*. From here, you can select the spaces in which to copy the object.
You can also select whether to automatically overwrite any conflicts in the target spaces, or
resolve them manually.
WARNING: The copy operation automatically includes child objects that are related to the saved objects. If you don't want this behavior, use
the <<spaces-api-copy-saved-objects, copy saved objects to space API>> instead.
[float]
[role="xpack"]
[[managing-saved-objects-share-to-space]]
=== Share to other {kib} spaces
To share a saved object to another space -- which makes a single saved object available in multiple spaces -- click the actions icon
image:images/actions_icon.png[Actions icon] and select *Share to spaces*. From here, you can select the spaces in which to share the object,
or indicate that you want the object to be shared to _all spaces_, which includes those that exist now and any created in the future.
Not all saved object types are shareable. If an object is shareable, the Spaces column shows which spaces it exists in. You can also click
those space icons to open the Share UI.
WARNING: The share operation automatically includes child objects that are related to the saved objects.
include::saved-objects/saved-object-ids.asciidoc[]