<?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: How to only forward Windows Security logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107042#M22508</link>
    <description>&lt;P&gt;it was under system\local, was set to :&lt;BR /&gt;
host = HOSTNAME&lt;BR /&gt;
[script://$SPLUNK_HOME\bin\scripts\splunk-admon.path]&lt;BR /&gt;
disabled = 0 &amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
disabled = 0&amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-regmon.path]&lt;BR /&gt;
disabled = 0&amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;</description>
    <pubDate>Tue, 03 Apr 2012 16:19:53 GMT</pubDate>
    <dc:creator>sventura15</dc:creator>
    <dc:date>2012-04-03T16:19:53Z</dc:date>
    <item>
      <title>How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107031#M22497</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would like to forward only successful and failed Windows login attempts from my Windows 2008 Server to my RHEL forwarder.  How do I go about configuring this?&lt;/P&gt;

&lt;P&gt;My thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 14:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107031#M22497</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-02T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107032#M22498</link>
      <description>&lt;P&gt;Have you looked at this section of the docs?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.1/Deploy/Routeandfilterdatad#Keep_specific_events_and_discard_the_rest"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/A&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.1/Deploy/Routeandfilterdatad#Keep_specific_events_and_discard_the_rest" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.1/Deploy/Routeandfilterdatad#Keep_specific_events_and_discard_the_rest&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You would probably need something like;&lt;/P&gt;

&lt;P&gt;in props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-winevt=winevtnull, winevtparsing
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[winevtnull]
REGEX=(?m).
DEST_KEY=queue
FORMAT=nullQueue

[winevtparsing]
REGEX=(?m)^EventCode=(AAAA|BBBB|CCCC|DDDD)
DEST_KEY=queue
FORMAT=indexQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where AAAA, BBBB etc would be the EventCodes you are interested in keeping. Haven't tried it with WinEventLogs before myself, but this is what the good book says. &lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;UPDATED to remove references [WMI:WinEventLog:Security] and WMI stuff in general. See comments below for more info.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 21:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107032#M22498</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-02T21:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107033#M22499</link>
      <description>&lt;P&gt;after doing this, and restarting splunk, is there anything else I have to do or just look for logs to show up on the receiveing end ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107033#M22499</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T15:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107034#M22500</link>
      <description>&lt;P&gt;another question, this props and transforms file, are they supposed to be edited in the default directory (C:\Program Files\Splunk\etc\system\default), or are the files supposed to be moved to the C:\Program Files\Splunk\etc\system\local and then edited ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:23:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107034#M22500</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T15:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107035#M22501</link>
      <description>&lt;P&gt;Never edit the files in a 'default' directory. Create  new empty props/transforms.conf files and just add your configs there. At runtime the settings are merged, and a setting in a conf file in a 'default' directory will be overridden by settings in a conf file in a 'local' directory.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107035#M22501</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-03T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107036#M22502</link>
      <description>&lt;P&gt;ahhhh, I coped the files from default into local, and then added the text to the props and transforms in the local directory.  Actually, that should give us the same result, so no biggie right?&lt;/P&gt;

&lt;P&gt;So I setup forwarding and receiving, but it is still sending all content, including CPU time, memory, etc. etc.  Here is what I added to the very bottom of my props file :&lt;/P&gt;

&lt;P&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-wmi=wminull, wmiparsing&lt;/P&gt;

&lt;P&gt;(more in the next comment)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107036#M22502</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T15:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107037#M22503</link>
      <description>&lt;P&gt;Here is what I added to the very bottom of my transforms file:&lt;BR /&gt;
[wminull]&lt;BR /&gt;
REGEX=(?m).&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;[wmiparsing]&lt;BR /&gt;
REGEX=(?m)^EventCode=(4616|4625|4624|4634|4647|4648|4656|4672|4673|4674|4776|4778|4779|4953|4985)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=indexQueue&lt;/P&gt;

&lt;P&gt;All the event codes are codes I found manually going through event viewer.  I restarted splunk on both the reciever and the forwarder.  Any ideas ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107037#M22503</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107038#M22504</link>
      <description>&lt;P&gt;Also, you have to install and configure a forwarder on the windows machine. See the "Getting Data in" manual in the docs. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Usingforwardingagents"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Usingforwardingagents&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowsdata"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowsdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also you might want to look at the Distributed Deployment manual&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Deploymentoverview"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Deploymentoverview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, you have to enable your splunk server to listen to incoming traffic, and your forwarder to send the logs to the correct host/port&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 15:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107038#M22504</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-03T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107039#M22505</link>
      <description>&lt;P&gt;oh yeah, the forwarding and receiving is working great.  I even see the connection when I do a netstat -na on the reciever.  Lots of data got dumped into the reciever (CPU, memory, etc.).  My problem is I need to filter the data sent to the reciever.  I only want windows security entries being send to the reciever.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107039#M22505</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107040#M22506</link>
      <description>&lt;P&gt;You should look at the inputs.conf file on your forwarder. Actually there may several files called inputs.conf. Not 100% sure where the will be on a windows forwarder though, but probably under &lt;/P&gt;

