Skip to content

Commit 427930d

Browse files
authored
[DOCS] Add rollup V2 security privileges (#65512)
1 parent a679c5d commit 427930d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/reference/rollup/apis/rollup-api.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ POST /my-index-000001/_rollup
4848
[[rollup-api-prereqs]]
4949
==== {api-prereq-title}
5050

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

5454
[[rollup-api-path-params]]
5555
==== {api-path-parms-title}

x-pack/docs/en/security/authorization/privileges.asciidoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,21 @@ authenticated user. The operations include
9494
`manage_pipeline`::
9595
All operations on ingest pipelines.
9696

97+
ifdef::permanently-unreleased-branch[]
98+
99+
`manage_rollup`::
100+
All rollup operations. Includes legacy rollup operations, such as creating,
101+
starting, stopping and deleting rollup jobs.
102+
103+
endif::[]
104+
ifndef::permanently-unreleased-branch[]
105+
97106
`manage_rollup`::
98107
All rollup operations, including creating, starting, stopping and deleting
99108
rollup jobs.
100109

110+
endif::[]
111+
101112
`manage_saml`::
102113
Enables the use of internal {es} APIs to initiate and manage SAML authentication
103114
on behalf of other users.
@@ -139,10 +150,21 @@ All read-only operations related to {transforms}.
139150
All read-only {ml} operations, such as getting information about {dfeeds}, jobs,
140151
model snapshots, or results.
141152

153+
ifdef::permanently-unreleased-branch[]
154+
155+
`monitor_rollup`::
156+
All read-only operations for legacy rollups, such as viewing the list of
157+
historical and currently running rollup jobs and their capabilities.
158+
159+
endif::[]
160+
ifndef::permanently-unreleased-branch[]
161+
142162
`monitor_rollup`::
143163
All read-only rollup operations, such as viewing the list of historical and
144164
currently running rollup jobs and their capabilities.
145165

166+
endif::[]
167+
146168
`monitor_watcher`::
147169
All read-only watcher operations, such as getting a watch and watcher stats.
148170

0 commit comments

Comments
 (0)