-
Notifications
You must be signed in to change notification settings - Fork 253
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
[DOCS] Adds read_ccr and manage_ccr privileges #149
Changes from 1 commit
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 |
---|---|---|
|
@@ -29,6 +29,9 @@ This includes snapshotting, updating settings, and rerouting. It also includes | |
obtaining snapshot and restore status. This privilege does not include the | ||
ability to manage security. | ||
|
||
`manage_ccr`:: | ||
TBD | ||
|
||
`manage_index_templates`:: | ||
All operations on index templates. | ||
|
||
|
@@ -62,6 +65,9 @@ who created or updated them. | |
|
||
-- | ||
|
||
`read_ccr`:: | ||
TBD | ||
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. Roughly: This is a cluster privilege needed on a cluster holding leader indices to grant permissions to the user to read what indices are in the cluster, read leader index metadata, and check that the user has the appropriate privileges to follow leader indices (@martijnvg double check me here please). 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. Thanks, @jasontedor , I've drafted descriptions for these. |
||
|
||
`transport_client`:: | ||
All privileges necessary for a transport client to connect. Required by the remote | ||
cluster to enable <<cross-cluster-configuring,Cross Cluster Search>>. | ||
|
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.
Roughly: This is cluster privilege needed on a cluster holding following indices to grant permissions to manage following indices (e.g., pause, and resume) and manage auto-follow patterns (@martijnvg double check me here please).