IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
StackVersionNodeType
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
StackVersionNodeType
editThe configuration for an Elastic Stack node type.
Properties
edit-
capacity_constraints(StackVersionInstanceCapacityConstraint) - The Elasticsearch instance, Kibana instance, APM Server capacity constraints for an 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
-
mandatory(boolean) - Flag to specify a node type is mandatory in a cluster's plan
-
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",
"mandatory" : true,
"name" : "string",
"node_type" : "string",
"settings" : {}
}