From 0ddfe458abf5823b3f476d6e22b95b05ec04750f Mon Sep 17 00:00:00 2001 From: "Christiane (Tina) Heiligers" Date: Fri, 15 Apr 2022 16:53:58 -0700 Subject: [PATCH] Deletes section on editing saved objects from the UI (#130408) (cherry picked from commit 5a694fa1dfe4cf3f4721035a7814b6f0b91da0fe) --- .../managing-saved-objects.asciidoc | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/docs/management/managing-saved-objects.asciidoc b/docs/management/managing-saved-objects.asciidoc index 3901d178e1461..39d294df43a5a 100644 --- a/docs/management/managing-saved-objects.asciidoc +++ b/docs/management/managing-saved-objects.asciidoc @@ -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 <> 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[]