You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/connect-cef-verify.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,21 @@ The validation script performs the following checks:
67
67
68
68
1. Checks if there are any security enhancements on the machine that might be blocking network traffic (such as a host firewall).
69
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:
70
+
1. Checks that the syslog daemon (rsyslog) is properly configured to send messages that it identifies as CEF (using a regex) to the Log Analytics agent on TCP port 25226:
1. Checks that the syslog daemon is receiving data on port 514
78
+
79
+
1. Checks that the necessary connections are established: tcp 514 for receiving data, tcp 25226 for internal communication between the syslog daemon and the Log Analytics agent
80
+
81
+
1. Sends MOCK data to port 514 on localhost. This data should be observable in the Azure Sentinel workspace by running the following query:
82
+
83
+
CommonSecurityLog
84
+
| where DeviceProduct == "MOCK" |
71
85
72
86
# [syslog-ng daemon](#tab/syslogng)
73
87
@@ -95,8 +109,22 @@ The validation script performs the following checks:
95
109
96
110
1. Checks if there are any security enhancements on the machine that might be blocking network traffic (such as a host firewall).
97
111
98
-
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:
112
+
1. Checks that the syslog daemon (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:
1. Checks that the syslog daemon is receiving data on port 514
121
+
122
+
1. Checks that the necessary connections are established: tcp 514 for receiving data, tcp 25226 for internal communication between the syslog daemon and the Log Analytics agent
123
+
124
+
1. Sends MOCK data to port 514 on localhost. This data should be observable in the Azure Sentinel workspace by running the following query:
0 commit comments