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.

Details

Rod Trent profile picture

Rod Trent

Released: July 20, 2020

Tables

SecurityAlert

Keywords

SecurityAlert,ProviderName

Operators

whereisnotemptydistinct

Actions