<?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: WinEventLog:Security HeavyForwarder (filter and send to indexer) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118291#M24563</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply, finally I've change my configuration for : [host::*] and in my transforms.conf I keep only the needed events.&lt;/P&gt;

&lt;P&gt;In fact I've old Win03 but I have win08R2 on the same environement and i need to catch both events.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2014 10:28:44 GMT</pubDate>
    <dc:creator>Gilgalidd</dc:creator>
    <dc:date>2014-01-22T10:28:44Z</dc:date>
    <item>
      <title>WinEventLog:Security HeavyForwarder (filter and send to indexer)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118289#M24561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I trying to retrieve all login/off/fail on my inderxer from UniversalForwarder filtered by Heavy forwarder :&lt;/P&gt;

&lt;P&gt;UF v5.0.5 (All Security logs) &amp;gt; HF v5.0.5 (Filtering only 4642/4625/4634 events) &amp;gt; Indexer v6.0 (just index)&lt;/P&gt;

&lt;P&gt;UF : Basic install with only Security logs configured to be send&lt;/P&gt;

&lt;P&gt;HF :  Listen on and forward only&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**Props.conf :** 
[WinEventLog:Security]
TRANSFORMS-routing=winEvents_stanza

**Transforms.conf**
[winEvents_stanza]
REGEX=.*
DEST_KEY=_TCP_ROUTING
FORMAT=winEvents_group


**outputs.conf**
[tcpout]
defaultGroup=defaultGroup

[tcpout:defaultGroup]

[tcpout:winEvents_group]
server = X.X.X.X:xxxx
sendCookedData = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Indexer : index received data&lt;/P&gt;

&lt;P&gt;If i don't configure the HF (props/transforms/outpouts) the Inderxer receive all Security logs but when I try to only filter on "WinEventLog:Security", the indexer will not receive the security logs.&lt;/P&gt;

&lt;P&gt;Is HF able to understand the sourcetype WinEventLog:Security ?&lt;/P&gt;

&lt;P&gt;Any Idea ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118289#M24561</guid>
      <dc:creator>Gilgalidd</dc:creator>
      <dc:date>2014-01-17T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog:Security HeavyForwarder (filter and send to indexer)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118290#M24562</link>
      <description>&lt;P&gt;if you have old Win2003 servers, double check that the sourcetype is not WinEventLog:security (with lower case).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 18:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118290#M24562</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-01-21T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog:Security HeavyForwarder (filter and send to indexer)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118291#M24563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thanks for your reply, finally I've change my configuration for : [host::*] and in my transforms.conf I keep only the needed events.&lt;/P&gt;

&lt;P&gt;In fact I've old Win03 but I have win08R2 on the same environement and i need to catch both events.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118291#M24563</guid>
      <dc:creator>Gilgalidd</dc:creator>
      <dc:date>2014-01-22T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog:Security HeavyForwarder (filter and send to indexer)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118292#M24564</link>
      <description>&lt;P&gt;It works.&lt;BR /&gt;
Othewise for WinEventLog only, another option is to create 2 version of the stanza in props.conf &lt;BR /&gt;
&lt;CODE&gt;&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-routing=winEvents_stanza&lt;BR /&gt;
[WinEventLog:security]&lt;BR /&gt;
TRANSFORMS-routing=winEvents_stanza&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118292#M24564</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2014-01-22T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog:Security HeavyForwarder (filter and send to indexer)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118293#M24565</link>
      <description>&lt;P&gt;Oh we can do that ! Nice, maybe i will do change for it.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:23:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Security-HeavyForwarder-filter-and-send-to-indexer/m-p/118293#M24565</guid>
      <dc:creator>Gilgalidd</dc:creator>
      <dc:date>2014-01-23T07:23:12Z</dc:date>
    </item>
  </channel>
</rss>

