mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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.
This commit is contained in:
parent
1c0d339904
commit
13e2223680
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user