Skip to content

Commit 39e0031

Browse files
committed
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.
1 parent b3f5bea commit 39e0031

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/docs/en/security/tribe-clients-integrations/cross-cluster.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ On cluster `two`, this role allows the user to query local indices called
108108
-----------------------------------------------------------
109109
POST /_xpack/security/role/cluster_two_logs
110110
{
111-
"cluster": [
112-
"transport_client"
113-
],
111+
"cluster": [],
114112
"indices": [
115113
{
116114
"names": [

0 commit comments

Comments
 (0)