Skip to content

Commit 4000051

Browse files
authored
Update unified-connector-cef-device.md
Added instructions for Fortinet Fortigate
1 parent b6fdb76 commit 4000051

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/sentinel/unified-connector-cef-device.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@ Set your security solution to send syslog messages in CEF format to the proxy ma
176176

177177
In ForgeRock, install and configure this Common Audit (CAUD) for Microsoft Sentinel per the documentation at https://github.com/javaservlets/SentinelAuditEventHandler. Next, in Azure, follow the steps to configure the CEF via AMA data connector.
178178

179+
## Fortinet
180+
181+
Set your Fortinet to send Syslog messages in CEF format to the proxy machine. Make sure you to send the logs to port 514 TCP on the machine’s IP address.<br/><br/>Copy the CLI commands below and:<br/>
182+
- Replace \"server &lt;ip address&gt;\" with the Syslog agent's IP address.<br/>
183+
- Set the \"&lt;facility_name&gt;\" to use the facility you configured in the Syslog agent (by default, the agent sets this to local4).<br/>
184+
- Set the Syslog port to 514, the port your agent uses.<br/>
185+
- To enable CEF format in early FortiOS versions, you may need to run the command \"set csv disable\".<br/>For more information, go to the [Fortinet Document Library](https://aka.ms/asi-syslog-fortinet-fortinetdocumentlibrary), choose your version, and use the \"Handbook\" and \"Log Message Reference\" PDFs.<br/>
186+
187+
[Learn more >](https://aka.ms/CEF-Fortinet)
188+
189+
Set up the connection using the CLI to run the following commands:
190+
`config log syslogd setting/n set status enable/nset format cef/nset port 514/nset server <ip_address_of_Receiver>/nend`
191+
179192
## iboss
180193

181194
Set your Threat Console to send syslog messages in CEF format to your Azure workspace. Make note of your **Workspace ID** and **Primary Key** within your Log Analytics workspace. Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select **Agents management** in the **Settings** section.

0 commit comments

Comments
 (0)