-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Publishing edits. * Slight edits. * Merging feedback. * Merging addt'l feedback. (cherry picked from commit f0cc44b) Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>
- Loading branch information
1 parent
9d5aa09
commit c332999
Showing
7 changed files
with
93 additions
and
44 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,46 @@ | ||
[[users-page]] | ||
= Users page | ||
|
||
The Users page provides a comprehensive overview of user data to help you understand authentication and user behavior within your environment. Key performance indicator (KPI) charts, data tables, and interactive widgets let you view specific data and drill down for deeper insights. Here's some of the information available to you: | ||
The Users page provides a comprehensive overview of user data to help you understand authentication and user behavior within your environment. Key performance indicator (KPI) charts, data tables, and interactive widgets let you view specific data and drill down for deeper insights. | ||
|
||
[role="screenshot"] | ||
image::images/users/users-page.png[User's page] | ||
|
||
*User KPI charts* | ||
The Users page has the following sections: | ||
|
||
[discrete] | ||
== User KPI (key performance indicator) charts* | ||
|
||
KPI charts show the total number of users and successful and failed user authentications within the time range specified in the date picker. Data in the KPI charts is visualized through linear and bar graphs. | ||
|
||
TIP: Hover inside a KPI chart to display the actions menu (*...*), where you can perform these actions: inspect, open in Lens, and add to a new or existing case. | ||
[role="screenshot"] | ||
image::images/users/chart-menu.png[Chart menu] | ||
|
||
*Data tables* | ||
[discrete] | ||
== Data tables | ||
|
||
Beneath the KPI charts are data tables, which are useful for viewing and investigating specific types of data. Select the relevant tab to view the following details: | ||
|
||
* *All users*: A chronological list of unique user names, when they were last active, and the associated domains. | ||
* *Authentications*: A chronological list of user authentication events and associated details, such as the number of successes and failures, and the hostname of the last successful destination. | ||
* *Authentications*: A chronological list of user authentication events and associated details, such as the number of successes and failures, and the host name of the last successful destination. | ||
* *Anomalies*: Unusual activity discovered by machine learning jobs that contain user data. | ||
* *Events*: Ingested events that contain the `user.name` field. You can stack by the `event.action`, `event.dataset`, or `event.module` field. To display <<det-engine-terminology, alerts>> received from external monitoring tools, scroll down to the Events table and select *Show only external alerts* on the right. | ||
* *User risk*: Shows the user risk score and user risk classification of each user name. | ||
+ | ||
NOTE: User risk score is a technical preview feature that must have the `riskyUsersEnabled` feature flag enabled to display. For more information, refer to <<user-risk-score>>. | ||
* *User risk*: The latest recorded user risk score for each user, and its user risk classification. This feature requires a www.elastic.co/pricing[Platinum subscription] or higher and must be enabled to display the data. Click *Enable* on the *User risk* tab to get started. To learn more, refer to our <<user-risk-score, user risk score documentation>>. | ||
|
||
The Events table includes inline actions and several customization options. To learn more about what you can do with the data in these tables, refer to <<alerts-ui-manage>>. | ||
|
||
[discrete] | ||
== User details page | ||
|
||
|
||
A user's details page displays all relevant information for the selected user. To view a user's details page, click its *User name* link from the *All users* table. | ||
|
||
The user details page includes the following sections: | ||
|
||
* *Summary*: Details such as the user ID, when the user was first and last seen, the associated IP address(es), and operating system. If the user risk score feature is enabled, this section also displays user risk score data. | ||
|
||
* *Alert metrics*: The total number of alerts by severity, rule, and status (`Open`, `Acknowledged`, or `Closed`). | ||
|
||
* *Data tables*: The same data tables as on the main Users page, except with values for the selected user instead of for all users. | ||
|
||
[role="screenshot"] | ||
image::images/users/user-details-pg.png[User details page] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.