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.
ElasticsearchNodeType
editElasticsearchNodeType
editControls the combinations of different Elasticsearch node types (default: can be master, can hold data, can run ingest pipelines). (Cannot be set for tiebreaker topologies)
Properties
edit-
data
(boolean
) - Defines whether this node can hold data (default: true)
-
ingest
(boolean
) - Defines whether this node can run an ingest pipeline (default: true)
-
master
(boolean
) - Defines whether this node can be elected master (default: true)
-
ml
(boolean
) - Defines whether this node can run ml jobs, valid only for versions 5.4.0 or greater (default: false)
Example
edit{ "data" : true, "ingest" : true, "master" : true, "ml" : true }