@@ -39,11 +39,13 @@ suitable for writing beats output to {es}.
39
39
40
40
[[built-in-roles-data-frame-transforms-admin]] `data_frame_transforms_admin` ::
41
41
Grants `manage_data_frame_transforms` cluster privileges, which enable you to
42
- manage data frames.
42
+ manage data frame transforms. This role also includes all
43
+ {kibana-ref}/kibana-privileges.html[Kibana privileges] for the {ml-features}.
43
44
44
45
[[built-in-roles-data-frame-transforms-user]] `data_frame_transforms_user` ::
45
46
Grants `monitor_data_fram_transforms` cluster privileges, which enable you to
46
- use data frames.
47
+ use data frame transforms. This role also includes all
48
+ {kibana-ref}/kibana-privileges.html[Kibana privileges] for the {ml-features}.
47
49
48
50
[[built-in-roles-ingest-user]] `ingest_admin` ::
49
51
Grants access to manage *all* index templates and *all* ingest pipeline configurations.
@@ -92,19 +94,22 @@ suitable for use within a Logstash pipeline.
92
94
[[built-in-roles-ml-admin]] `machine_learning_admin`::
93
95
Grants `manage_ml` cluster privileges, read access to `.ml-anomalies*`,
94
96
`.ml-notifications*`, `.ml-state*`, `.ml-meta*` indices and write access to
95
- `.ml-annotations*` indices.
97
+ `.ml-annotations*` indices. This role also includes all
98
+ {kibana-ref}/kibana-privileges.html[Kibana privileges] for the {ml-features}.
96
99
97
100
[[built-in-roles-ml-user]] `machine_learning_user`::
98
101
Grants the minimum privileges required to view {ml} configuration,
99
102
status, and work with results. This role grants `monitor_ml` cluster privileges,
100
103
read access to the `.ml-notifications` and `.ml-anomalies*` indices
101
104
(which store {ml} results), and write access to `.ml-annotations*` indices.
105
+ This role also includes all {kibana-ref}/kibana-privileges.html[Kibana privileges] for the {ml-features}.
102
106
103
107
[[built-in-roles-monitoring-user]] `monitoring_user`::
104
108
Grants the minimum privileges required for any user of {monitoring} other than those
105
109
required to use {kib}. This role grants access to the monitoring indices and grants
106
- privileges necessary for reading basic cluster information. Monitoring users should
107
- also be assigned the `kibana_user` role.
110
+ privileges necessary for reading basic cluster information. This role also includes
111
+ all {kibana-ref}/kibana-privileges.html[Kibana privileges] for the {stack-monitor-features}.
112
+ Monitoring users should also be assigned the `kibana_user` role.
108
113
109
114
[[built-in-roles-remote-monitoring-agent]] `remote_monitoring_agent`::
110
115
Grants the minimum privileges required to write data into the monitoring indices
0 commit comments