<?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 Changes to transforms not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102663#M21540</link>
    <description>&lt;P&gt;I am trying to prune some noise from my logs. Here are my props.conf and transforms.conf.  Any Idea what I am missing. The dhcpcd messages are still getting through.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# more props.conf
[source::/var/log/hosts]
# Transforms must be applied in this order
# to make sure events are dropped on the
# floor prior to making their way to the
# index processor
TRANSFORMS-set= setnull,setparsing
# vi transforms.conf
[sendmailnull]
REGEX = .*sendmail.*$
DEST_KEY = queue
FORMAT = nullQueue

[puppetdnull]
REGEX = .*puppetd.*
DEST_KEY = queue
FORMAT = nullQueue

[setnull]
REGEX = .*dhcpcd.*
DEST_KEY = queue
FORMAT = nullQueue            
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 02 Nov 2011 18:56:38 GMT</pubDate>
    <dc:creator>steve543</dc:creator>
    <dc:date>2011-11-02T18:56:38Z</dc:date>
    <item>
      <title>Changes to transforms not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102663#M21540</link>
      <description>&lt;P&gt;I am trying to prune some noise from my logs. Here are my props.conf and transforms.conf.  Any Idea what I am missing. The dhcpcd messages are still getting through.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# more props.conf
[source::/var/log/hosts]
# Transforms must be applied in this order
# to make sure events are dropped on the
# floor prior to making their way to the
# index processor
TRANSFORMS-set= setnull,setparsing
# vi transforms.conf
[sendmailnull]
REGEX = .*sendmail.*$
DEST_KEY = queue
FORMAT = nullQueue

[puppetdnull]
REGEX = .*puppetd.*
DEST_KEY = queue
FORMAT = nullQueue

[setnull]
REGEX = .*dhcpcd.*
DEST_KEY = queue
FORMAT = nullQueue            
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2011 18:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102663#M21540</guid>
      <dc:creator>steve543</dc:creator>
      <dc:date>2011-11-02T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to transforms not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102664#M21541</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Did you restart Splunk?&lt;/LI&gt;
&lt;LI&gt;Are the events you want to filter in just the source "/var/log/hosts"?&lt;/LI&gt;
&lt;LI&gt;It's really "dhcpcd" and not "dhcpd" you're looking for?&lt;/LI&gt;
&lt;LI&gt;What does &lt;CODE&gt;setparsing&lt;/CODE&gt; contain? Might it have something that overrides the &lt;CODE&gt;setnull&lt;/CODE&gt; settings?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 02 Nov 2011 19:36:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102664#M21541</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-11-02T19:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to transforms not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102665#M21542</link>
      <description>&lt;P&gt;Yes, I restart splunk after each edit.  Yes, all of the files are in /var/log/hosts.  Yes it is dhcpcd.  Here is a sample.  Nov  2 14:13:33 STORE00046-BACKUP dhcpcd[3207]: usb0: cannot request a link local address.  Setparsing actually is not in use anywhere.  I grabbed that config from another example in this forum.  That may be part of the problem.  I read a reference to inputs.conf somewhere but don't understand the link.&lt;BR /&gt;
I did notice that when I make the changes the volume does seem to drop (but not disappear completely) that day, then after midnight, it seems to go back up again. &lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 19:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102665#M21542</guid>
      <dc:creator>steve543</dc:creator>
      <dc:date>2011-11-02T19:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to transforms not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102666#M21543</link>
      <description>&lt;P&gt;I don't have a test setup to try this on so I cannot verify how Splunk reacts when you specify a transform that does not exist, however removing the "setparsing" reference in props.conf is definitely one step worth trying.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 20:21:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102666#M21543</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-11-02T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to transforms not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102667#M21544</link>
      <description>&lt;P&gt;Hello, does the above sendmail stanza really remove all sendmail events?? If so, I will be using it.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 15:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changes-to-transforms-not-working/m-p/102667#M21544</guid>
      <dc:creator>dmacgillivray</dc:creator>
      <dc:date>2014-07-29T15:37:07Z</dc:date>
    </item>
  </channel>
</rss>

