Skip to content

Commit b3ce1ea

Browse files
committed
Acrolinx fix
1 parent 64f16c6 commit b3ce1ea

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

articles/sentinel/monitor-analytics-rule-integrity.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,23 @@ This article describes how to use Microsoft Sentinel's [auditing and health moni
2424
- **Microsoft Sentinel analytics rule health logs:**
2525

2626
- This log captures events that record the running of analytics rules, and the end result of these runnings—if they succeeded or failed, and if they failed, why.
27-
- The log also records how many events were captured by the query, whether or not that number passed the threshold and caused an alert to be fired.
28-
- These logs are collected in the *SentinelHealth* table in Log Analytics.
27+
- The log also records, for each running of an analytics rule:
28+
- How many events were captured by the rule's query.
29+
- Whether the number of events passed the threshold defined in the rule, causing the rule to fire an alert.
30+
31+
These logs are collected in the *SentinelHealth* table in Log Analytics.
2932

3033
- **Microsoft Sentinel analytics rule audit logs:**
3134

32-
- This log captures events that record changes made to any analytics rule, including which rule was changed, what the change was, the state of the rule settings before and after the change, the user or identity that made the change, the source IP and date/time of the change, and more.
33-
- These logs are collected in the *SentinelAudit* table in Log Analytics.
35+
- This log captures events that record changes made to any analytics rule, including the following details:
36+
- The name of the rule that was changed.
37+
- Which properties of the rule were changed.
38+
- The state of the rule settings before and after the change.
39+
- The user or identity that made the change.
40+
- The source IP and date/time of the change.
41+
- ...and more.
42+
43+
These logs are collected in the *SentinelAudit* table in Log Analytics.
3444

3545
## Use the SentinelHealth and SentinelAudit data tables (Preview)
3646

0 commit comments

Comments
 (0)