Skip to content

Commit a6e8c38

Browse files
Merge pull request #231959 from SwathiDhanwada-MSFT/patch-74
(AzureCXP) fixes MicrosoftDocs/azure-docs#106971
2 parents e646e22 + 11608e6 commit a6e8c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-linux-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
3232
3. **Verify that the agent is running**:
3333
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:
3434
```Kusto
35-
Heartbeat | where Category == "Azure Monitor Agent" and 'Computer' == "<computer-name>" | take 10
35+
Heartbeat | where Category == "Azure Monitor Agent" and Computer == "<computer-name>" | take 10
3636
```
3737
2. Check if the agent service is running
3838
```

0 commit comments

Comments
 (0)