Forum Discussion

zaylinhtun's avatar
zaylinhtun
Copper Contributor
Aug 29, 2021

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_zorich's avatar
    m_zorich
    Iron 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?
    • LouisMastelinck's avatar
      LouisMastelinck
      Brass Contributor
      I was thinking the same.
      A distinct on "Computer" should give better insights.

Resources