<?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 Remove null values from evaluated field in the search results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410869#M118562</link>
    <description>&lt;P&gt;Hello, I have this query:&lt;BR /&gt;
index=main | table sourcetype, data, context, local_endpoint, remote_endpoint&lt;BR /&gt;
| eval Ergebnis = replace(data,"^[^\@]+","")&lt;BR /&gt;
| search Ergebnis=*&lt;/P&gt;

&lt;P&gt;I Need to remove the empty rows from Ergebnis field that does not have a value but it does not work!&lt;/P&gt;

&lt;P&gt;thanks for Help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:07:15 GMT</pubDate>
    <dc:creator>anasshsa</dc:creator>
    <dc:date>2020-09-30T00:07:15Z</dc:date>
    <item>
      <title>Remove null values from evaluated field in the search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410869#M118562</link>
      <description>&lt;P&gt;Hello, I have this query:&lt;BR /&gt;
index=main | table sourcetype, data, context, local_endpoint, remote_endpoint&lt;BR /&gt;
| eval Ergebnis = replace(data,"^[^\@]+","")&lt;BR /&gt;
| search Ergebnis=*&lt;/P&gt;

&lt;P&gt;I Need to remove the empty rows from Ergebnis field that does not have a value but it does not work!&lt;/P&gt;

&lt;P&gt;thanks for Help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410869#M118562</guid>
      <dc:creator>anasshsa</dc:creator>
      <dc:date>2020-09-30T00:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null values from evaluated field in the search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410870#M118563</link>
      <description>&lt;P&gt;can you try :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| fillnull value=NULL Ergebnis | search NOT Ergebnis=NULL&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If this does not work, pls share sample input event and the output which you are getting. Also, put your query in &lt;CODE&gt;101010&lt;/CODE&gt; sample code format. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410870#M118563</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2019-04-18T13:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove null values from evaluated field in the search results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410871#M118564</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Give a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main | table sourcetype, data, context, local_endpoint, remote_endpoint
| eval Ergebnis = replace(data,"^[^\@]+","")
| search Ergebnis !=""
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:55:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Remove-null-values-from-evaluated-field-in-the-search-results/m-p/410871#M118564</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-04-18T13:55:43Z</dc:date>
    </item>
  </channel>
</rss>

