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