Forum Discussion
zaylinhtun
Aug 29, 2021Copper Contributor
Log Analytics Agents Management
Dear All, I deployed LA agents in my organization and when I checked the LA agents management, i saw 75 (windows -70 and Linux -5) connected. But when I check with KQL Heart Beat, some computers ...
m_zorich
Aug 30, 2021Iron Contributor
Is it possible multiple entries as the agent updates? If you query for the latest record for each Computer -
Heartbeat
| summarize arg_max(TimeGenerated, *) by Computer
What do you see?
Heartbeat
| summarize arg_max(TimeGenerated, *) by Computer
What do you see?
- LouisMastelinckAug 30, 2021Copper ContributorI was thinking the same.
A distinct on "Computer" should give better insights.