IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
DeploymentMetricsSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DeploymentMetricsSettings
editThe metrics settings for a deployment
Properties
edit-
destination(AbsoluteRefId, required) - The destination deployment that this deployment's metrics will be sent to
-
force_legacy_monitoring(boolean) - Set to true to force the deployment to use legacy monitoring instead of Metricbeat-based monitoring.
Example
edit{
"destination" : {
"deployment_id" : "string",
"ref_id" : "string"
},
"force_legacy_monitoring" : true
}