ObservabilityAbsoluteDeploymentedit

The destination to send logs and metrics to

Propertiesedit

deployment_id (string, required)
The deployment to send logs and/or metrics to. Contains either the deployment's ID or 'self'.
ref_id (string)
RefId of the Elasticsearch cluster to send logs and/or metrics to. If not specified, refId is resolved automatically as long as the destination deployment contains a single Elasticsearch resource.

Exampleedit

{
   "deployment_id" : "string",
   "ref_id" : "string"
}