Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
13e2223680

+ 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": [