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-common-event-format.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: conceptual
14
14
ms.tgt_pltfrm: na
15
15
ms.workload: na
16
-
ms.date: 10/14/2019
16
+
ms.date: 11/26/2019
17
17
ms.author: rkarlin
18
18
19
19
---
@@ -77,10 +77,10 @@ Make sure your machine also meets the following requirements:
77
77
- Make sure you have Python running on your machine
78
78
## STEP 1: Deploy the agent
79
79
80
-
In this step, you need to select hte Linux machine that will act as a proxy between Azure Sentinel and your security solution. You will have to run a script on the proxy machine that:
81
-
- Installs the Log Analytics agent and configures it as needed to listen for Syslog messages on port 514 over TCP and send the CEF messages to your Azure Sentinel workspace.
82
-
- Configures the Syslog daemon to forward CEF messages to the Log Analytics agent using port 25226.
83
-
- Sets the Syslog agent to collect the data and send it securely to Log Analytics, where it is parsed and enriched.
80
+
In this step, you need to select the Linux machine that will act as a proxy between Azure Sentinel and your security solution. You will have to run a script on the proxy machine that:
81
+
- Installs the Log Analytics agent and configures it as needed to listen for Syslog messages.
82
+
- Configures the Syslog daemon to listen to Syslog messages using TCP port 514 and then forwards only the CEF messages to the Log Analytics agent using TCP port 25226.
83
+
- Sets the Syslog agent to collect the data and send it securely to Azure Sentinel, where it is parsed and enriched.
84
84
85
85
86
86
1. In the Azure Sentinel portal, click **Data connectors** and select **Common Event Format (CEF)** and then **Open connector page**.
0 commit comments