Query Details

Direct Agent

Query

Heartbeat
| where Category == "Direct Agent"
| distinct Computer , Category , OSType , OSMajorVersion , OSMinorVersion

Explanation

This query is looking at the Heartbeat data and filtering for only the "Direct Agent" category. It then selects unique values for Computer, Category, OSType, OSMajorVersion, and OSMinorVersion.

Details

Rod Trent profile picture

Rod Trent

Released: March 8, 2024

Tables

Heartbeat

Keywords

Heartbeat,Category,DirectAgent,Computer,OSType,OSMajorVersion,OSMinorVersion

Operators

where==distinct

Actions