Skip to content

[7.x] [DOCS] Add rollup V2 security privileges (#65512) #65516

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

Merged
merged 1 commit into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/rollup/apis/rollup-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ POST /my-index-000001/_rollup
[[rollup-api-prereqs]]
==== {api-prereq-title}

If the {es} {security-features} are enabled, you must have the `manage` cluster
privilege to use this API. See <<security-privileges>>.
If the {es} {security-features} are enabled, you must have the `manage` or
`manage_rollup` cluster privilege to use this API. See <<security-privileges>>.

[[rollup-api-path-params]]
==== {api-path-parms-title}
Expand Down
22 changes: 22 additions & 0 deletions x-pack/docs/en/security/authorization/privileges.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,21 @@ authenticated user. The operations include
`manage_pipeline`::
All operations on ingest pipelines.

ifdef::permanently-unreleased-branch[]

`manage_rollup`::
All rollup operations. Includes legacy rollup operations, such as creating,
starting, stopping and deleting rollup jobs.

endif::[]
ifndef::permanently-unreleased-branch[]

`manage_rollup`::
All rollup operations, including creating, starting, stopping and deleting
rollup jobs.

endif::[]

`manage_saml`::
Enables the use of internal {es} APIs to initiate and manage SAML authentication
on behalf of other users.
Expand Down Expand Up @@ -132,10 +143,21 @@ All read-only operations related to {transforms}.
All read-only {ml} operations, such as getting information about {dfeeds}, jobs,
model snapshots, or results.

ifdef::permanently-unreleased-branch[]

`monitor_rollup`::
All read-only operations for legacy rollups, such as viewing the list of
historical and currently running rollup jobs and their capabilities.

endif::[]
ifndef::permanently-unreleased-branch[]

`monitor_rollup`::
All read-only rollup operations, such as viewing the list of historical and
currently running rollup jobs and their capabilities.

endif::[]

`monitor_watcher`::
All read-only watcher operations, such as getting a watch and watcher stats.

Expand Down