<?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 do I remove empty rows in the result fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418138#M167238</link>
    <description>&lt;P&gt;Hi leninkp3005,&lt;/P&gt;

&lt;P&gt;You can use field!=null for this one. &lt;BR /&gt;
If you want to use those null fields you can use fillnull command&lt;BR /&gt;
fillnull fills all the null values in the results of a specific field/fields/all fields with a value (defaulted as 0)&lt;BR /&gt;
|fillnull FIELD value="N/A"&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 20:50:53 GMT</pubDate>
    <dc:creator>iamarkaprabha</dc:creator>
    <dc:date>2018-10-05T20:50:53Z</dc:date>
    <item>
      <title>How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418136#M167236</link>
      <description>&lt;P&gt;Folks !!&lt;/P&gt;

&lt;P&gt;I'm struggling with removing empty rows from the result fields in my results. In my results, i've got many empty rows. &lt;/P&gt;

&lt;P&gt;Kindly assist this case.&lt;/P&gt;

&lt;P&gt;Unable to upload/attach my sheet, sorry for the inconvenience.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Lenin K&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 17:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418136#M167236</guid>
      <dc:creator>leninkp3005</dc:creator>
      <dc:date>2018-10-05T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418137#M167237</link>
      <description>&lt;P&gt;@leninkp3005&lt;/P&gt;

&lt;P&gt;you can use where or search after your result.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|where  isnotnull(field1)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|search field1=*&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 17:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418137#M167237</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-10-05T17:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418138#M167238</link>
      <description>&lt;P&gt;Hi leninkp3005,&lt;/P&gt;

&lt;P&gt;You can use field!=null for this one. &lt;BR /&gt;
If you want to use those null fields you can use fillnull command&lt;BR /&gt;
fillnull fills all the null values in the results of a specific field/fields/all fields with a value (defaulted as 0)&lt;BR /&gt;
|fillnull FIELD value="N/A"&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 20:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418138#M167238</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-05T20:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418139#M167239</link>
      <description>&lt;P&gt;Hello Kamlesh,&lt;/P&gt;

&lt;P&gt;It's working for me, thanks for your support.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Lenin Kp&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418139#M167239</guid>
      <dc:creator>leninkp3005</dc:creator>
      <dc:date>2018-10-15T17:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418140#M167240</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Used that last query. It's working fine.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418140#M167240</guid>
      <dc:creator>leninkp3005</dc:creator>
      <dc:date>2018-10-15T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove empty rows in the result fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418141#M167241</link>
      <description>&lt;P&gt;You are welcome!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 15:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-remove-empty-rows-in-the-result-fields/m-p/418141#M167241</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-18T15:00:50Z</dc:date>
    </item>
  </channel>
</rss>

