<?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: Event filtering on Heavy-Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454218#M95022</link>
    <description>&lt;P&gt;Tried and was unsuccessful ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  &lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 02:39:37 GMT</pubDate>
    <dc:creator>muhammadalavi19</dc:creator>
    <dc:date>2019-07-03T02:39:37Z</dc:date>
    <item>
      <title>Event filtering on Heavy-Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454214#M95018</link>
      <description>&lt;P&gt;Hi guys &lt;BR /&gt;
I have a multi tier Splunk implementation as following : &lt;/P&gt;

&lt;P&gt;Syslog ----&amp;gt; Heavy-Forwarder ----&amp;gt; Indexer&lt;BR /&gt;
Universal Forwarder ------&amp;gt; Heavy-Forwarder ----&amp;gt; Indexer&lt;/P&gt;

&lt;P&gt;Regarding that i need an event filtering on the HF . The event in question is Cisco ACS event and i want to ignore system statistics logs of mentioned product . So I've build the following configuration : &lt;/P&gt;

&lt;P&gt;props.conf &lt;BR /&gt;
[udp://192.168.110.30:516]&lt;BR /&gt;
TRANSFORMS-set = Cisco_ACS&lt;/P&gt;

&lt;P&gt;tranforms.conf&lt;BR /&gt;
[Cisco_ACS]&lt;BR /&gt;
REGEX = System-Stats&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;Following you can see an example of such log : &lt;BR /&gt;
Jul 2 20:44:02 192.168.110.30 Jul 2 16:14:02 ACS CSCOacs_System_Statistics 0000028700 1 0 2019-07-02 16:14:02.670 +00:00 0000099874 70000 NOTICE System-Stats: ACS Utilization, ACSVersion=acs-5.8.1.4-B.462.x86_64, ConfigVersionId=5, SysStatsUtilizationCpu=5.48%, SysStatsUtilizationNetwork=eth0: rcvd = 10045\; sent = 1547, SysStatsUtilizationMemory=39.72%, SysStatsUtilizationDiskIO=0.74%, SysStatsUtilizationDiskSpace=21.19% /opt/CSCOacs/runtime, SysStatsUtilizationDiskSpace=24.82% /, SysStatsUtilizationDiskSpace=12.35% /boot, SysStatsUtilizationDiskSpace=8.29% /home, SysStatsUtilizationDiskSpace=7.44% /localdisk, SysStatsUtilizationDiskSpace=21.19% /opt, SysStatsUtilizationDiskSpace=6.84% /storedconfig, SysStatsUtilizationDiskSpace=7.97% /tmp, SysStatsUtilizationDiskSpace=16.39% /var, AverageRadiusRequestLatency=0, AverageTacacsRequestLatency=0, DeltaRadiusRequestCount=0, DeltaTacacsRequestCount=0, &lt;/P&gt;

&lt;P&gt;So i need to filter any log containing "System-Stats" . but my configuration is not working . I guess there is a problem in my REGEX syntax . I need help seriously .&lt;/P&gt;

&lt;P&gt;Thanks in advance.  &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454214#M95018</guid>
      <dc:creator>muhammadalavi19</dc:creator>
      <dc:date>2020-09-30T01:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Event filtering on Heavy-Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454215#M95019</link>
      <description>&lt;P&gt;tranforms.conf&lt;BR /&gt;
[Cisco_ACS]&lt;BR /&gt;
REGEX = System-Stats:&lt;/P&gt;

&lt;P&gt;Try this.&lt;BR /&gt;
thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 18:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454215#M95019</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2019-07-02T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Event filtering on Heavy-Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454216#M95020</link>
      <description>&lt;P&gt;Is udp://192.168.110.30:516 the sourcetype for this data? That is what your props.conf indicates. If not, you may need to replace that with something else, such as one of the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#Sourcetype:
[cisco:acs]

#Source:
[source::udp://192.168.110.30:516]

#Host:
[host::192.168.110.30]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jul 2019 20:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454216#M95020</guid>
      <dc:creator>spayneort</dc:creator>
      <dc:date>2019-07-02T20:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Event filtering on Heavy-Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454217#M95021</link>
      <description>&lt;P&gt;Yes the source is what mentioned in props.conf and it's true. &lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 02:37:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454217#M95021</guid>
      <dc:creator>muhammadalavi19</dc:creator>
      <dc:date>2019-07-03T02:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Event filtering on Heavy-Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454218#M95022</link>
      <description>&lt;P&gt;Tried and was unsuccessful ! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 02:39:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-on-Heavy-Forwarder/m-p/454218#M95022</guid>
      <dc:creator>muhammadalavi19</dc:creator>
      <dc:date>2019-07-03T02:39:37Z</dc:date>
    </item>
  </channel>
</rss>

