It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
StackVersionNodeType
editStackVersionNodeType
editConfiguration for an Elastic Stack node type
Properties
edit-
capacity_constraints
(StackVersionInstanceCapacityConstraint
) - Instance capacity constraints for the Elastic Stack node type
-
compatible_node_types
(array[
string
)]
- Node types that are compatible with this one
-
description
(string
, required) - Description of the node type
-
name
(string
, required) - Name of the node type
-
node_type
(string
, required) - Type of the node (master, data, …)
-
settings
(object
) - Settings that are applied to all nodes of this type
Example
edit{ "capacity_constraints" : { "max" : 0, "min" : 0 }, "compatible_node_types" : [ "string" ], "description" : "string", "name" : "string", "node_type" : "string", "settings" : {} }