浏览代码

Merge pull request #16005 from pickypg/docs/shadow-replicas-every-data-node-16004

[DOCS] Clarify Shadow replica setting
Chris Earle 9 年之前
父节点
当前提交
da316605ac
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/reference/indices/shadow-replicas.asciidoc

+ 3 - 3
docs/reference/indices/shadow-replicas.asciidoc

@@ -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
-ensure that the Elasticsearch process has the correct permissions to read from
-and write to the directory used in the `index.data_path` setting.
+must be available on every data node in the Elasticsearch cluster. You must
+also ensure that the Elasticsearch process has the correct permissions to read
+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