WARNING: Version 5.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Node level settings related to shadow replicas
editNode level settings related to shadow replicas
editThese are non-dynamic settings that need to be configured in elasticsearch.yml
-
node.add_lock_id_to_custom_path
-
Boolean setting indicating whether Elasticsearch should append the node’s
ordinal to the custom data path. For example, if this is enabled and a path
of "/tmp/foo" is used, the first locally-running node will use "/tmp/foo/0",
the second will use "/tmp/foo/1", the third "/tmp/foo/2", etc. Defaults to
true
.