Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions docs/management/managing-saved-objects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Granting access to Saved Objects Management will authorize users to manage all s

[float]
[[managing-saved-objects-view]]
=== View, edit, and delete
=== View and delete

* To view and edit an object in its associated application, click the object title.

Expand Down Expand Up @@ -105,26 +105,4 @@ WARNING: The copy operation automatically includes child objects that are relate
the <<spaces-api-copy-saved-objects, copy saved objects to space API>> instead.


[float]
[[managing-saved-objects-object-definition]]
=== Advanced editing

Some objects offer an advanced *Edit* page for modifying the object definition.
To open the page, click the actions icon image:images/actions_icon.png[Actions icon]
and select *Inspect*.
You can change the object title, add a description, and modify
the JSON that defines the object properties.

If you access an object whose index has been deleted, you can:

* Recreate the index so you can continue using the object.
* Delete the object and recreate it using a different index.
* Change the index name in the object's `reference` array to point to an existing
data view. This is useful if the index you were working with has been renamed.

WARNING: Validation is not performed for object properties. Submitting an invalid
change will render the object unusable. A more failsafe approach is to use
*Discover* or *Dashboard* to create new objects instead of
directly editing an existing one.

include::saved-objects/saved-object-ids.asciidoc[]