浏览代码

Docs: remove transport_client from CCS role example (#30263)

This commit removes the unnecessary transport_client cluster permission
from the role that is used as an example in our documentation. This
permission is not needed to use cross cluster search.
Jay Modi 7 年之前
父节点
当前提交
13e2223680
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc

+ 1 - 3
x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc

@@ -108,9 +108,7 @@ On cluster `two`, this role allows the user to query local indices called
 -----------------------------------------------------------
 POST /_xpack/security/role/cluster_two_logs
 {
-  "cluster": [
-    "transport_client"
-  ],
+  "cluster": [],
   "indices": [
     {
       "names": [