Skip to content

Commit

Permalink
Docs: remove transport_client from CCS role example (#30263)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jaymode authored May 4, 2018
1 parent 1c0d339 commit 13e2223
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 13e2223

Please sign in to comment.