Skip to content

Commit aa89991

Browse files
authored
Update forward-syslog-monitor-agent.md
Removing distro name in the VM name
1 parent 3682159 commit aa89991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/forward-syslog-monitor-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In Microsoft Sentinel or Azure Monitor, verify that the Azure Monitor agent is r
121121

122122
```kusto
123123
Heartbeat
124-
| where Computer == "vm-ubuntu"
124+
| where Computer == "vm-linux"
125125
| take 10
126126
```
127127

@@ -179,7 +179,7 @@ After you configured your linux-based device to send logs to your VM, verify tha
179179

180180
```kusto
181181
Syslog
182-
| where Computer == "vm-ubuntu"
182+
| where Computer == "vm-linux"
183183
| summarize by HostName
184184
```
185185

0 commit comments

Comments
 (0)