Browse Source

[DOCS] Changes deprecated syntax to node.role style in datafeed docs. (#70201)

István Zoltán Szabó 4 years ago
parent
commit
59f6280a7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/ml/ml-shared.asciidoc

+ 2 - 2
docs/reference/ml/ml-shared.asciidoc

@@ -863,8 +863,8 @@ An array of index names. Wildcards are supported. For example:
 `["it_ops_metrics", "server*"]`.
 +
 --
-NOTE: If any indices are in remote clusters then `node.remote_cluster_client`
-must not be set to `false` on any {ml} nodes.
+NOTE: If any indices are in remote clusters then the {ml} nodes need to have the 
+`remote_cluster_client` role.
 
 --
 end::indices[]