mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit 5a694fa1df
)
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
This commit is contained in:
parent
3c95fcd403
commit
b025d9dd3d
1 changed files with 1 additions and 23 deletions
|
@ -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.
|
||||
|
||||
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue