Azure Monitoring Agent installed & connected, but not sending heartbeats or logs to Analytics workspace. Although it was sending logs and heartbeat before.

Anonymous
2023-11-29T08:15:06.5866667+00:00

The Azure Monitoring Agent is installed and connected, indicating a functioning state. However, it's currently not transmitting heartbeats or logs to the Azure Analytics workspace, even though it was successfully doing so in the past.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-12-01T22:16:46.19+00:00

    Hi @Anonymous

    Use the following query to view the heartbeats the agent was last successfully sent.

    Heartbeat
    | where Category == "Azure Monitor Agent"
    | take 10
    | order by TimeGenerated desc
    

    But I suggest using the AgentTroubleshooter tool that's installed along the agent to help isolate the issue, see Use Azure Monitor Troubleshooter - Azure Monitor | Microsoft Learn. Obtaining the logs will better help determine what the underlying issue. Feel free to share the results in a comment below for better assistance.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.