Closed Ziy-sws closed 4 years ago
Hi is there any feedback on this yet?
@Ziy-sws - It seems you are getting the Sophos Firewall data in Azure Sentinel but the data connector is showing as not connected. The Sophos connector has a parser to ensure the data is parsed for easily leveraging in Azure Sentinel workbooks, and other features. Can you check if you have installed the Kusto Function for this data connector at https://github.com/Azure/Azure-Sentinel/blob/master/Parsers/SophosXGFirewall/SophosXGFirewall.txt as the Sophos data connector documentation also mentions the same?
Hi @Ziy-sws - Does it now show as connected after installing the Kusto Function mentioned? If yes, I'll go ahead and resolve/close this issue.
Hi, it showed connected after installing the function, thank you
Do we need which to write here the syslog server or the IP address of the Sophos FW device?
Which one should we write? IP or hostname? @preetikr
For example: | where Computer in **("server1, server2**") and Facility == "local0"
Hi, it showed connected after installing the function, thank you
How did you install it? Is it just save as a function or other things to do. @Ziy-sws
@ceritmustafa Generally, it is the hostname. Check in log analytics what type of value is generating in computer attribute.
Do we need which to write here the syslog server or the IP address of the Sophos FW device?
Which one should we write? IP or hostname? @preetikr
For example: | where Computer in **("server1, server2**") and Facility == "local0"
can anyone help with this?
Hi
I am attempting to setup the Sophos XG data connector for Sentinel. I have successfully setup the syslog server where the firewall is sending its log information to. The firewall is sending Alerts and Information via the DAEMON facility to a syslog server in Azure. The Syslog server has the MMA agent installed correctly, and logs are being stored in the Azure Sentinel work space, showing logs from the firewall. The syslog data connector is active and green but the Sophos data connector is still not active.
For both connectors the correct facilities are being ticked under advanced settings. I am not sure what the problem is, any thoughts or tips?