Analytics Rules Runby Times
Query
SecurityAlert
| where ProviderName contains "ASI"
| summarize count() by DisplayNameExplanation
This query is looking at a dataset called SecurityAlert and filtering it to only include records where the ProviderName contains the letters "ASI". It then groups the remaining records by the DisplayName field and counts how many records are in each group.
Details

Rod Trent
Released: June 11, 2020
Tables
SecurityAlert
Keywords
SecurityAlertProviderNameASIDisplayName
Operators
wherecontainssummarizecount()by