IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
AppSearch
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
AppSearch
editHolds diagnostics for an AppSearch resource
Properties
edit-
backend_plan(object, required) - The backend plan as JSON
-
display_name(string, required) - The human readable name (defaults to the generated cluster id if not specified)
-
elasticsearch_cluster_ref_id(string, required) - The user-specified id of the Elasticsearch Cluster that this will link to
-
ref_id(string, required) - A locally-unique user-specified id
Example
edit{
"backend_plan" : {},
"display_name" : "string",
"elasticsearch_cluster_ref_id" : "string",
"ref_id" : "string"
}