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
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Creates
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
-
enterprise_search
(array[
EnterpriseSearch
]
) - Diagnostics for Enterprise Search resources
-
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" } ], "enterprise_search" : [ { "backend_plan" : {}, "display_name" : "string", "elasticsearch_cluster_ref_id" : "string", "ref_id" : "string" } ], "kibana" : [ { "backend_plan" : {}, "display_name" : "string", "elasticsearch_cluster_ref_id" : "string", "ref_id" : "string" } ] }