Skip to content

Commit ee83c58

Browse files
Merge pull request #216109 from SwathiDhanwada-MSFT/patch-54
(AzureCXP) fixes MicrosoftDocs/azure-docs#100355
2 parents 2cb3ff9 + e046287 commit ee83c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-windows-arc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
4242
3. **Verify that the agent is running**:
4343
1. Check if the agent is emitting heartbeat logs to Log Analytics workspace using the query below. Skip if 'Custom Metrics' is the only destination in the DCR:
4444
```Kusto
45-
Heartbeat | where Category == "Azure Monitor Agent" and 'Computer' == "<computer-name>" | take 10
45+
Heartbeat | where Category == "Azure Monitor Agent" and Computer == "<computer-name>" | take 10
4646
```
4747
2. If not, open Task Manager and check if 'MonAgentCore.exe' process is running. If it is, wait for 5 minutes for heartbeat to show up.
4848
3. If not, check if you see any errors in core agent logs located at `C:\Resources\Directory\AMADataStore\Configuration` on your machine

0 commit comments

Comments
 (0)