Dataproviders
Query
//Listing all Data providers
SecurityAlert
| where isnotempty(ProviderName)
| distinct ProviderNameExplanation
This query lists all the data providers in the SecurityAlert table and removes any duplicates.
Query Details
//Listing all Data providers
SecurityAlert
| where isnotempty(ProviderName)
| distinct ProviderNameThis query lists all the data providers in the SecurityAlert table and removes any duplicates.