Query Details
SecurityAlert | where ProviderName contains "ASI" | summarize count() by DisplayName
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.

Rod Trent
Released: June 11, 2020
Tables
Keywords
Operators