Skip to content

Commit 546366d

Browse files
[Security] [Serverless: Oct 07] Entity analytics workflow + privmon (#2853)
Resolves #2281 by documenting privileged user monitoring and the EA overview page for serverless. Lifecycle states: - Privileged user monitoring: Tech preview - Overview page: GA Main content changes are on the Privileged user monitoring requirements page – other pages only have updates to the `applies_to` badges. Preview: [Privileged user monitoring requirements](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2853/solutions/security/advanced-entity-analytics/privileged-user-monitoring-requirements)
1 parent d1c9d75 commit 546366d

11 files changed

+35
-11
lines changed

solutions/security/advanced-entity-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Advanced Entity Analytics provides the following key capabilities:
1919

2020
* [](advanced-entity-analytics/entity-risk-scoring.md)
2121
* [](advanced-entity-analytics/advanced-behavioral-detections.md)
22-
* {applies_to}`stack: preview 9.1` {applies_to}`serverless: unavailable`
22+
* {applies_to}`stack: preview 9.1` {applies_to}`serverless: preview`
2323
[](/solutions/security/advanced-entity-analytics/privileged-user-monitoring.md)

solutions/security/advanced-entity-analytics/asset-criticality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can view, assign, change, or unassign asset criticality from the following p
6868

6969
If you have enabled the [entity store](entity-store.md), you can also view asset criticality assignments in the **Entities** section on the following pages:
7070

71-
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: unavailable` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
71+
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
7272
* [Entity analytics dashboard](/solutions/security/dashboards/entity-analytics-dashboard.md)
7373

7474
:::{image} /solutions/images/security-entities-section.png

solutions/security/advanced-entity-analytics/entity-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To enable the entity store:
4545

4646
Once you enable the entity store, the **Entities** section appears on the following pages:
4747

48-
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: unavailable` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
48+
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
4949
* [Entity analytics dashboard](/solutions/security/dashboards/entity-analytics-dashboard.md)
5050

5151
## Clear entity store data [clear-entity-store]

solutions/security/advanced-entity-analytics/monitor-privileged-user-activitites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
applies_to:
33
stack: preview 9.1
4+
serverless:
5+
security: preview
46
products:
57
- id: security
68
- id: cloud-serverless

solutions/security/advanced-entity-analytics/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
applies_to:
33
stack: ga 9.1
4+
serverless:
5+
security: ga
46
products:
57
- id: security
68
- id: cloud-serverless

solutions/security/advanced-entity-analytics/privileged-user-monitoring-requirements.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
applies_to:
33
stack: preview 9.1
4+
serverless:
5+
security: preview
46
products:
57
- id: security
68
- id: cloud-serverless
@@ -10,11 +12,15 @@ products:
1012

1113
This page covers the requirements for using the privileged user monitoring feature, as well as its known limitations.
1214

13-
* Privileged user monitoring feature requires the appropriate [subscription](https://www.elastic.co/pricing).
15+
The privileged user monitoring feature requires:
16+
* {applies_to}`stack: ` The appropriate [subscription](https://www.elastic.co/subscriptions)
17+
* {applies_to}`serverless: ` The appropriate [feature tier](https://www.elastic.co/pricing/serverless-security)
1418

15-
* To enable this feature, turn on the `securitySolution:enablePrivilegedUserMonitoring` [advanced setting](/solutions/security/get-started/configure-advanced-settings.md#access-privileged-user-monitoring).
19+
To enable this feature, turn on the `securitySolution:enablePrivilegedUserMonitoring` [advanced setting](/solutions/security/get-started/configure-advanced-settings.md#access-privileged-user-monitoring).
1620

17-
* To use these features , your role must have certain [privileges](#privmon_privs).
21+
To use this feature, you need:
22+
* {applies_to}`stack: ` A role with the appropriate [privileges](#privmon_privs)
23+
* {applies_to}`serverless: ` Either the appropriate [predefined Security user role](#privmon_roles) or a [custom role](/deploy-manage/users-roles/cloud-organization/user-roles.md) with the right [privileges](#privmon_privs)
1824

1925
## Privileges [privmon_privs]
2026

@@ -23,6 +29,16 @@ This page covers the requirements for using the privileged user monitoring featu
2329
| Enable the privileged user monitoring feature | N/A | **All** for the **Security** feature |
2430
| View the Privileged user monitoring dashboard | `Read` for the following indices:<br> - `.entity_analytics.monitoring.users-<space-id>`<br> - `risk-score.risk-score-*`<br> - `.alerts-security.alerts-<space-id>`<br> - `.ml-anomalies-shared`<br> - Security data view indices | **Read** for the **Security** feature |
2531

32+
## Predefined roles [privmon_roles]
33+
```yaml {applies_to}
34+
serverless:
35+
```
36+
37+
| Action | Predefined role |
38+
| --- | --- |
39+
| Enable privileged user monitoring | - Platform engineer<br>- Admin |
40+
| View the Privileged user monitoring dashboard | - Tier 1 analyst<br>- Tier 2 analyst<br>- Tier 3 analyst<br>- Rule author<br>- SOC manager<br>- Platform engineer<br>- Detections admin<br>- Admin |
41+
2642
## Known limitations
2743
2844
* Currently, none of the privileged user monitoring visualizations support [cross-cluster search](/solutions/search/cross-cluster-search.md) as part of the data that they query from.

solutions/security/advanced-entity-analytics/privileged-user-monitoring-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
navigation_title: Set up privileged user monitoring
33
applies_to:
44
stack: preview 9.1
5+
serverless:
6+
security: preview
57
products:
68
- id: security
79
- id: cloud-serverless

solutions/security/advanced-entity-analytics/privileged-user-monitoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
applies_to:
33
stack: preview 9.1
4+
serverless:
5+
security: preview
46
products:
57
- id: security
68
- id: cloud-serverless

solutions/security/advanced-entity-analytics/view-analyze-risk-score-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the Entity Analytics overview, you can view entity key performance indicators
2626
If you have enabled the [entity store](entity-store.md), you'll also get access to the **Entities** section, where you can view all hosts, users, and services along with their risk and asset criticality data.
2727

2828
Access the Entity Analytics overview from the following pages:
29-
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: unavailable` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
29+
* {applies_to}`stack: ga 9.1` {applies_to}`serverless: ga` [Entity analytics](/solutions/security/advanced-entity-analytics/overview.md)
3030
* [Entity analytics dashboard](/solutions/security/dashboards/entity-analytics-dashboard.md)
3131

3232

solutions/security/get-started/configure-advanced-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Even when the `excludedDataTiersForRuleExecution` advanced setting is enabled, i
239239

240240
## Access privileged user monitoring
241241
```yaml {applies_to}
242-
stack: preview 9.1
243-
serverless: unavailable
242+
stack: ga 9.1
243+
serverless: ga
244244
```
245245
246246
The `securitySolution:enablePrivilegedUserMonitoring` setting allows you to access the [Entity analytics overview page](/solutions/security/advanced-entity-analytics/overview.md) and the [privileged user monitoring](/solutions/security/advanced-entity-analytics/privileged-user-monitoring.md) feature. This setting is turned off by default.

0 commit comments

Comments
 (0)