Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 254 Bytes

get-latest-heartbeat-record-per-computer-ip.md

File metadata and controls

9 lines (8 loc) · 254 Bytes

Get the latest heartbeat record per computer IP

#arg_max

This example returns the last heartbeat record for each computer IP.

Heartbeat
| summarize arg_max(TimeGenerated, *) by ComputerIP