<?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: Filter all windows event logs from single server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75643#M15420</link>
    <description>&lt;P&gt;The best would naturally be to disable the monitoring on the host in question.&lt;/P&gt;

&lt;P&gt;If this (for some odd reason) is NOT the way to go, then you should alter the transforms stanza like so;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[FilterWinSecurityLogs]
SOURCE_KEY = sourcetype
REGEX = .*WinEventLog.*
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2012 16:41:09 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2012-06-14T16:41:09Z</dc:date>
    <item>
      <title>Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75642#M15419</link>
      <description>&lt;P&gt;I need to filter all windows event log records from being indexed.  I am using the universal forwarder, so on my indexers, I have the following:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::myserver]
TRANSFORMS-winlogs = FilterWinSecurityLogs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[FilterWinSecurityLogs]
REGEX=sourcetype=(WMI*|WinEvent*)
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;THis doesn't seem to work.&lt;/P&gt;

&lt;P&gt;Is the * wildcard valid in the REGEX valid?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 15:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75642#M15419</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2012-06-14T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75643#M15420</link>
      <description>&lt;P&gt;The best would naturally be to disable the monitoring on the host in question.&lt;/P&gt;

&lt;P&gt;If this (for some odd reason) is NOT the way to go, then you should alter the transforms stanza like so;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[FilterWinSecurityLogs]
SOURCE_KEY = sourcetype
REGEX = .*WinEventLog.*
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75643#M15420</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-14T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75644#M15421</link>
      <description>&lt;P&gt;No, I do not wish to disable monitoring as we still need application logs from this server.  I'll give your suggest a shot, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75644#M15421</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2012-06-14T17:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75645#M15422</link>
      <description>&lt;P&gt;Well, I didn't mean that you should disable ALL monitoring, just the WinEventLog stuff.&lt;/P&gt;

&lt;P&gt;Just find your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; and add &lt;CODE&gt;disabled=1&lt;/CODE&gt; to the WinEventLog stanza(s).&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75645#M15422</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-14T17:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75646#M15423</link>
      <description>&lt;P&gt;That would disable it across all windows servers.  I just need it for ONE server.  My transforms currently looks like this but is not working&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[FilterAllWMILogs]
SOURCE_KEY = sourcetype
REGEX = .*WMI*
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jun 2012 15:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75646#M15423</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2012-06-15T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75647#M15424</link>
      <description>&lt;P&gt;Are you using the Deployment Server, and have all input configurations in the same deployed app?&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2012 17:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75647#M15424</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-17T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75648#M15425</link>
      <description>&lt;P&gt;Hm. that SHOULD work, even if I would say that the REGEX should be; &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;REGEX = .xWMI.x&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Where the x's above are asterisks. sorry about the formatting.&lt;/P&gt;

&lt;P&gt;Are you referencing it correctly from props.conf (I saw you had changed the name of the transforms stanza). &lt;/P&gt;

&lt;P&gt;I haven't used this type of transform myself, but I don't see why this should pose any real problems. &lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2012 20:11:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75648#M15425</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-17T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter all windows event logs from single server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75649#M15426</link>
      <description>&lt;P&gt;`props.conf:&lt;/P&gt;

&lt;P&gt;[host::myserver]&lt;BR /&gt;
TRANSFORMS-winlogs = FilterAllWMILogs&lt;/P&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;P&gt;[FilterAllWMILogs]&lt;BR /&gt;
SOURCE_KEY = sourcetype&lt;BR /&gt;
REGEX = .*WMI*&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue`&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-all-windows-event-logs-from-single-server/m-p/75649#M15426</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2020-09-28T11:57:23Z</dc:date>
    </item>
  </channel>
</rss>