&lt;P&gt;c:\program files\splunk\etc\apps\search   or &lt;BR /&gt;
c:\program files\splunk\etc\apps\launcher  or&lt;BR /&gt;
c:\program files\splunk\etc\apps\MSICreated or&lt;BR /&gt;
c:\program files\splunk\etc\system\local&lt;/P&gt;

&lt;P&gt;Remove or comment any references to perf-mon data (or other stuff you do not want.)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107040#M22506</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-03T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107041#M22507</link>
      <description>&lt;P&gt;I tried this article to no avail :&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/29218/filtering-windows-event-logs"&gt;http://splunk-base.splunk.com/answers/29218/filtering-windows-event-logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107041#M22507</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T16:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107042#M22508</link>
      <description>&lt;P&gt;it was under system\local, was set to :&lt;BR /&gt;
host = HOSTNAME&lt;BR /&gt;
[script://$SPLUNK_HOME\bin\scripts\splunk-admon.path]&lt;BR /&gt;
disabled = 0 &amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
disabled = 0&amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-regmon.path]&lt;BR /&gt;
disabled = 0&amp;lt;-- changing to 1&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107042#M22508</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T16:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107043#M22509</link>
      <description>&lt;P&gt;still sending everything ....&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107043#M22509</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-03T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107044#M22510</link>
      <description>&lt;P&gt;Your inputs.conf on the forwarder should contain&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;
index=your_index&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;and nothing else. I might have made a slight mistake in copying text from the docs. In props.conf, the stanza name should probably NOT be [WMI:WinEventLog:Security], but rather [WinEventLog:Security].&lt;/P&gt;

&lt;P&gt;That should match the sourcetype better.&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 08:07:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107044#M22510</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-04-04T08:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107045#M22511</link>
      <description>&lt;P&gt;What should the name of that index be ?  Here are my files:&lt;/P&gt;

&lt;P&gt;props.conf:&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-winevt=winevtnull, winevtparsing&lt;/P&gt;

&lt;P&gt;transforms.conf: &lt;BR /&gt;
[winevtnull]&lt;BR /&gt;
REGEX=(?m).&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=nullQueue&lt;/P&gt;

&lt;P&gt;[winevtparsing]&lt;BR /&gt;
REGEX=(?m)^EventCode=(5157|4625|4624|7036|1102|1033)&lt;BR /&gt;
DEST_KEY=queue&lt;BR /&gt;
FORMAT=indexQueue&lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
index=winevtparsing&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;When I generated a failed login, I got the error in the local splunk stating: received event for unconfigured/disabled index='winevtparsing' with source='source::Wineventlog:security' host=host::KIM-SNIFF'&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107045#M22511</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107046#M22512</link>
      <description>&lt;P&gt;source type='sourcetype::WinEventLog:Security' (1 missing total)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:06:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107046#M22512</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T13:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107047#M22513</link>
      <description>&lt;P&gt;could it be I used the wrong index name in the inputs.conf?  I apologize as I am very green when it comes to splunk, so anything is possible.  :0)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:09:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107047#M22513</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T13:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107048#M22514</link>
      <description>&lt;P&gt;I found the indexes in the Splunk, manager, indexes section, and the only ones that are updating frequently are the main, _internal, and _audit indexes.  I changed the inputs.conf file index= stating main, then restarting the service, stuff kept showing up for CPU, etc., so I did the same for _internal and _audit, and those also showed everything.  I make sure I saved the file and restarted the service on the windows server after every change to the inputs.conf file.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107048#M22514</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107049#M22515</link>
      <description>&lt;P&gt;I tried default index as well to no avail.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 13:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107049#M22515</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to only forward Windows Security logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107050#M22516</link>
      <description>&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-regmon.path]&lt;BR /&gt;
disabled = 1&lt;BR /&gt;
interval = 10000000&lt;BR /&gt;
source = WinRegistry &lt;BR /&gt;
sourcetype=WinRegistry&lt;BR /&gt;
queue = winparsing&lt;BR /&gt;
persistentQueueSize=50MB&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-admon.path]&lt;BR /&gt;
interval = 10000000&lt;BR /&gt;
source = ActiveDirectory&lt;BR /&gt;
sourcetype = ActiveDirectory&lt;BR /&gt;
disabled = 1&lt;BR /&gt;
queue = winparsing&lt;BR /&gt;
persistentQueueSize=50MB&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
interval = 10000000&lt;BR /&gt;
source = PerformanceMonitor&lt;BR /&gt;
sourcetype = PerformanceMonitor&lt;BR /&gt;
disabled = 1&lt;BR /&gt;
queue = winparsing&lt;BR /&gt;
persistentQueueSize=50MB&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-only-forward-Windows-Security-logs/m-p/107050#M22516</guid>
      <dc:creator>sventura15</dc:creator>
      <dc:date>2012-04-04T14:24:01Z</dc:date>
    </item>
  </channel>
</rss>

