Query Details

Dataproviders

Query

//Listing all Data providers
SecurityAlert
| where isnotempty(ProviderName)
| distinct ProviderName

Explanation

This query lists all the data providers in the SecurityAlert table and removes any duplicates.