Skip to content

Commit 3fb30d2

Browse files
committed
Introducing tabs
1 parent 63b7f22 commit 3fb30d2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

articles/sentinel/connect-cef-verify.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,36 @@ Be aware that it may take about 20 minutes until your logs start to appear in **
4141

4242
The validation script performs the following checks:
4343

44+
# [rsyslog daemon](#tab/rsyslog)
45+
46+
1. Checks that the file<br>
47+
`/etc/opt/microsoft/omsagent/[WorkspaceID]/conf/omsagent.d/security_events.conf`<br>
48+
exists and is valid.
49+
50+
1. Checks that the file includes the following text:
51+
52+
<source>
53+
type syslog
54+
port 25226
55+
bind 127.0.0.1
56+
protocol_type tcp
57+
tag oms.security
58+
format /(?<time>(?:\w+ +){2,3}(?:\d+:){2}\d+|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.[\w\-\:\+]{3,12}):?\s*(?:(?<host>[^: ]+) ?:?)?\s*(?<ident>.*CEF.+?(?=0\|)|%ASA[0-9\-]{8,10})\s*:?(?<message>0\|.*|.*)/
59+
<parse>
60+
message_format auto
61+
</parse>
62+
</source>
63+
64+
<filter oms.security.**>
65+
type filter_syslog_security
66+
</filter>
67+
68+
1. Checks if there are any security enhancements on the machine that might be blocking network traffic (such as a host firewall).
69+
70+
1. Checks that the syslog daemon (rsyslog or syslog-ng) is properly configured to send messages that it identifies as CEF (using a regex) to the Log Analytics agent on TCP port 25226:
71+
72+
# [syslog-ng daemon](#tab/syslogng)
73+
4474
1. Checks that the file<br>
4575
`/etc/opt/microsoft/omsagent/[WorkspaceID]/conf/omsagent.d/security_events.conf`<br>
4676
exists and is valid.
@@ -68,6 +98,8 @@ The validation script performs the following checks:
6898
1. Checks that the syslog daemon (rsyslog or syslog-ng) is properly configured to send messages that it identifies as CEF (using a regex) to the Log Analytics agent on TCP port 25226:
6999

70100

101+
---
102+
71103
## Next steps
72104
In this document, you learned how to connect CEF appliances to Azure Sentinel. To learn more about Azure Sentinel, see the following articles:
73105
- Learn how to [get visibility into your data, and potential threats](quickstart-get-visibility.md).

0 commit comments

Comments
 (0)