Closed
Description
The Node documentation in the Elasticsearch Reference (https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html) contains the following information:
"...To create a dedicated ingest node, set:
...search.remote.connect: false
...To create a dedicated coordinating node, set:
...search.remote.connect: false
..."
@pickypg asked: Should this be disabled for other "dedicated" node types too (particularly the dedicated master node)?