Skip to content

Commit

Permalink
Fix image in Create a Role article (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpipkin1 authored Dec 11, 2023
1 parent 29df76b commit 1b4d2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manage/users-roles/roles/create-manage-roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ To create a role:

1. Go to **Administration** > **Users and Roles** > **Roles**.
1. Click **+ Add Role** on the upper right side of the page.
1. The **Create New Role** pane appears on the right side of the page.<br/><img src={useBaseUrl('img/users-roles/create-new-role-index-based.png')} alt="Create a new role" style={{border: '1px solid black'}} width="400"/>
1. The **Create New Role** pane appears on the right side of the page.<br/><img src={useBaseUrl('img/users-roles/create-new-role.png')} alt="Create a new role" style={{border: '1px solid black'}} width="400"/>
1. **Name**. Enter a name for the role. 
1. **Description**. Enter a description of the role to help other Administrators understand the purpose or limitations of the role.
1. **Search Filter**. Use this option to control what log data users with this role can access. A search filter for a role defines what log data a user with that role can access. You can define an **Index based** filter to allow access to search indexes, or an **Advanced filter** to allow access only to the logs that match the search filter. You can filter for index keywords, wildcards, metadata fields, and logical operators. Sumo Logic prepends the search filter to each query that a user with the role runs. The search filter is invisible to the user, but limits the log results that are returned. For details and examples on constructing search filters for roles, see [Index Based and Advanced Search Filters](/docs/manage/users-roles/roles/rbac-for-indexes) and [Construct a Search Filter for a Role](/docs/manage/users-roles/roles/construct-search-filter-for-role).
1. **Search Filter**. Use this option to control what log data users with this role can access. A search filter for a role defines what log data a user with that role can access. <!-- You can define an **Index based** filter to allow access to search indexes, or an **Advanced filter** to allow access only to the logs that match the search filter. --> You can define a search filter using keywords, wildcards, metadata fields, and logical operators. Sumo Logic prepends the search filter to each query that a user with the role runs. The search filter is invisible to the user, but limits the log results that are returned. For details and examples on constructing search filters for roles, see <!-- [Index Based and Advanced Search Filters](/docs/manage/users-roles/roles/rbac-for-indexes) and--> [Construct a Search Filter for a Role](/docs/manage/users-roles/roles/construct-search-filter-for-role).
1. **Capabilities**. In this section, click the checkbox beside each capability you want to grant to users with this role. For information about what each capability enables, see [Role Capabilities](/docs/manage/users-roles/roles/role-capabilities/).
1. Click **Save**

Expand Down
Binary file modified static/img/users-roles/create-new-role.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b4d2e4

Please sign in to comment.