@@ -148,7 +148,7 @@ cluster to enable <<cross-cluster-configuring,Cross Cluster Search>>.
148
148
149
149
[horizontal]
150
150
`all`::
151
- Any action on an index
151
+ Any action on an index or data stream.
152
152
153
153
`auto_configure`::
154
154
Permits auto-creation of indices and data streams. An auto-create action is the
@@ -204,15 +204,16 @@ privilege (and no higher privilege such as `index` or `write`), you must ensure
204
204
--
205
205
206
206
`create_index`::
207
- Privilege to create an index. A create index request may contain aliases to be
208
- added to the index once created. In that case the request requires the `manage`
209
- privilege as well, on both the index and the aliases names.
207
+ Privilege to create an index or data stream. A create index request may contain
208
+ aliases to be added to the index once created. In that case the request
209
+ requires the `manage` privilege as well, on both the index and the aliases
210
+ names.
210
211
211
212
`delete`::
212
213
Privilege to delete documents.
213
214
214
215
`delete_index`::
215
- Privilege to delete an index.
216
+ Privilege to delete an index or data stream .
216
217
217
218
`index`::
218
219
Privilege to index (overwriting included) and update documents.
@@ -227,9 +228,9 @@ Permits refresh, flush, synced flush and force merge index administration operat
227
228
No privilege to read or write index data or otherwise manage the index.
228
229
229
230
`manage`::
230
- All `monitor` privileges plus index administration (aliases, analyze, cache clear ,
231
- close, delete, exists, flush, mapping, open, force merge, refresh, settings ,
232
- search shards, templates, validate).
231
+ All `monitor` privileges plus index and data stream administration (aliases ,
232
+ analyze, cache clear, close, delete, exists, flush, mapping, open, force merge,
233
+ refresh, settings, search shards, templates, validate).
233
234
234
235
`manage_follow_index`::
235
236
All actions that are required to manage the lifecycle of a follower index, which
@@ -238,8 +239,8 @@ index. This privilege is necessary only on clusters that contain follower indice
238
239
239
240
`manage_ilm`::
240
241
All {Ilm} operations relating to managing the execution of policies of an index
241
- This includes operations like retrying policies, and removing a policy
242
- from an index.
242
+ or data stream. This includes operations such as retrying policies and removing
243
+ a policy from an index or data stream .
243
244
244
245
`manage_leader_index`::
245
246
All actions that are required to manage the lifecycle of a leader index, which
@@ -259,9 +260,10 @@ clear_scroll, search, suggest, tv).
259
260
Read-only access to the search action from a <<cross-cluster-configuring,remote cluster>>.
260
261
261
262
`view_index_metadata`::
262
- Read-only access to index metadata (aliases, aliases exists, get index, exists, field mappings,
263
- mappings, search shards, type exists, validate, warmers, settings, ilm). This
264
- privilege is primarily available for use by {kib} users.
263
+ Read-only access to index and data stream metadata (aliases, aliases exists,
264
+ get index, get data stream, exists, field mappings, mappings, search shards,
265
+ type exists, validate, warmers, settings, ilm). This privilege is available
266
+ for use primarily by {kib} users.
265
267
266
268
`write`::
267
269
Privilege to perform all write operations to documents, which includes the
0 commit comments