Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit b007920

Browse files
authored
Merge pull request #200 from ashwinkumar12345/sample_roles_edit
sample roles edits
2 parents 4e38847 + 6bd398f commit b007920

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/security-access-control/users-roles.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,27 +128,27 @@ Create a new `read_only_index` role:
128128

129129
1. Open **Kibana**.
130130
1. Choose **Security**, **Roles**.
131-
1. Choose the *+* button, enter a role name `read_only_index`.
132-
1. Choose the **Cluster Permissions** tab, select **Add Action Group**.
133-
1. In **Permissions: Action Groups**, select `cluster_composite_ops_ro` and choose **Add Action Group**.
134-
1. Choose the **Index Permissions** tab, select **Add index permissions** and add your index pattern `my-index-*`.
131+
1. Choose the *+* button, and then enter a role name `read_only_index`.
132+
1. Choose the **Cluster Permissions** tab, and then select **Add Action Group**.
133+
1. In **Permissions: Action Groups**, select `cluster_composite_ops_ro` and then choose **Add Action Group**.
134+
1. Choose the **Index Permissions** tab, select **Add index permissions** and then add your index pattern `my-index-*`.
135135
1. In **Permissions: Action Groups**, choose **Add Action Group** and select `read`.
136136
1. Choose **Save Role Definition**.
137137

138138
Map `kibana_user` and `kibana_read_only` roles to the `read_only_index` role:
139139

140140
1. Choose **Security**, **Role Mappings**.
141141
1. Next to `kibana_user`, choose the **Edit** button.
142-
- If you don't already have a `kibana_user` role, choose the *+* button and create the role.
143-
1. In the **Users** field, add your `read_only_index` role and choose **Submit**.
142+
- If you don't already have a `kibana_user` role, choose the *+* button and then create the role.
143+
1. In the **Users** field, add your `read_only_index` role and then choose **Submit**.
144144
1. Next to `kibana_read_only`, choose the **Edit** button.
145-
- If you don't already have a `kibana_read_only` role, choose the *+* button and create the role.
146-
1. In the **Users** field, add your `read_only_index` role and choose **Submit**.
145+
- If you don't already have a `kibana_read_only` role, choose the *+* button and then create the role.
146+
1. In the **Users** field, add your `read_only_index` role and then choose **Submit**.
147147

148148
Create a new tenant and grant role access:
149149

150150
1. Choose **Security**, **Tenants**.
151-
1. Choose the *+* button, enter your desired tenant name.
151+
1. Choose the *+* button, and then enter your desired tenant name.
152152
1. Choose **Submit**.
153153
1. Choose **Security**, **Roles**.
154154
1. Next to the `read_only_index` role, choose **Edit**.
@@ -162,16 +162,16 @@ Create a new `bulk_access` role:
162162

163163
1. Open **Kibana**.
164164
1. Choose **Security**, **Roles**.
165-
1. Choose the *+* button, enter a role name `bulk_access`.
166-
1. Choose the **Cluster Permissions** tab, select **Add Action Group**.
167-
1. In **Permissions: Action Groups**, select `cluster_composite_ops` and choose **Add Action Group**.
165+
1. Choose the *+* button, and then enter a role name `bulk_access`.
166+
1. Choose the **Cluster Permissions** tab, and then select **Add Action Group**.
167+
1. In **Permissions: Action Groups**, select `cluster_composite_ops` and then choose **Add Action Group**.
168168
1. Choose the **Index Permissions** tab, select **Add index permissions** and your index patterns `my-index-*`.
169-
1. In **Permissions: Action Groups**, choose **Add Action Group** and select `write`.
169+
1. In **Permissions: Action Groups**, choose **Add Action Group** and then select `write`.
170170
1. Choose **Save Role Definition**.
171171

172172
Map bulk access permissions to the `bulk_access` role:
173173

174174
1. Choose **Security**, **Role Mappings**.
175-
1. Choose the *+* button, select the `bulk_access` role.
176-
1. In **Users**, choose **Add User** and add your `bulk_access` user.
175+
1. Choose the *+* button, and then select the `bulk_access` role.
176+
1. In **Users**, choose **Add User** and then add your `bulk_access` user.
177177
1. Choose **Submit**.

0 commit comments

Comments
 (0)