IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
EnterpriseSearchNodeTypes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
EnterpriseSearchNodeTypes
editNode types to enable for an Enterprise Search instance
Properties
edit-
appserver(boolean, required) - Defines whether this instance should run as Application/API server
-
connector(boolean, required) - Defines whether this instance should run as Connector
-
worker(boolean, required) - Defines whether this instance should run as background worker
Example
edit{
"appserver" : true,
"connector" : true,
"worker" : true
}