Skip to content

Commit a2d498e

Browse files
[Serverless] Adds entity store docs
1 parent 4d1c727 commit a2d498e

File tree

8 files changed

+157
-27
lines changed

8 files changed

+157
-27
lines changed

docs/serverless/advanced-entity-analytics/analyze-risk-score-data.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ We recommend that you prioritize <<security-analyze-risk-score-data-alert-triagi
2828

2929
From the Entity Analytics dashboard, you can access entity key performance indicators (KPIs), risk scores, and levels. You can also click the number link in the **Alerts** column to investigate and analyze the alerts on the Alerts page.
3030

31+
If you have enabled the <<entity-store, entity store>>, the dashboard also displays the <<entity-entities, **Entities** section>>, where you can view all hosts and users along with their risk and asset criticality data.
32+
3133
[role="screenshot"]
3234
image::images/detection-entity-dashboard/-dashboards-entity-dashboard.png[Entity Analytics dashboard]
3335

docs/serverless/advanced-entity-analytics/asset-criticality.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.Requirements
88
[NOTE]
99
====
10-
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <<security-ers-requirements,Entity risk scoring prerequisites>>.
10+
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <<security-ers-requirements,Entity risk scoring requirements>>.
1111
====
1212

1313
The asset criticality feature allows you to classify your organization's entities based on various operational factors that are important to your organization. Through this classification, you can improve your threat detection capabilities by focusing your alert triage, threat-hunting, and investigation activities on high-impact entities.
@@ -49,6 +49,11 @@ image::images/asset-criticality/-assign-asset-criticality-host-flyout.png[Assign
4949
[role="screenshot"]
5050
image::images/asset-criticality/-assign-asset-criticality-timeline.png[Assign asset criticality from the host details flyout in Timeline]
5151

52+
If you have enabled the <<entity-store, entity store>>, you can also view asset criticality assignments in the <<entity-entities, **Entities** section>> of the Entity Analytics dashboard:
53+
54+
[role="screenshot"]
55+
image::images/detection-entity-dashboard/-entities-section.png[Entities section]
56+
5257
[discrete]
5358
[[security-asset-criticality-bulk-assign-asset-criticality]]
5459
=== Bulk assign asset criticality
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[[entity-store]]
2+
= Entity store
3+
4+
preview::[]
5+
6+
.Requirements
7+
[sidebar]
8+
--
9+
To use the entity store, you must have the appropriate privileges. For more information, refer to <<security-ers-requirements, Entity risk scoring requirements>>.
10+
--
11+
12+
The entity store allows you to query, reconcile, maintain, and persist entity metadata such as:
13+
14+
* Ingested log data
15+
* Data from integrated identity providers (such as Active Directory, EntraID, and Okta)
16+
* Data from internal and external alerts
17+
* External asset repository data
18+
* Asset criticality data
19+
* Entity risk score data
20+
21+
The entity store can hold any entity type observed by {elastic-sec}. It allows you to view and query select entities represented in your indices without needing to perform real-time searches of observable data. The entity store extracts entities from all indices in the {elastic-sec} <<default-data-view-security, default data view>>.
22+
23+
When the entity store is enabled, the following resources are generated for each entity type (hosts and users):
24+
25+
* {es} resources, such as transforms, ingest pipelines, and enrich policies.
26+
* Data and fields for each entity.
27+
* The `.entities.v1.latest.security_user_<space-id>` and `.entities.v1.latest.security_host_<space-id>` indices, which contain field mappings for hosts and users respectively. You can query these indices to see a list of fields that are mapped in the entity store.
28+
29+
[discrete]
30+
[[enable-entity-store]]
31+
== Enable entity store
32+
33+
To enable the entity store:
34+
35+
. Find **Entity Store** in the navigation menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field].
36+
. On the **Entity Store** page, turn the toggle on.
37+
38+
Once you enable the entity store, the Entity Analytics dashboard displays the <<entity-entities, **Entities**>> section.
39+
40+
[discrete]
41+
[[clear-entity-store]]
42+
== Clear entity store data
43+
44+
Once the entity store is enabled, you may want to clear the stored data and start fresh. For example, if you normalized the `user.name` or `host.name` fields, clearing the entity store data would allow you to repopulate the entity store with the updated, normalized values. This action removes all previously extracted entity information, enabling new data extraction and analysis.
45+
46+
Clearing entity store data does not delete your source data, assigned entity risk scores, or asset criticality assignments.
47+
48+
CAUTION: Clearing entity store data permanently deletes persisted user and host records, and data is no longer available for analysis. Proceed with caution, as this cannot be undone.
49+
50+
To clear entity data:
51+
52+
. Find **Entity Store** in the navigation menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field].
53+
. On the **Entity Store** page, select **Clear**.

