IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

DeploymentSettings

edit

Additional configuration about the current deployment object.

Properties

edit
observability (DeploymentObservabilitySettings)
Logging and monitoring settings for this deployment
traffic_filter_settings (TrafficFilterSettings)
The traffic filter rulesets for this deployment.

Example

edit
{
   "observability" : {
      "logging" : {
         "destination" : {
            "deployment_id" : "string",
            "ref_id" : "string"
         }
      },
      "metrics" : {
         "destination" : {
            "deployment_id" : "string",
            "ref_id" : "string"
         },
         "force_legacy_monitoring" : true
      }
   },
   "traffic_filter_settings" : {
      "rulesets" : [
         "string"
      ]
   }
}