IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
DeploymentCreateSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DeploymentCreateSettings
editAdditional configuration for the new deployment object.
Properties
edit-
ip_filtering_settings(IpFilteringSettings)
This endpoint is deprecated and scheduled to be removed in the next major version. Use traffic filter settings instead.
The set of rulesets applies to this deployment.
-
observability(DeploymentObservabilitySettings) - Observability settings for this deployment
-
traffic_filter_settings(TrafficFilterSettings) - The traffic filter rulesets to apply to this deployment.
Example
edit{
"ip_filtering_settings" : {
"rulesets" : [
"string"
]
},
"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"
]
}
}