diff --git a/x-pack/docs/en/security/get-started-security.asciidoc b/x-pack/docs/en/security/get-started-security.asciidoc index 23cd4b3a5a4..45f3bad318c 100644 --- a/x-pack/docs/en/security/get-started-security.asciidoc +++ b/x-pack/docs/en/security/get-started-security.asciidoc @@ -114,7 +114,7 @@ Let's create two users in the native realm. . Log in to {kib} with the `elastic` built-in user. -. Go to the *Management / Security / Users* page: +. Open the menu. Go to *Stack Management > Security > Users*. + -- [role="screenshot"] @@ -123,7 +123,7 @@ image::security/images/management-builtin-users.jpg["User management screenshot In this example, you can see a list of built-in users. -- -. Click *Create new user*. For example, create a user for yourself: +. Click *Create user*. For example, create a user for yourself: + -- [role="screenshot"] @@ -133,7 +133,7 @@ You'll notice that when you create a user, you can assign it a role. Don't choose a role yet--we'll come back to that in subsequent steps. -- -. Click *Create new user* and create a `logstash_internal` user. +. Click *Create user* and create a `logstash_internal` user. + -- In {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}], @@ -158,7 +158,7 @@ that can be performed on specific secured resources (such as data streams, indic documents, fields, or clusters). To help you get up and running, there are built-in roles. -Go to the *Management / Security / Roles* page to see them: +Open the menu and go to *Stack Management > Security > Roles* to see them: [role="screenshot"] image::security/images/management-roles.jpg["Role management screenshot in Kibana"] @@ -167,8 +167,8 @@ Select a role to see more information about its privileges. For example, select the `kibana_system` role to see its list of cluster and index privileges. To learn more, see <>. -Let's assign the `kibana_admin` role to your user. Go back to the -*Management / Security / Users* page and select your user. Add the `kibana_admin` +Let's assign the `kibana_admin` role to your user. Go back to the *Stack +Management > Security > Users* page and select your user. Add the `kibana_admin` role and save the change. For example: [role="screenshot"] @@ -183,7 +183,7 @@ If you completed all of the steps in have {metricbeat} data stored in {es}. Let's create two roles that grant different levels of access to that data. -Go to the *Management / Security / Roles* page and click *Create role*. +Go to the *Stack Management > Security > Roles* page and click *Create role*. Create a `metricbeat_reader` role that has `read` and `view_index_metadata` privileges on the `metricbeat-*` indices: @@ -198,9 +198,10 @@ on the `metricbeat-*` indices: [role="screenshot"] image::security/images/create-writer-role.jpg["Creating another role in Kibana"] -Now go back to the *Management / Security / Users* page and assign these roles +Now go back to the *Stack +Management > Security > Users* page and assign these roles to the appropriate users. Assign the `metricbeat_reader` role to your personal -user. Assign the `metricbeat_writer` role to the `logstash_internal` user. +user. Assign the `metricbeat_writer` role to the `logstash_internal` user. The list of users should now contain all of the built-in users as well as the two you created. It should also show the appropriate roles for your users: diff --git a/x-pack/docs/en/security/images/assign-role.jpg b/x-pack/docs/en/security/images/assign-role.jpg index 4771aa3b84f..303a96d9b26 100644 Binary files a/x-pack/docs/en/security/images/assign-role.jpg and b/x-pack/docs/en/security/images/assign-role.jpg differ diff --git a/x-pack/docs/en/security/images/create-logstash-user.jpg b/x-pack/docs/en/security/images/create-logstash-user.jpg index 938ccb72ea3..1aaccd4305c 100644 Binary files a/x-pack/docs/en/security/images/create-logstash-user.jpg and b/x-pack/docs/en/security/images/create-logstash-user.jpg differ diff --git a/x-pack/docs/en/security/images/create-reader-role.jpg b/x-pack/docs/en/security/images/create-reader-role.jpg index 4d301fcfe91..0f12322ed9f 100644 Binary files a/x-pack/docs/en/security/images/create-reader-role.jpg and b/x-pack/docs/en/security/images/create-reader-role.jpg differ diff --git a/x-pack/docs/en/security/images/create-user.jpg b/x-pack/docs/en/security/images/create-user.jpg index 1ce905f3f54..dfab7e5cd71 100644 Binary files a/x-pack/docs/en/security/images/create-user.jpg and b/x-pack/docs/en/security/images/create-user.jpg differ diff --git a/x-pack/docs/en/security/images/create-writer-role.jpg b/x-pack/docs/en/security/images/create-writer-role.jpg index 25ec820f366..c85e5e62cfb 100644 Binary files a/x-pack/docs/en/security/images/create-writer-role.jpg and b/x-pack/docs/en/security/images/create-writer-role.jpg differ diff --git a/x-pack/docs/en/security/images/management-builtin-users.jpg b/x-pack/docs/en/security/images/management-builtin-users.jpg index ec39d1f2b46..dcbf1537070 100644 Binary files a/x-pack/docs/en/security/images/management-builtin-users.jpg and b/x-pack/docs/en/security/images/management-builtin-users.jpg differ diff --git a/x-pack/docs/en/security/images/management-roles.jpg b/x-pack/docs/en/security/images/management-roles.jpg index f8bb4af7d3f..011ac67c19f 100644 Binary files a/x-pack/docs/en/security/images/management-roles.jpg and b/x-pack/docs/en/security/images/management-roles.jpg differ diff --git a/x-pack/docs/en/security/images/management-users.jpg b/x-pack/docs/en/security/images/management-users.jpg index bea27be54a8..4fec6bed787 100644 Binary files a/x-pack/docs/en/security/images/management-users.jpg and b/x-pack/docs/en/security/images/management-users.jpg differ