Hi,
I want to use the file FilterConfiguration.xml and only export log from only one GW.
For that I want to use the filed name origin_sic_name
My file is look like that:
<filters>
<filterGroup operator="and">
<field name="action" operator="and">
</field>
<field name="origin" operator="and">
</field>
<field name="product" operator="and">
</field>
</filterGroup>
<filterGroup operator="and">
<filed name="origin_sic_name" operator="and">
<value operation="eq">CN=NAMEOFFW</value>
</filed>
</filterGroup>
</filters>
But it do not work and export all logs from our smartLog...
Can you help me please?
Regards.