<?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 Windows EventLogs in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192099#M23552</link>
    <description>&lt;P&gt;Is it possible to send specific EventCodes to a different index other than the specified index.  I want to send some application specific EventCodes to an application specific index that is not the default EventLog index.&lt;/P&gt;

&lt;P&gt;For example.&lt;/P&gt;

&lt;P&gt;EventCode 1-1000 goto index A&lt;BR /&gt;
EventCode 10000-11000 go to index b&lt;/P&gt;

&lt;P&gt;Is this possible?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2013 17:25:32 GMT</pubDate>
    <dc:creator>mileven</dc:creator>
    <dc:date>2013-12-30T17:25:32Z</dc:date>
    <item>
      <title>Windows EventLogs</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192099#M23552</link>
      <description>&lt;P&gt;Is it possible to send specific EventCodes to a different index other than the specified index.  I want to send some application specific EventCodes to an application specific index that is not the default EventLog index.&lt;/P&gt;

&lt;P&gt;For example.&lt;/P&gt;

&lt;P&gt;EventCode 1-1000 goto index A&lt;BR /&gt;
EventCode 10000-11000 go to index b&lt;/P&gt;

&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2013 17:25:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192099#M23552</guid>
      <dc:creator>mileven</dc:creator>
      <dc:date>2013-12-30T17:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Windows EventLogs</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192100#M23553</link>
      <description>&lt;P&gt;perhaps this post may assist you:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/27781/distribute-data-from-one-source-to-different-indexes"&gt;http://answers.splunk.com/answers/27781/distribute-data-from-one-source-to-different-indexes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2013 17:29:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192100#M23553</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2013-12-30T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Windows EventLogs</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192101#M23554</link>
      <description>&lt;P&gt;also see the part that says "Route specific events to a different index" here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Setupmultipleindexes"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Setupmultipleindexes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2013 17:33:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192101#M23554</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2013-12-30T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Windows EventLogs</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192102#M23555</link>
      <description>&lt;P&gt;To answer your question... Yes, it is possible. This is the documentation you require: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Setupmultipleindexes#Route%5C_specific%5C_events%5C_to%5C_a%5C_different_index"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Indexer/Setupmultipleindexes#Route\_specific\_events\_to\_a\_different_index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You would have to modify your &lt;STRONG&gt;REGEX&lt;/STRONG&gt; statement in your transforms.conf to grab the events you require:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   [&amp;lt;transforms_A&amp;gt;]
    REGEX = EventCode:([0-9]{1,3}|1000)
    DEST_KEY = _MetaData:Index
    FORMAT = indexA

    [&amp;lt;transforms_B&amp;gt;]
    REGEX = EventCode:1(0[0-9]{3}|1000)
    DEST_KEY = _MetaData:Index
    FORMAT = indexB
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might have to play around with the regex statements provided in example&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2014 21:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Windows-EventLogs/m-p/192102#M23555</guid>
      <dc:creator>Adrian</dc:creator>
      <dc:date>2014-01-04T21:44:59Z</dc:date>
    </item>
  </channel>
</rss>

