<?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: Transforming Frowarded WinEvents in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174210#M35071</link>
    <description>&lt;P&gt;Yes, I should have been more specific. I am transforming on the indexer. I want to be able to transform any parts of the events. To send all WinEventLog:Security to the null queue for example.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2013 19:47:33 GMT</pubDate>
    <dc:creator>jwarfel</dc:creator>
    <dc:date>2013-12-10T19:47:33Z</dc:date>
    <item>
      <title>Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174208#M35069</link>
      <description>&lt;P&gt;Scenario:&lt;BR /&gt;
Multiple WinHosts forwarding logs to separate Linux indexers using Splunk Forwarders.&lt;/P&gt;

&lt;P&gt;Objective:&lt;BR /&gt;
The ability to transform WinEvents using transforms.conf and props.conf&lt;/P&gt;

&lt;P&gt;Situation:&lt;BR /&gt;
Transforming data from local sources, such as syslog works without error. Transforming the forwarded events is not working. I am wondering if I need to specify the forwarded data in inputs.conf?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 18:57:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174208#M35069</guid>
      <dc:creator>jwarfel</dc:creator>
      <dc:date>2013-12-10T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174209#M35070</link>
      <description>&lt;P&gt;What parts of the events do you want transform, and why?&lt;/P&gt;

&lt;P&gt;In any case, you do know that the props/transforms settings should be configured on the indexer, right?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 19:27:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174209#M35070</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-12-10T19:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174210#M35071</link>
      <description>&lt;P&gt;Yes, I should have been more specific. I am transforming on the indexer. I want to be able to transform any parts of the events. To send all WinEventLog:Security to the null queue for example.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 19:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174210#M35071</guid>
      <dc:creator>jwarfel</dc:creator>
      <dc:date>2013-12-10T19:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174211#M35072</link>
      <description>&lt;P&gt;What version of splunk are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 20:03:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174211#M35072</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-10T20:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174212#M35073</link>
      <description>&lt;P&gt;Version = 5.0.2&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 20:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174212#M35073</guid>
      <dc:creator>jwarfel</dc:creator>
      <dc:date>2013-12-10T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174213#M35074</link>
      <description>&lt;P&gt;Well, if you want to be rid of all &lt;CODE&gt;WinEventLog:Security&lt;/CODE&gt;, it's probably better to not monitor them in the first place. Other than that, it could be done like;&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-blah = discard
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[discard]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is not working for you?&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 20:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174213#M35074</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-12-10T20:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174214#M35075</link>
      <description>&lt;P&gt;Here is a good example of filtering security events (in case you want to keep some of them).&lt;BR /&gt;
Just remember the order is important - send to nullQueue first:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/29218/filtering-windows-event-logs"&gt;http://answers.splunk.com/answers/29218/filtering-windows-event-logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 21:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174214#M35075</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-10T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174215#M35076</link>
      <description>&lt;P&gt;No, that is not working for me. I think it has something to do with the events being forwarded.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 21:02:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174215#M35076</guid>
      <dc:creator>jwarfel</dc:creator>
      <dc:date>2013-12-10T21:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174216#M35077</link>
      <description>&lt;P&gt;This is not working either.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174216#M35077</guid>
      <dc:creator>jwarfel</dc:creator>
      <dc:date>2013-12-10T22:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming Frowarded WinEvents</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174217#M35078</link>
      <description>&lt;P&gt;Filtering windows events is a very common practice.  It does work - I do it myself.&lt;BR /&gt;
But, there are a number of things that can go wrong.&lt;BR /&gt;
What exactly is the sourcetype?  Where are you placing the configs, which files, and what are the configs?&lt;BR /&gt;
Why do you think there is something wrong with the forwarded data - windows security logs are standard, but they can come from at least two different sources.&lt;BR /&gt;
Did you restart Splunk on the indexer after you made the changes?&lt;BR /&gt;
Lastly, you do know that these changes will not affect logs already indexed right?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 22:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforming-Frowarded-WinEvents/m-p/174217#M35078</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-12-10T22:57:06Z</dc:date>
    </item>
  </channel>
</rss>

