Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
zposz
Explorer

Firewall R80.30 Log Exporter Configuration Help

Hello I am trying to send my CP Firewall logs to Azure and in order to reduce cost we are trying to tune which logs we are actually sending. I have been using the link below to try and set this up and I can't quite get it to work properly. 
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...

I am trying to exclude specific logs using destination ip, source ip and port. It is still exporting the logs.

This is what I have in my FilterConfiguration.xml. I have excluded the real IPs for security purposes.

<filters>
        <filterGroup operator="and">
                <field name="action" operator="and">
                </field>
                <field name="origin" operator="and">
                </field>
                <field name="product" operator="and">
                </field>
                <field name="dst_ip" operator="and">
                        <value operation="neq">1.2.3.4</value>
                </field>
                <field name="src_ip" operator="and">
                        <value operation="neq">1.2.3.4</value>
                </field>
				<field name="s_port" operator="and">
                        <value operation="neq">443</value>
                </field>
        </filterGroup>
</filters>

 

 

 

0 Kudos
1 Reply
zposz
Explorer

I ended up figuring this out on my own. Though it states that dst_ip and src_ip are available fields. It only worked if I used dst and src instead.

0 Kudos

Leaderboard

Epsum factorial non deposit quid pro quo hic escorol.

Upcoming Events

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82

    Tue 23 Apr 2024 @ 11:00 AM (EDT)

    East US: What's New in R82

    Thu 25 Apr 2024 @ 11:00 AM (SGT)

    APAC: CPX 2024 Recap

    Tue 30 Apr 2024 @ 03:00 PM (CDT)

    EMEA: CPX 2024 Recap

    Thu 02 May 2024 @ 11:00 AM (SGT)

    APAC: What's new in R82
    CheckMates Events