You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/monitor-analytics-rule-integrity.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,23 @@ This article describes how to use Microsoft Sentinel's [auditing and health moni
24
24
-**Microsoft Sentinel analytics rule health logs:**
25
25
26
26
- 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.
- 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.
34
44
35
45
## Use the SentinelHealth and SentinelAudit data tables (Preview)
0 commit comments