Skip to content

Commit da7d51f

Browse files
authored
Update file upload privileges documenation (elastic#1627)
1 parent 03dc8c6 commit da7d51f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/en/stack/ml/setup.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use the {stack} {ml-features}, you must have the
1010
<<ml-nodes,{ml} node>> in your cluster.
1111

1212
In {kib}, the {ml-features} must be visible in your
13-
{kibana-ref}/xpack-spaces.html#spaces-control-feature-visibility[space] and your
13+
{kibana-ref}/xpack-spaces.html#spaces-control-feature-visibility[space] and your
1414
source index patterns must exist in the same space as your {ml} jobs.
1515

1616
If {stack} {security-features} are enabled, you must also ensure your users have
@@ -52,7 +52,7 @@ For full access to the {ml-features} in {kib}, you must have:
5252
* [ ] `read` and `view_index_metadata` index privileges on source indices
5353
* [ ] `read`, `manage`, and `index` index privileges on destination indices (for
5454
{dfanalytics-jobs} only)
55-
55+
5656
For read-only access to the {ml-features} in {kib}, you must have:
5757

5858
[%interactive]
@@ -67,8 +67,8 @@ To upload files in {kib} with the *{file-data-viz}*, you must have:
6767
* [ ] `all` {kib} privileges for the {ml-features} in the appropriate spaces.
6868
Alternatively, `read` {kib} privileges for the {ml-features} and `all` {kib}
6969
privileges for the index pattern management feature
70-
* [ ] `ingest_admin` {ref}/built-in-roles.html[built-in role]
71-
* [ ] `read`, `manage`, and `index` index privileges for destination indices
70+
* [ ] `manage_pipeline` cluster privilege
71+
* [ ] `create` and `create_index` index privileges for destination indices
7272

7373
IMPORTANT: You cannot limit access to specific {ml} objects in each space. If
7474
the {ml} feature is visible in your space and you have `read` or `all` {kib}
@@ -78,6 +78,6 @@ If you do not use {kib} and instead call {ml} APIs directly, you must have the
7878
index privileges listed above as well as `machine_learning_admin` or `machine_learning_user` built-in roles.
7979

8080
WARNING: The `machine_learning_admin` and `machine_learning_user` roles grant
81-
access to the {ml-features} in all {kib} spaces. Therefore, when you use {kib},
81+
access to the {ml-features} in all {kib} spaces. Therefore, when you use {kib},
8282
use custom roles instead and set your {kib} privileges appropriately for each
83-
space.
83+
space.

0 commit comments

Comments
 (0)