Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
Veeraselvam_man
Contributor

Log Exporter - Gateway Specific option

Hi all,

I am using a third-party tool to generate bandwidth reports using Syslog data, We are managing 6 gateways in the management server, Is there any way to send the selected gateway's Syslog data into a third-party tool using "cp_log_export " command?

Currently, we are using the below command to send the Syslog data to the third party tool :
cp_log_export add name <name> target-server <Firewall Analyzer IP address> target-port 1514 protocol udp format cef

The problem is above command sending all the gateway Syslog data into a third-party tool.

Regards,
Veera

0 Kudos
1 Reply
Eduardo_Eiros
Contributor

Hi

You will have to use the filter configuration file located under each deployment folder: $EXPORTERDIR/targets/<deployment-name>/conf/FilterConfiguration.xml

Something like this should work, using the Main IP of selected gateways

<filters>
<filterGroup operator="and">
<field name="action" operator="and">
</field>
<field name="origin" operator="or">
<value operation="eq">1.2.3.1</value>
<value operation="eq">1.2.3.2</value>
</field>
<field name="product" operator="and">
</field>
</filterGroup>
</filters>

Regards

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