Skip to content

Commit 5f970d8

Browse files
ers requirements
1 parent 0491a1f commit 5f970d8

File tree

3 files changed

+30
-71
lines changed

3 files changed

+30
-71
lines changed

raw-migrated-files/docs-content/serverless/security-ers-requirements.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ toc:
274274
- file: docs-content/serverless/security-endpoint-management-req.md
275275
- file: docs-content/serverless/security-endpoints-page.md
276276
- file: docs-content/serverless/security-environment-variable-capture.md
277-
- file: docs-content/serverless/security-ers-requirements.md
278277
- file: docs-content/serverless/security-event-filters.md
279278
- file: docs-content/serverless/security-examine-osquery-results.md
280279
- file: docs-content/serverless/security-get-started-with-kspm.md

solutions/security/advanced-entity-analytics/entity-risk-scoring-requirements.md

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,35 @@ mapped_urls:
66

77
# Entity risk scoring requirements
88

9-
% What needs to be done: Align serverless/stateful
10-
11-
% Use migrated content from existing pages that map to this page:
12-
13-
% - [x] ./raw-migrated-files/security-docs/security/ers-requirements.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/security-ers-requirements.md
15-
169
To use entity risk scoring, asset criticality, and entity store, your role must have certain cluster, index, and {{kib}} privileges. These features require a [Platinum subscription](https://www.elastic.co/pricing) or higher.
1710

1811
This page covers the requirements and guidelines for using the entity risk scoring, asset criticality, and entity store features, as well as their known limitations.
1912

2013

2114
## Entity risk scoring [_entity_risk_scoring]
2215

16+
In {{stack}}, to turn on the risk scoring engine, you need the appropriate [privileges](#_privileges).
2317

24-
### Privileges [_privileges]
18+
In serverless, to turn on the risk scoring engine, you need either the appropriate [predefined Security user role](#ers_roles) or a [custom role](/deploy-manage/users-roles/cloud-organization/user-roles.md) with the right [privileges](#_privileges).
2519

26-
To turn on the risk scoring engine, you need the following privileges:
20+
21+
### Privileges [_privileges]
2722

2823
| Cluster | Index | {{kib}} |
2924
| --- | --- | --- |
30-
| * `manage_index_templates`<br>* `manage_transform`<br> | `all` privilege for `risk-score.risk-score-*` | **Read** for the **Security** feature |
25+
| - `manage_index_templates`<br>- `manage_transform`<br> | `all` privilege for `risk-score.risk-score-*` | **Read** for the **Security** feature |
26+
27+
### Predefined roles [ers_roles]
28+
29+
* Platform engineer
30+
* Detections admin
31+
* Admin
3132

3233

3334
### {{es}} resource guidelines [_es_resource_guidelines]
35+
```yaml {applies_to}
36+
stack:
37+
```
3438
3539
Follow these guidelines to ensure clusters have adequate memory to handle data volume:
3640
@@ -40,30 +44,42 @@ Follow these guidelines to ensure clusters have adequate memory to handle data v
4044
4145
### Known limitations [_known_limitations]
4246
43-
The risk scoring engine uses an internal user role to score all hosts and users, and doesn’t respect privileges applied to custom users or roles. After you turn on the risk scoring engine for a {{kib}} space, all alerts in the space will contribute to host and user risk scores.
47+
* The risk scoring engine uses an internal user role to score all hosts and users, and doesn’t respect privileges applied to custom users or roles. After you turn on the risk scoring engine for a {{kib}} space, all alerts in the space will contribute to host and user risk scores.
48+
* You cannot customize alert data views or risk weights associated with alerts and asset criticality levels.
4449
4550
4651
## Asset criticality [_asset_criticality]
4752
53+
In {{stack}}, to use asset criticality, you need the appropriate [privileges](#_privileges_2) for the `.asset-criticality.asset-criticality-<space-id>` index.
54+
55+
In serverless, to use asset criticality, you need you need either the appropriate [predefined Security user role](#ac_roles) or a [custom role](/deploy-manage/users-roles/cloud-organization/user-roles.md) with the right [privileges](#_privileges_2).
4856

4957
### Privileges [_privileges_2]
5058

51-
To use asset criticality, you need the following privileges for the `.asset-criticality.asset-criticality-<space-id>` index:
5259

5360
| Action | Index privilege |
5461
| --- | --- |
5562
| View asset criticality | `read` |
5663
| View, assign, or change asset criticality | `read` and `write` |
5764
| Unassign asset criticality | `delete` |
5865

66+
### Predefined roles [ac_roles]
67+
68+
| Action | Predefined role |
69+
| --- | --- |
70+
| View asset criticality | - Viewer<br>- Tier 1 analyst<br> |
71+
| View, assign, change, or unassign asset criticality | - Editor<br>- Tier 2 analyst<br>- Tier 3 analyst<br>- Threat intelligence analyst<br>- Rule author<br>- SOC manager<br>- Endpoint operations analyst<br>- Platform engineer<br>- Detections admin<br>- Endpoint policy manager<br> |
72+
5973

6074
## Entity store [_entity_store]
6175

6276

6377
### Privileges [_privileges_3]
6478

65-
To use the entity store, you need the following privileges:
79+
To enable the entity store, you need the following privileges:
6680

6781
| Cluster | Index | {{kib}} |
6882
| --- | --- | --- |
69-
| * `manage_enrich`<br>* `manage_index_templates`<br>* `manage_ingest_pipelines`<br>* `manage_transform`<br> | * `read` and `view_index_metadata` for `.asset-criticality.asset-criticality-*`<br>* `read` and `manage` for `risk-score.risk-score-*`<br>* `read` and `manage` for `.entities.v1.latest.*`<br>* `read` and `view_index_metadata` for all {{elastic-sec}} indices<br> | **All** for the **Security** and **Saved Objects Management** features |
83+
| - `manage_enrich`<br>- `manage_index_templates`<br>- `manage_ingest_pipelines`<br>- `manage_transform`<br> | - `read` and `view_index_metadata` for `.asset-criticality.asset-criticality-*`<br>- `read` and `manage` for `risk-score.risk-score-*`<br>- `read` and `manage` for `.entities.v1.latest.*`<br>- `read` and `view_index_metadata` for all {{elastic-sec}} indices<br> | **All** for the **Security** and **Saved Objects Management** features |
84+
85+
% pending info about user roles / custom role privileges needed for entity store in serverless

0 commit comments

Comments
 (0)