Skip to content

Commit 73c178c

Browse files
Risk scoring clarification (#7056) (#7057)
(cherry picked from commit d1b0fb2) Co-authored-by: natasha-moore-elastic <[email protected]>
1 parent 515fb1a commit 73c178c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/advanced-entity-analytics/entity-risk-scoring.asciidoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ NOTE: Entities without any alerts, or with only `Closed` alerts, are not assigne
3232

3333
[discrete]
3434
[[how-is-risk-score-calculated]]
35-
== How is risk score calculated?
35+
== How are risk scores calculated?
3636

37-
. The risk scoring engine runs hourly to aggregate `Open` and `Acknowledged` alerts from the last 30 days. For each entity, the engine processes up to 10,000 alerts.
37+
. The risk scoring engine runs hourly to aggregate `Open` and `Acknowledged` alerts from the last 30 days, including <<building-block-rule, building block alerts>>. For each entity, the engine processes up to 10,000 alerts.
3838
+
3939
NOTE: When <<turn-on-risk-engine, turning on the risk engine>>, you can choose to also include `Closed` alerts in risk scoring calculations.
4040

@@ -71,6 +71,17 @@ NOTE: Asset criticality levels and default risk weights are subject to change.
7171

7272
The risk score is updated every hour based on the configured date and time range, which defaults to 30 days. Each update generates a new score, calculated independently of any previous scores.
7373

74+
[discrete]
75+
[[residual-risk]]
76+
=== Residual risk score
77+
78+
In some cases, entities can retain a residual risk score:
79+
80+
* If all alerts for an entity are closed
81+
* If all of the entity's open alerts fall outside of the configured date and time range
82+
83+
In these situations, the entity retains its last computed risk score until a new alert causes the score to be recalculated.
84+
7485
.Click for a risk score calculation example
7586
[%collapsible]
7687
====

0 commit comments

Comments
 (0)