docs/serverless/advanced-entity-analytics/ers-req.asciidoc

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// :description: Requirements for using entity risk scoring and asset criticality.
55
// :keywords: serverless, security, reference, manage
66

7-
To use entity risk scoring and asset criticality, you need the appropriate user roles. These features require the Security Analytics Complete <<elasticsearch-manage-project,project feature>>.
7+
To use entity risk scoring, asset criticality, and entity store, you need the appropriate user roles. These features require the Security Analytics Complete <<elasticsearch-manage-project,project feature>>.
88

9-
This page covers the requirements for using the entity risk scoring and asset criticality features, as well as their known limitations.
9+
This page covers the requirements for using the entity risk scoring, asset criticality, and entity store features, as well as their known limitations.
1010

1111
[discrete]
1212
[[security-ers-requirements-entity-risk-scoring]]
@@ -90,3 +90,28 @@ Custom roles need the following privileges for the `.asset-criticality.asset-cri
9090
| Unassign asset criticality
9191
| `delete`
9292
|===
93+
94+
[discrete]
95+
== Entity store
96+
97+
[discrete]
98+
=== User roles
99+
100+
To use the entity store, you need either the appropriate <<general-assign-user-roles,predefined Security user role>> or a <<custom-roles,custom role>> with the right privileges:
101+
102+
**Predefined roles**
103+
104+
* Platform engineer
105+
* Detections admin
106+
* Admin
107+
108+
**Custom role privileges**
109+
110+
|===
111+
| Cluster | Index | {kib}
112+
113+
a| * `manage_index_templates`
114+
* `manage_transform`
115+
| `all` privilege for `risk-score.risk-score-*`
116+
| **Read** for the **Security** feature
117+
|===

docs/serverless/dashboards/detection-entity-dashboard.asciidoc

Lines changed: 67 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@
1111

1212
The Entity Analytics dashboard provides a centralized view of emerging insider threats - including host risk, user risk, and anomalies from within your network. Use it to triage, investigate, and respond to these emerging threats.
1313

14-
.Requirements
15-
[NOTE]
16-
====
17-
To display host and user risk scores, you must <<security-turn-on-risk-engine,turn on the risk scoring engine>>.
18-
====
19-
2014
The dashboard includes the following sections:
2115

22-
* <<entity-kpis,Entity KPIs (key performance indicators)>>
23-
* <<entity-host-risk-scores,Host Risk Scores>>
24-
* <<entity-user-risk-scores,User Risk Scores>>
25-
* <<entity-anomalies,Anomalies>>
16+
* <<entity-kpis>>
17+
* <<entity-user-risk-scores>>
18+
* <<entity-host-risk-scores>>
19+
* <<entity-anomalies>>
20+
* <<entity-entities>>
2621

2722
[role="screenshot"]
2823
image::images/detection-entity-dashboard/-dashboards-entity-dashboard.png[Entity dashboard]
@@ -31,12 +26,43 @@ image::images/detection-entity-dashboard/-dashboards-entity-dashboard.png[Entity
3126
[[entity-kpis]]
3227
== Entity KPIs (key performance indicators)
3328

34-
Displays the total number of critical hosts, critical users, and anomalies. Select a link to jump to the Host risk table, User risk table, or Anomalies table.
29+
Displays the total number of critical hosts, critical users, and anomalies. Select a link to jump to the **Hosts** page, **Users** page, or **Anomalies** table.
30+
31+
[discrete]
32+
[[entity-user-risk-scores]]
33+
== User Risk Scores
34+
35+
.Requirements
36+
[sidebar]
37+
--
38+
To display user risk scores, you must <<security-turn-on-risk-engine, turn on the risk scoring engine>>.
39+
--
40+
41+
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, risk data, and number of detection alerts. Like host risk scores, user risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
42+
43+
[role="screenshot"]
44+
image::images/detection-entity-dashboard/-dashboards-user-score-data.png[User risk table]
45+
46+
Interact with the table to filter data, view more details, and take action:
47+
48+
* Select the **User risk level** menu to filter the chart by the selected level.
49+
* Click a user name link to open the user details flyout.
50+
* Hover over a user name link to display inline actions: **Add to timeline**, which adds the selected value to Timeline, and **Copy to Clipboard**, which copies the user name value for you to paste later.
51+
* Click **View all** in the upper-right to display all user risk information on the Users page.
52+
* Click the number link in the **Alerts** column to view the alerts on the Alerts page. Hover over the number and select **Investigate in timeline** (image:images/icons/timeline.svg[Timeline]) to launch Timeline with a query that includes the associated user name value.
53+
54+
For more information about user risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
3555

3656
[discrete]
3757
[[entity-host-risk-scores]]
3858
== Host Risk Scores
3959

60+
.Requirements
61+
[sidebar]
62+
--
63+
To display host risk scores, you must <<security-turn-on-risk-engine, turn on the risk scoring engine>>.
64+
--
65+
4066
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, risk data, and number of detection alerts. Host risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
4167

4268
[role="screenshot"]
@@ -52,24 +78,42 @@ Interact with the table to filter data, view more details, and take action:
5278

5379
For more information about host risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
5480

55-
[discrete]
56-
[[entity-user-risk-scores]]
57-
== User Risk Scores
81+
[[entity-entities]]
82+
[float]
83+
== Entities
5884

59-
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, risk data, and number of detection alerts. Like host risk scores, user risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
85+
preview::[]
86+
87+
.Requirements
88+
[sidebar]
89+
--
90+
To display the **Entities** section, you must <<enable-entity-store,enable the entity store>>.
91+
--
92+
93+
The **Entities** section provides a centralized view of all hosts and users in your environment. It displays entities from the <<entity-store, entity store>>, which meet any of the following criteria:
94+
95+
* Have been observed by {elastic-sec}
96+
* Have an asset criticality assignment
97+
* Have been added to {elastic-sec} through an integration, such Active Directory or Okta
98+
99+
NOTE: The **Entities** table only shows a subset of the data available for each entity. You can query the `.entities.v1.latest.security_user_<space-id>` and `.entities.v1.latest.security_host_<space-id>` indices to see all the fields for each entity in the entity store.
60100

61101
[role="screenshot"]
62-
image::images/detection-entity-dashboard/-dashboards-user-score-data.png[User risk table]
102+
image::images/detection-entity-dashboard/-entities-section.png[Entities section]
63103

64-
Interact with the table to filter data, view more details, and take action:
104+
Entity data from different sources appears in the **Entities** section based on the following timelines:
65105

66-
* Select the **User risk level** menu to filter the chart by the selected level.
67-
* Click a user name link to open the user details flyout.
68-
* Hover over a user name link to display inline actions: **Add to timeline**, which adds the selected value to Timeline, and **Copy to Clipboard**, which copies the user name value for you to paste later.
69-
* Click **View all** in the upper-right to display all user risk information on the Users page.
70-
* Click the number link in the **Alerts** column to view the alerts on the Alerts page. Hover over the number and select **Investigate in timeline** (image:images/icons/timeline.svg[Timeline]) to launch Timeline with a query that includes the associated user name value.
106+
* When you first enable the entity store, only data stored in the last 24 hours is processed. After that, data is processed continuously.
107+
* Observed events from the {elastic-sec} default data view are processed in near real-time.
108+
* Entity Analytics data, such as entity risk scores and asset criticality (including bulk asset criticality upload), is also processed in near real-time.
109+
* The availability of entities extracted from Entity Analytics integrations depends on the specific integration. Refer to {integrations-docs}/entityanalytics_ad[Active Directory Entity Analytics], {integrations-docs}/entityanalytics_entra_id[Microsoft Entra ID Entity Analytics], and {integrations-docs}/entityanalytics_okta[Okta Entity Analytics] for more details.
71110

72-
For more information about user risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
111+
Interact with the table to filter data and view more details:
112+
113+
* Select the **Risk level** dropdown to filter the table by the selected user or host risk level.
114+
* Select the **Criticality** dropdown to filter the table by the selected asset criticality level.
115+
* Select the **Source** dropdown to filter the table by the data source.
116+
* Click the **View details** icon (image:images/icons/expand.svg[View details]) to open the entity details flyout.
73117

74118
[discrete]
75119
[[entity-anomalies]]
71.2 KB
Loading
95.4 KB
Loading

docs/serverless/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ include::./alerts/alert-schema.asciidoc[leveloffset=+3]
162162
include::./advanced-entity-analytics/advanced-entity-analytics-overview.asciidoc[leveloffset=+2]
163163
include::./advanced-entity-analytics/entity-risk-scoring.asciidoc[leveloffset=+3]
164164
include::./advanced-entity-analytics/ers-req.asciidoc[leveloffset=+4]
165-
include::./advanced-entity-analytics/asset-criticality.asciidoc[leveloffset=+4]
166165
include::./advanced-entity-analytics/turn-on-risk-engine.asciidoc[leveloffset=+4]
166+
include::./advanced-entity-analytics/asset-criticality.asciidoc[leveloffset=+4]
167+
include::./advanced-entity-analytics/entity-store.asciidoc[leveloffset=+4]
167168
include::./advanced-entity-analytics/analyze-risk-score-data.asciidoc[leveloffset=+4]
168169
include::./advanced-entity-analytics/advanced-behavioral-detections.asciidoc[leveloffset=+3]
169170
include::./advanced-entity-analytics/ml-requirements.asciidoc[leveloffset=+4]

0 commit comments

Comments
 (0)