Skip to content

Commit 73b7a7b

Browse files
committed
time saved
1 parent 99e2968 commit 73b7a7b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/sentinel/get-visibility.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,24 @@ You see different types of automation data under **Automation**.
3838

3939
:::image type="content" source="./media/qs-get-visibility/automation.png" alt-text="Screenshot of the Automation section in the Microsoft Sentinel Overview page." lightbox="./media/qs-get-visibility/automation.png":::
4040

41-
- At the top, you see a summary of the automation rules activity: Incidents closed by automation, the time the automation saved, and related playbooks health.
41+
- At the top, you see a summary of the automation rules activity: Incidents closed by automation, the time the automation saved, and related playbooks health.
42+
43+
Microsoft Sentinel calculates the time saved by automation by finding the average time that a single automation saved, multiplied by the number of incident that were resolved by automation. The formula is as follows:
44+
45+
`(avgWithout - avgWith) * resolvedByAutomation`
46+
47+
Where:
48+
49+
- **avgWithout** is the average time it takes for an incident to be resolved without automation.
50+
- **avgWith** is the average time it takes for an incident to be resolved by automation.
51+
- **resolvedByAutomation** is the number of incidents that are resolved by automation.
52+
53+
4254
- Below the summary, a graph summarizes the numbers of actions performed by automation, by type of action.
55+
4356
- At the bottom, you can find a count of the active automation rules with a link to the automation blade.
4457

58+
4559
### View status of data records, data collectors, and threat intelligence
4660

4761
You see different types of data on data records, data collectors, and threat intelligence under **Data**.

0 commit comments

Comments
 (0)