Skip to content

Commit 023705f

Browse files
authored
Update summary-rules.md
1 parent 6be4a7f commit 023705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/summary-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This section reviews common scenarios for creating summary rules in Microsoft Se
134134
135135
```kusto
136136
let csl_columnmatch=(column_name: string) {
137-
CommonSecurityLog
137+
Custom_CommonSecurityLog
138138
| where isnotempty(column_name)
139139
| extend
140140
Date = format_datetime(TimeGenerated, "yyyy-MM-dd"),

0 commit comments

Comments
 (0)