<?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 How do you visualize 'zero' value in an area? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609775#M212037</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I'm a Korean beginner, Splunker&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=my sourcetype=my2 sernder_ip=my3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| table _time&lt;/SPAN&gt;&lt;SPAN&gt; | stats count by _time | sort - _time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Here, even if the data is zero, I want to visualize the graph&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;help me plz &lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 07:20:51 GMT</pubDate>
    <dc:creator>hyeongn</dc:creator>
    <dc:date>2022-08-17T07:20:51Z</dc:date>
    <item>
      <title>How do you visualize 'zero' value in an area?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609775#M212037</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I'm a Korean beginner, Splunker&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=my sourcetype=my2 sernder_ip=my3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| table _time&lt;/SPAN&gt;&lt;SPAN&gt; | stats count by _time | sort - _time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Here, even if the data is zero, I want to visualize the graph&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;help me plz &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 07:20:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609775#M212037</guid>
      <dc:creator>hyeongn</dc:creator>
      <dc:date>2022-08-17T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you visualize 'zero' value in an area?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609780#M212042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248639"&gt;@hyeongn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I asked to Splunk designers (using "Splunk Ideas") to add a feature to display zero instead of "no results" in panels and this idea is in evaluation, if you think that it could be a good idea, vote for it!&lt;/P&gt;&lt;P&gt;Anyway, in the meantime, you could use something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my sourcetype=my2 sernder_ip=my3
| stats count by _time 
| append [ | makeresults | eval count=0 ]
| stats sum(count) AS count by _time  
| sort - _time&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 07:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609780#M212042</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-17T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do you visualize 'zero' value in an area?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609784#M212046</link>
      <description>&lt;P&gt;An area chart will show zero if it is in the data - I suspect your issue is that if there are no events for a particular time, your don't have a zero count for that time. This is because you have used stats. Try timechart instead&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my sourcetype=my2 sernder_ip=my3

| timechart count&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 Aug 2022 07:37:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-visualize-zero-value-in-an-area/m-p/609784#M212046</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-17T07:37:06Z</dc:date>
    </item>
  </channel>
</rss>

