Skip to content

Commit 13e2223

Browse files
authored
Docs: remove transport_client from CCS role example (elastic#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 1c0d339 commit 13e2223

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
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)