<?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 Re: Loggraber - how to get all logs exept action=accept from CP in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170436#M186346</link>
    <description>&lt;P&gt;See the answer above in the comment.  One thing to note is that there is a bug in the OPSEC LEA SDK (i.e. the one that CheckPoint provides) that makes FW1_FILTER_RULE not work.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:01:04 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2020-09-28T16:01:04Z</dc:date>
    <item>
      <title>Loggraber - how to get all logs exept action=accept from CP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170434#M186344</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to get less logs from CheckPoint Firewall (75.4) into a Splunk server (v 6).&lt;/P&gt;

&lt;P&gt;I just want to have all logs exept &lt;STRONG&gt;action=accept&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;I tried to change filter in &lt;EM&gt;/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/fw1-loggrabber.conf&lt;/EM&gt;.&lt;/P&gt;

&lt;P&gt;For example, I add &lt;EM&gt;FW1_FILTER_RULE="action!=accept"&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;But I think it don't works because when I try a new search with Splunk, I have lot of new logs with action=accept&lt;/P&gt;

&lt;P&gt;Any idea?&lt;/P&gt;

&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170434#M186344</guid>
      <dc:creator>clanglais</dc:creator>
      <dc:date>2020-09-28T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loggraber - how to get all logs exept action=accept from CP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170435#M186345</link>
      <description>&lt;P&gt;use overrides (props &amp;amp; transforms) to filter out the unwanted events.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[opsec]
TRANSFORMS = carrot, rabbit_hole
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[rabbit_hole]
REGEX = action=accept 
DEST_KEY = queue 
FORMAT = nullQueue


[carrot]
REGEX=.
DEST_KEY = queue
FORMAT = indexQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;** ascii art (optional) **&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(\__/)
(='.'=)
(")_(")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Feb 2014 17:12:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170435#M186345</guid>
      <dc:creator>Chubbybunny</dc:creator>
      <dc:date>2014-02-28T17:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loggraber - how to get all logs exept action=accept from CP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170436#M186346</link>
      <description>&lt;P&gt;See the answer above in the comment.  One thing to note is that there is a bug in the OPSEC LEA SDK (i.e. the one that CheckPoint provides) that makes FW1_FILTER_RULE not work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:01:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170436#M186346</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2020-09-28T16:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loggraber - how to get all logs exept action=accept from CP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170437#M186347</link>
      <description>&lt;P&gt;I see,&lt;/P&gt;

&lt;P&gt;This solution Works for me, Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 08:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Loggraber-how-to-get-all-logs-exept-action-accept-from-CP/m-p/170437#M186347</guid>
      <dc:creator>clanglais</dc:creator>
      <dc:date>2014-03-03T08:50:56Z</dc:date>
    </item>
  </channel>
</rss>

