<?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 teble fillnull in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125754#M33994</link>
    <description>&lt;P&gt;I want to make empty cell in splunk table&lt;/P&gt;

&lt;P&gt;Name Time   Day&lt;BR /&gt;&lt;BR /&gt;
xxx  11.0   1&lt;BR /&gt;
xxx         1&lt;BR /&gt;
xxx         1&lt;BR /&gt;
yyy  12.0   2&lt;BR /&gt;
yyy         2&lt;BR /&gt;
yyy  12.0   2&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2014 15:24:47 GMT</pubDate>
    <dc:creator>senthilgoa</dc:creator>
    <dc:date>2014-04-09T15:24:47Z</dc:date>
    <item>
      <title>teble fillnull</title>
      <link>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125754#M33994</link>
      <description>&lt;P&gt;I want to make empty cell in splunk table&lt;/P&gt;

&lt;P&gt;Name Time   Day&lt;BR /&gt;&lt;BR /&gt;
xxx  11.0   1&lt;BR /&gt;
xxx         1&lt;BR /&gt;
xxx         1&lt;BR /&gt;
yyy  12.0   2&lt;BR /&gt;
yyy         2&lt;BR /&gt;
yyy  12.0   2&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 15:24:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125754#M33994</guid>
      <dc:creator>senthilgoa</dc:creator>
      <dc:date>2014-04-09T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: teble fillnull</title>
      <link>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125755#M33995</link>
      <description>&lt;P&gt;Empty as in truely null, or would a space work?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 15:59:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125755#M33995</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-04-09T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: teble fillnull</title>
      <link>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125756#M33996</link>
      <description>&lt;P&gt;we need an empty value &lt;BR /&gt;
Using evaluation we can able to make an empty cell&lt;BR /&gt;&lt;BR /&gt;
eval count = if(count&amp;lt;= 104307," ", count)&lt;BR /&gt;
but how should be dynamically checking for every repeated host except top host value, that we need to be analyzing&lt;/P&gt;

&lt;P&gt;actual Resulat&lt;BR /&gt;
host     count&lt;BR /&gt;
aaa       111&lt;BR /&gt;
aaa       100 &lt;BR /&gt;
aaa       090&lt;BR /&gt;
bbb       102&lt;BR /&gt;
bbb       100&lt;BR /&gt;
bbb       102&lt;BR /&gt;
bbb       099&lt;BR /&gt;
ccc       120&lt;BR /&gt;
ccc       110&lt;/P&gt;

&lt;P&gt;Expected results&lt;/P&gt;

&lt;P&gt;host     count&lt;BR /&gt;
aaa       111&lt;BR /&gt;
aaa&lt;BR /&gt;&lt;BR /&gt;
aaa&lt;BR /&gt;&lt;BR /&gt;
bbb       102&lt;BR /&gt;
bbb&lt;BR /&gt;&lt;BR /&gt;
bbb&lt;BR /&gt;&lt;BR /&gt;
bbb&lt;BR /&gt;&lt;BR /&gt;
ccc       120&lt;BR /&gt;
ccc&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 16:16:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125756#M33996</guid>
      <dc:creator>senthilgoa</dc:creator>
      <dc:date>2014-04-09T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: teble fillnull</title>
      <link>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125757#M33997</link>
      <description>&lt;P&gt;Try this (append to your existing search)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;..your base search giving host,count | streamstats count as sno by host | eval count=if(sno&amp;gt;1,"",count) | fields - sno
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Apr 2014 16:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/teble-fillnull/m-p/125757#M33997</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-09T16:57:23Z</dc:date>
    </item>
  </channel>
</rss>

