<?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: Is there any way to use fillnull conditionally in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486990#M193771</link>
    <description>&lt;P&gt;@Maniteja81,&lt;BR /&gt;
How many fields are you trying to fill the null? If its one field,  can't you use the conditional substitution using case or if ? Is it possible to share the search currently using ? &lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 14:22:34 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2019-09-17T14:22:34Z</dc:date>
    <item>
      <title>Is there any way to use fillnull conditionally</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486989#M193770</link>
      <description>&lt;P&gt;I have a requirement, where i need to switch the fillnull value between Excluded and N/A. &lt;/P&gt;

&lt;P&gt;So is there any way that i can use fillnull conditionally. &lt;/P&gt;

&lt;P&gt;Eg: if (status == "EXCLUDED") then fillnull value="EXCLUDED"&lt;BR /&gt;
 OR&lt;BR /&gt;
if (status == "N/A") then fillnull value="N/A"&lt;/P&gt;

&lt;P&gt;Is this can be done ? &lt;/P&gt;

&lt;P&gt;Please help me on this, i really need this kind of behavior in my dashboard. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486989#M193770</guid>
      <dc:creator>Maniteja81</dc:creator>
      <dc:date>2019-09-17T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to use fillnull conditionally</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486990#M193771</link>
      <description>&lt;P&gt;@Maniteja81,&lt;BR /&gt;
How many fields are you trying to fill the null? If its one field,  can't you use the conditional substitution using case or if ? Is it possible to share the search currently using ? &lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486990#M193771</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-09-17T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to use fillnull conditionally</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486991#M193772</link>
      <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval FIELD_NAME=if(isnull(status),"EXCLUDED",'status')&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-any-way-to-use-fillnull-conditionally/m-p/486991#M193772</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2019-09-17T14:34:05Z</dc:date>
    </item>
  </channel>
</rss>

