-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix missing remote_cluster docs #116366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing remote_cluster docs #116366
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -2,7 +2,8 @@ | |||||||||||||||||||||||||
=== Configure roles and users | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
To use a remote cluster for {ccr} or {ccs}, you need to create user roles with | ||||||||||||||||||||||||||
<<roles-remote-indices-priv,remote indices privileges>> on the local cluster. | ||||||||||||||||||||||||||
<<roles-remote-indices-priv,remote indices privileges>> or | ||||||||||||||||||||||||||
<<roles-remote-cluster-priv, remote cluster privileges>> on the local cluster. | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
You can manage users and roles from Stack Management in {kib} by selecting | ||||||||||||||||||||||||||
*Security > Roles* from the side navigation. You can also use the | ||||||||||||||||||||||||||
|
@@ -80,7 +81,7 @@ POST /_security/role/remote-search | |||||||||||||||||||||||||
"privileges": [ | ||||||||||||||||||||||||||
"read", | ||||||||||||||||||||||||||
"read_cross_cluster", | ||||||||||||||||||||||||||
"view_index_metadata" | ||||||||||||||||||||||||||
"view_index_metadata" | ||||||||||||||||||||||||||
] | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
] | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering if we should update example
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not yet. This PR backfills some missing docs and will target elder docs where |
||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch!