Skip to content

Commit

Permalink
Fix ML built in role docs (#246)
Browse files Browse the repository at this point in the history
The ML built in roles were adjusted in 6.6 because:

1. We added a .ml-config index that we do not want
   any user to access directly
2. We added a .ml-annotations index that users as
   well as admins require write access to
  • Loading branch information
droberts195 committed Mar 15, 2019
1 parent d5232b2 commit 2950129
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/en/stack/security/authorization/built-in-roles.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@ suitable for use within a Logstash pipeline.
--

[[built-in-roles-ml-admin]] `machine_learning_admin`::
Grants `manage_ml` cluster privileges and read access to the `.ml-*` indices.
Grants `manage_ml` cluster privileges, read access to `.ml-anomalies*`,
`.ml-notifications*`, `.ml-state*`, `.ml-meta*` indices and write access to
`.ml-annotations*` indices.

[[built-in-roles-ml-user]] `machine_learning_user`::
Grants the minimum privileges required to view {ml} configuration,
status, and results. This role grants `monitor_ml` cluster privileges and
read access to the `.ml-notifications` and `.ml-anomalies*` indices,
which store {ml} results.
status, and work with results. This role grants `monitor_ml` cluster privileges,
read access to the `.ml-notifications` and `.ml-anomalies*` indices
(which store {ml} results), and write access to `.ml-annotations*` indices.

[[built-in-roles-monitoring-user]] `monitoring_user`::
Grants the minimum privileges required for any user of {monitoring} other than those
Expand Down

0 comments on commit 2950129

Please sign in to comment.