<?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: Exclude Null in subsearch in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522244#M147257</link>
    <description>&lt;P&gt;The Main search is a complex base search query. The Subsearch is used to filter out the elements for this specific chart.&lt;/P&gt;&lt;P&gt;The result includes events which has null fields&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 12:18:08 GMT</pubDate>
    <dc:creator>rajkskumar</dc:creator>
    <dc:date>2020-09-30T12:18:08Z</dc:date>
    <item>
      <title>Exclude Null in subsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522223#M147250</link>
      <description>&lt;P&gt;I have the following query used to build a chart. Sometimes, the incoming events do not have the fields set. How could these events with null could be excluded in a Subsearch?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=prod
| search processRelevantFields.processName="SessionExecution"|search prod.customerId=* prod.productId=*
| timechart dc(customer.ciamId) as "Active Users"&lt;/LI-CODE&gt;&lt;P&gt;I have tried with "search &amp;lt;fieldName&amp;gt; =*" as given above. But this is not working. Please guide on how this could be implemented?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 11:08:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522223#M147250</guid>
      <dc:creator>rajkskumar</dc:creator>
      <dc:date>2020-09-30T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Null in subsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522229#M147251</link>
      <description>&lt;P&gt;In what way is it not working?&lt;/P&gt;&lt;P&gt;Have you tried including the filters on the main search?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=prod processRelevantFields.processName="SessionExecution" prod.customerId=* prod.productId=*
| timechart dc(customer.ciamId) as "Active Users"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 11:33:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522229#M147251</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-30T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Null in subsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522244#M147257</link>
      <description>&lt;P&gt;The Main search is a complex base search query. The Subsearch is used to filter out the elements for this specific chart.&lt;/P&gt;&lt;P&gt;The result includes events which has null fields&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 12:18:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522244#M147257</guid>
      <dc:creator>rajkskumar</dc:creator>
      <dc:date>2020-09-30T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Null in subsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522249#M147260</link>
      <description>&lt;P&gt;OK try putting the field names containing dots in single quotes&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=prod
| search 'processRelevantFields.processName'="SessionExecution"|search 'prod.customerId'=* 'prod.productId'=*
| timechart dc(customer.ciamId) as "Active Users"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 12:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522249#M147260</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-30T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Null in subsearch</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522308#M147280</link>
      <description>Hi&lt;BR /&gt;even this is old post it describes when to use search and when to use where and what are differences between those.&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Help-understanding-the-commands-Search-vs-Where-after-first-pipe/m-p/205626" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Help-understanding-the-commands-Search-vs-Where-after-first-pipe/m-p/205626&lt;/A&gt;&lt;BR /&gt;There are quite many other posts about the same thing. I propose that you will read those and look if those helps you.&lt;BR /&gt;r. Ismo</description>
      <pubDate>Wed, 30 Sep 2020 16:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Exclude-Null-in-subsearch/m-p/522308#M147280</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-30T16:12:27Z</dc:date>
    </item>
  </channel>
</rss>

