<?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 is not working as expected... what's missing? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-is-not-working-as-expected-what-s-missing/m-p/137370#M28270</link>
    <description>&lt;P&gt;I solved my problem.&lt;/P&gt;

&lt;P&gt;I changed transforms.conf this way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[filter_lladdresses]
REGEX = (?i)^(?=.*fe80::).*$
DEST_KEY = queue
FORMAT = nullQueue

#Removes multicast traffic (224.0.0) stuff.
[filter_multicast]
REGEX = (?i)^(?=.*224\.0\.0\.).*$
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now it works just fine.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2015 15:45:57 GMT</pubDate>
    <dc:creator>cmlombardo</dc:creator>
    <dc:date>2015-02-13T15:45:57Z</dc:date>
    <item>
      <title>Event filtering is not working as expected... what's missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-is-not-working-as-expected-what-s-missing/m-p/137369#M28269</link>
      <description>&lt;P&gt;I am pulling my hair off on this one.&lt;BR /&gt;
I am trying to remove from the windows firewall logs all the IPv6 link local and IPv4 multicast events.&lt;BR /&gt;
Here are my props and transforms files:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;PROPS.CONF

[Windows_Firewall]

TRANSFORMS-7_FilterUselessAddresses = filter_lladdresses, filter_multicast
TRANSFORMS-8_AssignToIndex = windowsfirewall_setindex_default

TRANSFORMS.CONF
[filter_lladdresses]
REGEX = (?i)^(?!.*fe80::).*$
FORMAT = sourcetype::Windows_Firewall
DEST_KEY = MetaData:Sourcetype

[filter_multicast]
REGEX = (?i)^(?!.*224\.0\.0\.).*$
FORMAT = sourcetype::Windows_Firewall
DEST_KEY = MetaData:Sourcetype


[windowsfirewall_setindex_default]
SOURCE_KEY = MetaData:Sourcetype
REGEX = (?i)^sourcetype::Windows_Firewall
DEST_KEY = _MetaData:Index
FORMAT = wf_i
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For some reasons which I can't figure out, these events are NOT filtered out.&lt;/P&gt;

&lt;P&gt;I need another set of eyes to see what is wrong...&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Claudio&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-is-not-working-as-expected-what-s-missing/m-p/137369#M28269</guid>
      <dc:creator>cmlombardo</dc:creator>
      <dc:date>2015-02-13T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Event filtering is not working as expected... what's missing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-is-not-working-as-expected-what-s-missing/m-p/137370#M28270</link>
      <description>&lt;P&gt;I solved my problem.&lt;/P&gt;

&lt;P&gt;I changed transforms.conf this way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[filter_lladdresses]
REGEX = (?i)^(?=.*fe80::).*$
DEST_KEY = queue
FORMAT = nullQueue

#Removes multicast traffic (224.0.0) stuff.
[filter_multicast]
REGEX = (?i)^(?=.*224\.0\.0\.).*$
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now it works just fine.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 15:45:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-filtering-is-not-working-as-expected-what-s-missing/m-p/137370#M28270</guid>
      <dc:creator>cmlombardo</dc:creator>
      <dc:date>2015-02-13T15:45:57Z</dc:date>
    </item>
  </channel>
</rss>

