<?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 filter out or send to a null queue windows event logs with universal forwarder 6.x? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125771#M25932</link>
    <description>&lt;P&gt;Hi liquid,&lt;/P&gt;

&lt;P&gt;take a look at the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Data/MonitorWindowsdata#Use_the_Security_event_log_to_monitor_changes_to_files" target="_blank"&gt;Use_the_Security_event_log_to_monitor_changes_to_files&lt;/A&gt; this will provide examples on how to &lt;CODE&gt;blacklist&lt;/CODE&gt; certain windows event log entries by event code.&lt;/P&gt;

&lt;P&gt;also good to read: &lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings" target="_blank"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:35:23 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2020-09-28T17:35:23Z</dc:date>
    <item>
      <title>How to filter out or send to a null queue windows event logs with universal forwarder 6.x?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125770#M25931</link>
      <description>&lt;P&gt;i'm using UF6 and  I want to filter out or send to a null queue uninteresting Windows events with UF6.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125770#M25931</guid>
      <dc:creator>liquid</dc:creator>
      <dc:date>2014-09-16T06:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out or send to a null queue windows event logs with universal forwarder 6.x?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125771#M25932</link>
      <description>&lt;P&gt;Hi liquid,&lt;/P&gt;

&lt;P&gt;take a look at the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Data/MonitorWindowsdata#Use_the_Security_event_log_to_monitor_changes_to_files" target="_blank"&gt;Use_the_Security_event_log_to_monitor_changes_to_files&lt;/A&gt; this will provide examples on how to &lt;CODE&gt;blacklist&lt;/CODE&gt; certain windows event log entries by event code.&lt;/P&gt;

&lt;P&gt;also good to read: &lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings" target="_blank"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125771#M25932</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-09-28T17:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out or send to a null queue windows event logs with universal forwarder 6.x?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125772#M25933</link>
      <description>&lt;P&gt;we can filetr the unwanted traffic to be dropped by moving them to nullQueue.&lt;/P&gt;

&lt;P&gt;props.conf:&lt;BR /&gt;
[source::....log...]&lt;BR /&gt;
TRANSFORMS-debug_log = debug_log_transform&lt;/P&gt;

&lt;P&gt;in transforms.conf:&lt;BR /&gt;
[debug_log_transform]&lt;BR /&gt;
REGEX=&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;so the respective matched REGEX data will not be indexed and therefore it will not affect our license limit too.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125772#M25933</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2020-09-28T17:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out or send to a null queue windows event logs with universal forwarder 6.x?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125773#M25934</link>
      <description>&lt;P&gt;this only works on an indexer not on an UF as stated in the question&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:58:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125773#M25934</guid>
      <dc:creator>lcshared</dc:creator>
      <dc:date>2014-09-16T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter out or send to a null queue windows event logs with universal forwarder 6.x?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125774#M25935</link>
      <description>&lt;P&gt;Besides routing to receivers, forwarders can also filter and route data to specific queues or discard the data altogether by routing to the null queue.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2014 09:33:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-out-or-send-to-a-null-queue-windows-event-logs/m-p/125774#M25935</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2014-09-16T09:33:54Z</dc:date>
    </item>
  </channel>
</rss>

