Skip to content

Commit f3ffe7f

Browse files
authored
[DOCS] Fix rollup V2 security docs (#68518) (#68538)
1 parent 25f6dda commit f3ffe7f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ POST /my-index-000001/_rollup/rollup-my-index-000001
5151
[[rollup-api-prereqs]]
5252
==== {api-prereq-title}
5353

54-
* If the {es} {security-features} are enabled, you must have the `manage_rollup`
55-
or `manage` <<privileges-list-cluster,cluster privilege>> to use this API.
56-
5754
* You can only roll up an index that contains:
5855

5956
** A <<date,`date`>> or <<date_nanos,`date_nanos`>> timestamp field
6057
** One or more <<number,numeric>> fields
6158

59+
* If the {es} {security-features} are enabled, you must have the `manage`
60+
<<privileges-list-indices,index privilege>> for the index you roll up.
61+
6262
[[rollup-api-path-params]]
6363
==== {api-path-parms-title}
6464

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ All operations on ingest pipelines.
8787
ifdef::permanently-unreleased-branch[]
8888

8989
`manage_rollup`::
90-
All rollup operations. Includes legacy rollup operations, such as creating,
91-
starting, stopping and deleting rollup jobs.
90+
All <<legacy-rollup-apis,legacy rollup>> operations, such as creating, starting,
91+
stopping, and deleting rollup jobs. This privilege is not required to use the
92+
{ilm-init} <<ilm-rollup,`rollup`>> action or <<rollup-api,rollup API>>.
9293

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

0 commit comments

Comments
 (0)