IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SecurityDeploymentUpdateRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SecurityDeploymentUpdateRequest
editThe update request for the Elasticsearch security deployment.
Properties
edit-
topology(SecurityDeploymentTopology) - The cluster topology changes to apply to the security deployment cluster. When not included, no topology changes are performed.
-
version(string) - The version of Elasticsearch to upgrade to. When not included, no upgrade is performed.
Example
edit{
"topology" : {
"size" : {
"resource" : "string",
"value" : 0
},
"zone_count" : 0
},
"version" : "string"
}