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 are duplicated with different OS names and versions in the same host. I've attached the file for your reference. How can be possible and how can I solve these issues?
Thanks all, Stay Safe.
- m_zorichIron ContributorIs 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?- LouisMastelinckBrass ContributorI was thinking the same.
A distinct on "Computer" should give better insights.