Hi,
I am working on integrating checkpoint logs via log exporter(syslog) and detected that we are not receiving logs from “ Mobile Access” blade. I would like to have these logs in my SIEM.
We made this changes in FilterConfiguration.xml file but couldn’t succeed. Help in this context is highly appreciated :
<filters>
<filterGroup operator="and">
<field name="action" operator="and">
</field>
<field name="origin" operator="or">
</field>
<field name="product-family" operator="or">
<value operation="eq">TP</value>
<value operation="eq">Access</value>
<value operation="eq">Mobile</value>
<value operation="eq">EndPoint</value>
</field>
<field name="product" operator="or">
<value operation="eq">SmartDefense</value>
<value operation="eq">Security Gateway/Management</value>
<value operation="eq">VPN-1 & FireWall-1</value>
<value operation="eq">Mobile Access</value>
<value operation="eq">Firewall</value>
<value operation="eq">Identity Awareness</value>
</field>
</filterGroup>
</filters>
Best regards,
Antoine