<?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 remove null entries from search results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625228#M217348</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252433"&gt;@Aj01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tried with the where command?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=Window_wash
| rex field=_raw "TIME.TAKEN.FOR.(?&amp;lt;Vendor&amp;gt;\w+)"
| rex field=_raw (?&amp;lt;Time_MS&amp;gt;\d+).ms
| timechart span=1m max(Time_MS) AS Time_MS
| where Time_MS&amp;gt;0
| outlier Time_MS&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Sun, 25 Dec 2022 09:21:33 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-12-25T09:21:33Z</dc:date>
    <item>
      <title>How to remove null entries from search results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625227#M217347</link>
      <description>&lt;P&gt;i have been using this query but couldn't be able to remove null rows, please help me&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=Window_wash

| rex field=_raw "TIME.TAKEN.FOR.(?&amp;lt;Vendor&amp;gt;\w+)"
| rex field=_raw (?&amp;lt;Time_MS&amp;gt;\d+).ms
| timechart span=1m max(Time_MS) as Time_MS
| outlier Time_MS&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 03:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625227#M217347</guid>
      <dc:creator>Aj01</dc:creator>
      <dc:date>2022-12-29T03:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null entries from search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625228#M217348</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252433"&gt;@Aj01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you tried with the where command?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=Window_wash
| rex field=_raw "TIME.TAKEN.FOR.(?&amp;lt;Vendor&amp;gt;\w+)"
| rex field=_raw (?&amp;lt;Time_MS&amp;gt;\d+).ms
| timechart span=1m max(Time_MS) AS Time_MS
| where Time_MS&amp;gt;0
| outlier Time_MS&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 09:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625228#M217348</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-12-25T09:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null entries from search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625229#M217349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping, it worked i was using where Time_MS=* or Time_MS!=null but this worked&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2022 09:39:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625229#M217349</guid>
      <dc:creator>Aj01</dc:creator>
      <dc:date>2022-12-25T09:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null entries from search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625249#M217355</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252433"&gt;@Aj01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 07:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625249#M217355</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-12-26T07:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove null entries from search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625269#M217358</link>
      <description>&lt;P&gt;Remember, search is used to compare fields to literals whereas where is used to compare fields to fields or expressions.&lt;/P&gt;&lt;P&gt;Sometimes both work. Sometimes not.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search Time_MS&amp;gt;0&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;| where isnotnull(Time_MS)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 14:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-null-entries-from-search-results/m-p/625269#M217358</guid>
      <dc:creator>pstout2</dc:creator>
      <dc:date>2022-12-26T14:08:17Z</dc:date>
    </item>
  </channel>
</rss>

