<?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 Disabling type &amp;quot;Informational&amp;quot; with splunk for windows in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16209#M1908</link>
    <description>&lt;P&gt;I have a linux indexer.  I forward with the light forwarder from about 200 windows boxes.&lt;/P&gt;

&lt;P&gt;On the indexer I don't want it to index type=informational.&lt;/P&gt;

&lt;P&gt;How does one go about that?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2010 23:03:35 GMT</pubDate>
    <dc:creator>nbennett</dc:creator>
    <dc:date>2010-06-25T23:03:35Z</dc:date>
    <item>
      <title>Disabling type "Informational" with splunk for windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16209#M1908</link>
      <description>&lt;P&gt;I have a linux indexer.  I forward with the light forwarder from about 200 windows boxes.&lt;/P&gt;

&lt;P&gt;On the indexer I don't want it to index type=informational.&lt;/P&gt;

&lt;P&gt;How does one go about that?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2010 23:03:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16209#M1908</guid>
      <dc:creator>nbennett</dc:creator>
      <dc:date>2010-06-25T23:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling type "Informational" with splunk for windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16210#M1909</link>
      <description>&lt;P&gt;It sounds like you want to tune the windows inputs for the forwarding system.   See the following link for more guidance:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/ConsiderationsfordecidinghowtomonitorWindowsdata" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Admin/ConsiderationsfordecidinghowtomonitorWindowsdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2010 23:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16210#M1909</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-06-25T23:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling type "Informational" with splunk for windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16211#M1910</link>
      <description>&lt;P&gt;Take a look at routing and filtering: &lt;A href="http://www.splunk.com/base/Documentation/latest/admin/Routeandfilterdata" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/Routeandfilterdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You will need a &lt;EM&gt;transforms.conf&lt;/EM&gt; stanza to define what events to ignore and a &lt;EM&gt;props.conf&lt;/EM&gt; stanza to define which sourcetype to apply it to.&lt;/P&gt;

&lt;P&gt;You can ignore data by routing it to the nullQueue.
In transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[routeInfoToNull]
REGEX=(?m)^Type=Information
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will set up everything that comes in to match that REGEX (in this case Type=Information on a newline) to go to the nullQueue (basically /dev/null).&lt;/P&gt;

&lt;P&gt;Now apply this transforms to your event logs as such in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:System]
TRANSFORMS-SystemInfoToNull = routeInfoToNull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not that if you're pulling via WMI you will have to apply this to the [wmi] sourcetype. If you want to route data from additional event logs just add more stanzas to props.conf.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2010 00:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16211#M1910</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-06-26T00:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling type "Informational" with splunk for windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16212#M1911</link>
      <description>&lt;P&gt;An afterthought: There are lots of interesting events logged as informational on Windows that you might want to actually index. Service startup type changes, service start/stop events, Windows update installs come to mind.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2010 01:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-type-quot-Informational-quot-with-splunk-for-windows/m-p/16212#M1911</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-06-26T01:04:07Z</dc:date>
    </item>
  </channel>
</rss>

