@@ -328,11 +328,11 @@ be mapped rather than an explicit <<indices-put-mapping,update mapping>> request
328
328
`create`::
329
329
Privilege to index documents.
330
330
+
331
- deprecated:[ 8.0] Also grants the permission to update the index mapping (but
332
- not the data streams mapping), using
333
- the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
334
- {ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
335
- this privilege will not grant any mapping update permissions .
331
+ IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
332
+ to update index mappings. In earlier versions, it implicitly permitted index mapping
333
+ updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
334
+ or through {ref}/dynamic-mapping.html[dynamic field mapping].
335
+ Mapping update capabilities will be fully removed in a future major release .
336
336
+
337
337
--
338
338
NOTE: This privilege does not restrict the index operation to the creation
@@ -346,11 +346,11 @@ privilege for an alternative.
346
346
Privilege to index documents.
347
347
It does not grant the permission to update or overwrite existing documents.
348
348
+
349
- deprecated:[ 8.0] Also grants the permission to update the index mapping (but
350
- not the data streams mapping), using
351
- the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
352
- {ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
353
- this privilege will not grant any mapping update permissions .
349
+ IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
350
+ to update index mappings. In earlier versions, it implicitly permitted index mapping
351
+ updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
352
+ or through {ref}/dynamic-mapping.html[dynamic field mapping].
353
+ Mapping update capabilities will be fully removed in a future major release .
354
354
+
355
355
--
356
356
[NOTE]
@@ -403,11 +403,11 @@ Privilege to delete an index or data stream.
403
403
`index`::
404
404
Privilege to index and update documents.
405
405
+
406
- deprecated:[ 8.0] Also grants the permission to update the index mapping (but
407
- not the data streams mapping), using
408
- the {ref}/indices-put-mapping.html[updating mapping API] or by relying on
409
- {ref}/dynamic-mapping.html[dynamic field mapping]. In a future major release,
410
- this privilege will not grant any mapping update permissions .
406
+ IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
407
+ to update index mappings. In earlier versions, it implicitly permitted index mapping
408
+ updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
409
+ or through {ref}/dynamic-mapping.html[dynamic field mapping].
410
+ Mapping update capabilities will be fully removed in a future major release .
411
411
412
412
`maintenance`::
413
413
Permits refresh, flush, synced flush and force merge index administration operations.
@@ -468,9 +468,11 @@ Privilege to perform all write operations to documents, which includes the
468
468
permission to index, update, and delete documents as well as performing bulk
469
469
operations, while also allowing to dynamically update the index mapping.
470
470
+
471
- deprecated:[8.0] It also grants the permission to update the index mapping (but
472
- not the data streams mapping), using the {ref}/indices-put-mapping.html[updating mapping API].
473
- This will be retracted in a future major release.
471
+ IMPORTANT: Starting from 8.0, this privilege no longer grants the permission
472
+ to update index mappings. In earlier versions, it implicitly permitted index mapping
473
+ updates (excluding data stream mappings) via the {ref}/indices-put-mapping.html[updating mapping API]
474
+ or through {ref}/dynamic-mapping.html[dynamic field mapping].
475
+ Mapping update capabilities will be fully removed in a future major release.
474
476
475
477
476
478
==== Run as privilege
0 commit comments