It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Creates
editCreates
editHolds diagnostics for resources that will be created
Properties
edit-
apm
(array[
Apm
]
) - Diagnostics for APMs
-
appsearch
(array[
AppSearch
]
) - Diagnostics for AppSearches
-
elasticsearch
(array[
Elasticsearch
]
) - Diagnostics for Elasticsearch clusters
-
kibana
(array[
Kibana
]
) - Diagnostics for Kibanas
Example
edit{ "apm" : [ { "backend_plan" : {}, "display_name" : "string", "elasticsearch_cluster_ref_id" : "string", "ref_id" : "string" } ], "appsearch" : [ { "backend_plan" : {}, "display_name" : "string", "elasticsearch_cluster_ref_id" : "string", "ref_id" : "string" } ], "elasticsearch" : [ { "backend_plan" : {}, "display_name" : "string", "ref_id" : "string" } ], "kibana" : [ { "backend_plan" : {}, "display_name" : "string", "elasticsearch_cluster_ref_id" : "string", "ref_id" : "string" } ] }