<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic log exporter fieldmapping.xml - how to exclusions? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/log-exporter-fieldmapping-xml-how-to-exclusions/m-p/211931#M8481</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to understand how to exclude certain log fields of certain blades.&lt;/P&gt;&lt;P&gt;As far as i unterstand and according to &lt;SPAN&gt;sk122323,&amp;nbsp;&lt;/SPAN&gt;you add a filterGroup to the fieldmapping.xml, so this is what i came up with so far:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;filterGroup operator="and"&amp;gt;
	&amp;lt;!-- Firewall blade --&amp;gt;
	&amp;lt;product name="Firewall" operator="and"&amp;gt;
		&amp;lt;field name="layer_name" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="layer_uuid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="logid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="nat_addtnl_rulenum" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="parent_rule" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
	&amp;lt;/product&amp;gt;
	&amp;lt;!-- HTTPS Inspection blade --&amp;gt;
	&amp;lt;product name="HTTPS Inspection" operator="and"&amp;gt;
		&amp;lt;field name="https_inspection_rule_id" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="service" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="proto" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="ifdir" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
	&amp;lt;/product&amp;gt;
	&amp;lt;!-- Threat Emulation blade --&amp;gt;
	&amp;lt;product name="Threat Emulation" operator="and"&amp;gt;
		&amp;lt;field name="file_sha1" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="file_sha256" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="layer_uuid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
		&amp;lt;/field&amp;gt;
	&amp;lt;/product&amp;gt;
&amp;lt;/filterGroup&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Am i on the right track? I feel like this is not a difficult task, but i&amp;nbsp;cant wrap my head around about what the interpreter expects.&lt;/P&gt;&lt;P&gt;Has someone done this before and can give me some advise?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 08:04:06 GMT</pubDate>
    <dc:creator>Ambross</dc:creator>
    <dc:date>2024-04-22T08:04:06Z</dc:date>
    <item>
      <title>log exporter fieldmapping.xml - how to exclusions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/log-exporter-fieldmapping-xml-how-to-exclusions/m-p/211931#M8481</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i would like to understand how to exclude certain log fields of certain blades.&lt;/P&gt;&lt;P&gt;As far as i unterstand and according to &lt;SPAN&gt;sk122323,&amp;nbsp;&lt;/SPAN&gt;you add a filterGroup to the fieldmapping.xml, so this is what i came up with so far:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;filterGroup operator="and"&amp;gt;
	&amp;lt;!-- Firewall blade --&amp;gt;
	&amp;lt;product name="Firewall" operator="and"&amp;gt;
		&amp;lt;field name="layer_name" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="layer_uuid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="logid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="nat_addtnl_rulenum" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="parent_rule" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
	&amp;lt;/product&amp;gt;
	&amp;lt;!-- HTTPS Inspection blade --&amp;gt;
	&amp;lt;product name="HTTPS Inspection" operator="and"&amp;gt;
		&amp;lt;field name="https_inspection_rule_id" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="service" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="proto" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="ifdir" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
	&amp;lt;/product&amp;gt;
	&amp;lt;!-- Threat Emulation blade --&amp;gt;
	&amp;lt;product name="Threat Emulation" operator="and"&amp;gt;
		&amp;lt;field name="file_sha1" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="file_sha256" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;field name="layer_uuid" operator="or"&amp;gt;&amp;lt;/field&amp;gt;
		&amp;lt;required&amp;gt;false&amp;lt;/required&amp;gt;
		&amp;lt;/field&amp;gt;
	&amp;lt;/product&amp;gt;
&amp;lt;/filterGroup&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Am i on the right track? I feel like this is not a difficult task, but i&amp;nbsp;cant wrap my head around about what the interpreter expects.&lt;/P&gt;&lt;P&gt;Has someone done this before and can give me some advise?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 08:04:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/log-exporter-fieldmapping-xml-how-to-exclusions/m-p/211931#M8481</guid>
      <dc:creator>Ambross</dc:creator>
      <dc:date>2024-04-22T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: log exporter fieldmapping.xml - how to exclusions?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/log-exporter-fieldmapping-xml-how-to-exclusions/m-p/211943#M8482</link>
      <description>&lt;P&gt;AFAIK the filter configuration of log exporter is to exclude entire logs and not specific fields.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 09:53:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/log-exporter-fieldmapping-xml-how-to-exclusions/m-p/211943#M8482</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2024-04-22T09:53:59Z</dc:date>
    </item>
  </channel>
</rss>

