@@ -94,10 +94,21 @@ authenticated user. The operations include
94
94
`manage_pipeline`::
95
95
All operations on ingest pipelines.
96
96
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
+
97
106
`manage_rollup`::
98
107
All rollup operations, including creating, starting, stopping and deleting
99
108
rollup jobs.
100
109
110
+ endif::[]
111
+
101
112
`manage_saml`::
102
113
Enables the use of internal {es} APIs to initiate and manage SAML authentication
103
114
on behalf of other users.
@@ -139,10 +150,21 @@ All read-only operations related to {transforms}.
139
150
All read-only {ml} operations, such as getting information about {dfeeds}, jobs,
140
151
model snapshots, or results.
141
152
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
+
142
162
`monitor_rollup`::
143
163
All read-only rollup operations, such as viewing the list of historical and
144
164
currently running rollup jobs and their capabilities.
145
165
166
+ endif::[]
167
+
146
168
`monitor_watcher`::
147
169
All read-only watcher operations, such as getting a watch and watcher stats.
148
170
0 commit comments