Skip to content

Commit 8592034

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#115220
Updated line number 372 From tcpdump -i any port 514 -A vv & To tcpdump -i any port 514 -A -vv &
1 parent 09a0a20 commit 8592034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/connect-cef-ama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ This example collects events for:
369369
1. To capture messages sent from a logger or a connected device, run this command in the background:
370370
371371
```
372-
tcpdump -i any port 514 -A vv &
372+
tcpdump -i any port 514 -A -vv &
373373
```
374374
1. After you complete the validation, we recommend that you stop the `tcpdump`: Type `fg` and then select <kbd>Ctrl</kbd>+<kbd>C</kbd>.
375375
1. To send demo messages, do one of the following:

0 commit comments

Comments
 (0)