Skip to content

Commit e14b18d

Browse files
authored
[DOCS] Entity dashboard (#2565)
* Adding content for the entity dashboard. * Merging round 1 of feedback. * Update entity-dashboard.asciidoc * Adding host risk score reference.
1 parent 5cc3284 commit e14b18d

File tree

6 files changed

+100
-0
lines changed

6 files changed

+100
-0
lines changed

docs/dashboards/dashboards-overview.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ include::detection-response-dashboard.asciidoc[leveloffset=+1]
1818
include::kubernetes-dashboard.asciidoc[leveloffset=+1]
1919

2020
include::cloud-posture.asciidoc[leveloffset=+1]
21+
22+
include::entity-dashboard.asciidoc[leveloffset=+1]
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
[[detection-entity-dashboard]]
2+
= Entity Analytics dashboard
3+
4+
The Entity Analytics dashboard provides a centralized view of emerging insider threats - including host risk, user risk, and notable anomalies from within your network. Use it to triage, investigate, and respond to these emerging threats.
5+
6+
7+
.Requirements
8+
[sidebar]
9+
--
10+
11+
* A https://www.elastic.co/pricing/[Platinum subscription] or higher is required.
12+
* To display host and user risk scores, the host risk score and user risk score features must be enabled. You can do this directly from the dashboard by clicking the *Enable* button. For more information, refer to the <<enable-host-risk-score, Enable host risk score>> and <<deploy-user-risk-score, Enable user risk score>> instructions.
13+
* To display notable anomalies, you must {ml-docs}/ml-ad-run-jobs.html[install and run] the following machine learning jobs:
14+
** `auth_rare_source_ip_for_a_user`
15+
** `suspicious_login_activity`
16+
** `packetbeat_dns_tunneling`
17+
** `packetbeat_rare_server_domain`
18+
** `packetbeat_rare_dns_question`
19+
** `v3_windows_anomalous_script`
20+
--
21+
22+
23+
The dashboard includes the following sections:
24+
25+
* <<entity-kpis>>
26+
* <<entity-host-risk-scores>>
27+
* <<entity-user-risk-scores>>
28+
* <<entity-anomalies>>
29+
30+
31+
[role="screenshot"]
32+
image::images/entity-dashboard.png[Entity dashboard]
33+
34+
[[entity-kpis]]
35+
[float]
36+
== Entity KPIs (key performance indicators)
37+
38+
Displays the total number of critical hosts, critical users, and anomalies. Select a link to go to the Host risk table, User risk table, or Anomaly Detection Jobs page.
39+
40+
[[entity-host-risk-scores]]
41+
[float]
42+
== Host Risk Scores
43+
44+
Displays host risk score data for your environment, including the total number of hosts, and the five most recently recorded host risk scores, with their associated host names and risk classifications. Host risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
45+
46+
[role="screenshot"]
47+
image::images/host-score-data.png[Host risk table]
48+
49+
50+
Interact with the table to filter data or view more details:
51+
52+
* Select the *Host risk classification* menu to filter the chart by the selected classification.
53+
* Click a host name link to go to the Host details page.
54+
* Click *View all* in the upper-right to display all host risk information on the Hosts page.
55+
56+
57+
For more information about host risk scores, click the *Learn more* link in the table, or refer to <<host-risk-score>>.
58+
59+
[[entity-user-risk-scores]]
60+
[float]
61+
== User Risk Scores
62+
63+
Displays user risk score data for your environment, including the total number of users, and the five most recently recorded user risk scores, with their associated user names and risk classifications. Like host risk scores, user risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
64+
65+
[role="screenshot"]
66+
image::images/user-score-data.png[User risk table ]
67+
68+
Interact with the table to filter data or view more details:
69+
70+
* Select the *User risk classification* menu to filter the chart by the selected classification.
71+
* Click a user name link to go to the User details page.
72+
* Click *View all* in the upper-right to display all user risk information on the Users page.
73+
74+
NOTE: The host risk and user risk score tables are not affected by the date and time range.
75+
76+
[[entity-anomalies]]
77+
[float]
78+
== Notable Anomalies
79+
80+
Anomalies identify suspicious or irregular behavior patterns. The Notable Anomalies table displays the total number of host and user anomalies identified by six predefined {ml} jobs (named in the Anomaly name column). These jobs must be installed and running to provide anomaly data.
81+
82+
[role="screenshot"]
83+
image::images/anomalies-table.png[Anomalies table]
84+
85+
86+
If data is missing:
87+
88+
* If the *Run job* link is displayed next to a {ml} job, it's installed but not running. Click the link to go to the Anomaly Detection Jobs page, where you can run the job.
89+
* If the *uninstalled* link is displayed next to a {ml} job, it needs to be installed and started. Click the link to find out how to do this.
90+
91+
Interact with the table to view more details:
92+
93+
* Click *View all host anomalies* to go to the Anomalies table on the Hosts page.
94+
* Click *View all user anomalies* to go to the Anomalies table on the Users page.
95+
* Click *View all* to display and manage all machine learning jobs on the Anomaly Detection Jobs page.
96+
97+
TIP: To learn more about {ml}, refer to {ml-docs}/machine-learning-intro.html[What is Elastic machine learning?]
98+
134 KB
Loading
217 KB
Loading
183 KB
Loading
153 KB
Loading

0 commit comments

Comments
 (0)