<?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 send a WMI service to the nullQueue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476502#M81794</link>
    <description>&lt;P&gt;you can blacklist those hosts (since they've a pattern) from receiving the WMI monitoring app. &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Updating/Filterclients#Define_filters_through_serverclass.conf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Updating/Filterclients#Define_filters_through_serverclass.conf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 21:32:23 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2019-11-06T21:32:23Z</dc:date>
    <item>
      <title>how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476498#M81790</link>
      <description>&lt;P&gt;I'm trying to send some service status that I'm collecting from a group of servers to the nullQueue. The servers where I don't want to keep the data all match a naming pattern of "host = XYZ123456"&lt;BR /&gt;
sourcetype = WMI:Services&lt;BR /&gt;
source = WMI:Services&lt;/P&gt;

&lt;P&gt;My below props and transforms are deployed to my indexers but it's not matching and the events are still being indexed.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:Services]
TRANSFORMS-wminull = nullit
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [nullit]
    REGEX=(?m)host\s=\s[XYZ]+\d+
    DEST_KEY=queue
    FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:21:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476498#M81790</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-11-06T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476499#M81791</link>
      <description>&lt;P&gt;try using btool command to debug the issue&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk cmd btool transforms list --debug&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 20:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476499#M81791</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-11-06T20:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476500#M81792</link>
      <description>&lt;P&gt;What type of Splunk is installed on the machines from where you're collecting WMI service data? Also, if you don't want to ingest any data for that sourcetype, why not just disable the input itself (it must be setup in some inputs.conf to collect that WMI data)?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 20:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476500#M81792</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-11-06T20:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476501#M81793</link>
      <description>&lt;P&gt;7.2.4 UF on windows servers sending data to a distributed Linux spunk environment. The app I am pushing out is going to a group of servers. Some of which need to collect the WIM counters and some do not. It depends on their role.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476501#M81793</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-11-06T21:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476502#M81794</link>
      <description>&lt;P&gt;you can blacklist those hosts (since they've a pattern) from receiving the WMI monitoring app. &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Updating/Filterclients#Define_filters_through_serverclass.conf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Updating/Filterclients#Define_filters_through_serverclass.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476502#M81794</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-11-06T21:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476503#M81795</link>
      <description>&lt;P&gt;If I black listed them they wouldn't receive the rest of the monitoring that is in the app.  I could split this into two apps but I was trying to keep the administration simple with one app to push out.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476503#M81795</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-11-06T21:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476504#M81796</link>
      <description>&lt;P&gt;It's either managing two apps or adding overhead during indexing (each events for that sourcetype will undergo that TRANSFORM adding overhead processing at indexer/intermediate forwarder).&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:58:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476504#M81796</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-11-06T21:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476505#M81797</link>
      <description>&lt;P&gt;If you are sure that your settings are correct, it must be something else.  If you are doing a sourcetype override/overwrite, you must use the &lt;EM&gt;ORIGINAL&lt;/EM&gt; value, &lt;EM&gt;NOT&lt;/EM&gt; the new value.  You must deploy your settings to the first full instance(s) of Splunk that handle the events (usually either the HF tier if you use one, or else your Indexer tier) UNLESS you are using HEC's JSON endpoint (it gets pre-cooked) or INDEXED_EXTRACTIONS (configs go on the UF in that case), then restart all Splunk instances there.  When (re)evaluating, you must send in new events (old events will stay broken), then test using &lt;CODE&gt;_index_earliest=-5m&lt;/CODE&gt; to be absolutely certain that you are only examining the newly indexed events.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476505#M81797</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-09-30T02:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a WMI service to the nullQueue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476506#M81798</link>
      <description>&lt;P&gt;Fair enough. I think I will split into two apps.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:47:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-to-send-a-WMI-service-to-the-nullQueue/m-p/476506#M81798</guid>
      <dc:creator>morphis72</dc:creator>
      <dc:date>2019-11-08T14:47:29Z</dc:date>
    </item>
  </channel>
</rss>

