[DOCS] Clarify Shadow replica setting
Clarifying that the path setting is required on every _data_ node, rather than _every_ node.
This commit is contained in:
parent
903d0ff96c
commit
e17b86f0c1
|
@ -58,9 +58,9 @@ curl -XPUT 'localhost:9200/my_index' -d '
|
||||||
[WARNING]
|
[WARNING]
|
||||||
========================
|
========================
|
||||||
In the above example, the "/opt/data/my_index" path is a shared filesystem that
|
In the above example, the "/opt/data/my_index" path is a shared filesystem that
|
||||||
must be available on every node in the Elasticsearch cluster. You must also
|
must be available on every data node in the Elasticsearch cluster. You must
|
||||||
ensure that the Elasticsearch process has the correct permissions to read from
|
also ensure that the Elasticsearch process has the correct permissions to read
|
||||||
and write to the directory used in the `index.data_path` setting.
|
from and write to the directory used in the `index.data_path` setting.
|
||||||
========================
|
========================
|
||||||
|
|
||||||
An index that has been created with the `index.shadow_replicas` setting set to
|
An index that has been created with the `index.shadow_replicas` setting set to
|
||||||
|
|
Loading…
Reference in New Issue