Skip to content

Commit c118498

Browse files
Merge pull request #285975 from jagadish-msft/patch-2
(AzureCXP) fixes MicrosoftDocs/azure-docs#300487
2 parents 10e0d25 + 512f150 commit c118498

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-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
2828
3. **Verify that the agent is running**:
2929
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:
3030
```Kusto
31-
Heartbeat | where Category == "Azure Monitor Agent" and 'Computer' == "<computer-name>" | take 10
31+
Heartbeat | where Category == "Azure Monitor Agent" and Computer == "<computer-name>" | take 10
3232
```
3333
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.
3434
3. If not, check if you see any errors in core agent logs located at `C:\WindowsAzure\Resources\AMADataStore.<virtual-machine-name>\Configuration` on your machine

0 commit comments

Comments
 (0)