Direct Agent
Query
Heartbeat
| where Category == "Direct Agent"
| distinct Computer , Category , OSType , OSMajorVersion , OSMinorVersionExplanation
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
Released: March 8, 2024
Tables
Heartbeat
Keywords
HeartbeatCategoryDirect AgentComputerOSTypeOSMajorVersionOSMinorVersion
Operators
where==distinct