Skip to content

Commit

Permalink
Create NoNewOpenIncidents24hrs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-trent authored Nov 4, 2021
1 parent 50d381e commit fa97c6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NoNewOpenIncidents24hrs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//Number of new, open Incidents in the last 24 hours

SecurityIncident
| where TimeGenerated > ago(1d)
| summarize arg_max(TimeGenerated, Status, Severity, Owner, AdditionalData) by IncidentNumber
| where Status == "New"
| summarize count() by Status

0 comments on commit fa97c6c

Please sign in to comment.