<?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 Trying to send WindowsEventlogs to different index in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187055#M53909</link>
    <description>&lt;P&gt;Currently trying to limit logs out of the application, security, and system logs.  I want to send only application and system critical/error to one index and security to a different index.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
index=machine&lt;BR /&gt;
[WinEventLog://System]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
index=machine&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[WinEventLog:Application]&lt;BR /&gt;
TRANSFORMS-FilterEvents =  Win_App_Log_FilterErrorEvents&lt;/P&gt;

&lt;P&gt;[WinEventLog:System]&lt;BR /&gt;
TRANSFORMS-FilterEvents =  Win_Sys_Log_FilterErrorEvent&lt;/P&gt;

&lt;P&gt;transform.conf&lt;/P&gt;

&lt;P&gt;[Win_App_Log_FilterErrorEvents]&lt;BR /&gt;
REGEX = (?ism)Type=Error|Critical&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;[Win_Sys_Log_FilterErrorEvent]&lt;BR /&gt;
REGEX = (?ism)Type=Error|Critical&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;This is for the security event log&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
evt_resolve_ad_obj = 0&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
whitelist = 4674,4720,4725,4726,4727,4728,4740,4947,5136,5137,5141&lt;BR /&gt;
index = labser_av_ads&lt;/P&gt;

&lt;P&gt;I cant' see anything wrong with this.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:31:56 GMT</pubDate>
    <dc:creator>mileven</dc:creator>
    <dc:date>2020-09-28T15:31:56Z</dc:date>
    <item>
      <title>Trying to send WindowsEventlogs to different index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187055#M53909</link>
      <description>&lt;P&gt;Currently trying to limit logs out of the application, security, and system logs.  I want to send only application and system critical/error to one index and security to a different index.&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
index=machine&lt;BR /&gt;
[WinEventLog://System]&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
index=machine&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[WinEventLog:Application]&lt;BR /&gt;
TRANSFORMS-FilterEvents =  Win_App_Log_FilterErrorEvents&lt;/P&gt;

&lt;P&gt;[WinEventLog:System]&lt;BR /&gt;
TRANSFORMS-FilterEvents =  Win_Sys_Log_FilterErrorEvent&lt;/P&gt;

&lt;P&gt;transform.conf&lt;/P&gt;

&lt;P&gt;[Win_App_Log_FilterErrorEvents]&lt;BR /&gt;
REGEX = (?ism)Type=Error|Critical&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;[Win_Sys_Log_FilterErrorEvent]&lt;BR /&gt;
REGEX = (?ism)Type=Error|Critical&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;This is for the security event log&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
evt_resolve_ad_obj = 0&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
whitelist = 4674,4720,4725,4726,4727,4728,4740,4947,5136,5137,5141&lt;BR /&gt;
index = labser_av_ads&lt;/P&gt;

&lt;P&gt;I cant' see anything wrong with this.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187055#M53909</guid>
      <dc:creator>mileven</dc:creator>
      <dc:date>2020-09-28T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to send WindowsEventlogs to different index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187056#M53910</link>
      <description>&lt;P&gt;So what behavior are you seeing?  BTW, why do you have &lt;CODE&gt;[WinEventLog://Application]&lt;/CODE&gt; instead of just &lt;CODE&gt;[WinEventLog:Application]&lt;/CODE&gt;?  What's the "&lt;CODE&gt;\\&lt;/CODE&gt;" for?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 23:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187056#M53910</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2013-12-20T23:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to send WindowsEventlogs to different index</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187057#M53911</link>
      <description>&lt;P&gt;See this answer for the indextime index routing.&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/76609/routing-window-system-logs-to-a-different-index"&gt;http://answers.splunk.com/answers/76609/routing-window-system-logs-to-a-different-index&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2013 00:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Trying-to-send-WindowsEventlogs-to-different-index/m-p/187057#M53911</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-12-21T00:55:04Z</dc:date>
    </item>
  </channel>
</rss>

