@@ -28,8 +28,11 @@ patterns. It also includes the authority to grant the privileges necessary to
2828manage follower indices and auto-follow patterns. This privilege is necessary
2929only on clusters that contain follower indices.
3030
31+ `manage_data_frame_transforms`::
32+ All operations related to managing data frames.
33+
3134`manage_ilm`::
32- All {Ilm} operations related to managing policies
35+ All {Ilm} operations related to managing policies.
3336
3437`manage_index_templates`::
3538All operations on index templates.
@@ -83,25 +86,28 @@ security roles of the user who created or updated them.
8386All cluster read-only operations, like cluster health and state, hot threads,
8487node info, node and cluster stats, and pending cluster tasks.
8588
89+ `monitor_data_frame_transforms`::
90+ All read-only operations related to data frames.
91+
8692`monitor_ml`::
87- All read only {ml} operations, such as getting information about {dfeeds}, jobs,
93+ All read- only {ml} operations, such as getting information about {dfeeds}, jobs,
8894model snapshots, or results.
8995
9096`monitor_rollup`::
91- All read only rollup operations, such as viewing the list of historical and
97+ All read- only rollup operations, such as viewing the list of historical and
9298currently running rollup jobs and their capabilities.
9399
94100`monitor_watcher`::
95- All read only watcher operations, such as getting a watch and watcher stats.
101+ All read- only watcher operations, such as getting a watch and watcher stats.
96102
97103`read_ccr`::
98- All read only {ccr} operations, such as getting information about indices and
104+ All read- only {ccr} operations, such as getting information about indices and
99105metadata for leader indices in the cluster. It also includes the authority to
100106check whether users have the appropriate privileges to follow leader indices.
101107This privilege is necessary only on clusters that contain leader indices.
102108
103109`read_ilm`::
104- All read only {Ilm} operations, such as getting policies and checking the
110+ All read- only {Ilm} operations, such as getting policies and checking the
105111status of {Ilm}
106112
107113`transport_client`::
@@ -161,12 +167,12 @@ All actions that are required for monitoring (recovery, segments info, index
161167stats and status).
162168
163169`read`::
164- Read only access to actions (count, explain, get, mget, get indexed scripts,
170+ Read- only access to actions (count, explain, get, mget, get indexed scripts,
165171more like this, multi percolate/search/termvector, percolate, scroll,
166172clear_scroll, search, suggest, tv).
167173
168174`read_cross_cluster`::
169- Read only access to the search action from a <<cross-cluster-configuring,remote cluster>>.
175+ Read- only access to the search action from a <<cross-cluster-configuring,remote cluster>>.
170176
171177`view_index_metadata`::
172178Read-only access to index metadata (aliases, aliases exists, get index, exists, field mappings,
0 commit comments