<?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: Why is my search not populating the visualization tab with data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-not-populating-the-visualization-tab-with-data/m-p/225823#M66606</link>
    <description>&lt;P&gt;You need a transforming command (such as stats, timechart, or top) to return search results in a data structure that supports both tables and chart visualizations. Remove the &lt;CODE&gt;table&lt;/CODE&gt; from the end and change your search like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=egress_* File_Type=*| stats sum(Detail_File_Size) as Data_converted by File_Type | eval Data_converted=case( Data_converted&amp;gt;=(1024*1024*1024*1024),round(Data_converted/(1024*1024*1024*1024),0)."TB",      Data_converted&amp;gt;=(1024*1024*1024),round(Data_converted/(1024*1024*1024),0)."GB",      Data_converted&amp;gt;=(1024*1024),round(Data_converted/(1024*1024),0)."MB",  Data_converted&amp;gt;=1024,round(Data_converted/1024,0)."KB",  1=1,Data_converted."B")  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 28 Apr 2016 20:28:39 GMT</pubDate>
    <dc:creator>sundareshr</dc:creator>
    <dc:date>2016-04-28T20:28:39Z</dc:date>
    <item>
      <title>Why is my search not populating the visualization tab with data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-not-populating-the-visualization-tab-with-data/m-p/225822#M66605</link>
      <description>&lt;P&gt;When I run this search, everything runs fine, but I don't understand why my visualization tab does not populate. Does anyone have any idea what I might be doing wrong?&lt;BR /&gt;
What I am trying to do is convert all the files into the most appropriate size and graph them&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=egress_* File_Type=*| stats sum(Detail_File_Size) as sum_of_Data by File_Type | eval Data_converted=case(       sum_of_Data&amp;gt;=(1024*1024*1024*1024),round(sum_of_Data/(1024*1024*1024*1024),0)."TB",      sum_of_Data&amp;gt;=(1024*1024*1024),round(sum_of_Data/(1024*1024*1024),0)."GB",      sum_of_Data&amp;gt;=(1024*1024),round(sum_of_Data/(1024*1024),0)."MB",  sum_of_Data&amp;gt;=1024,round(sum_of_Data/1024,0)."KB",  1=1,sum_of_Data."B")      | table File_Type, Data_converted
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1298i3EC14F9D24674B26/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 17:21:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-not-populating-the-visualization-tab-with-data/m-p/225822#M66605</guid>
      <dc:creator>rwells</dc:creator>
      <dc:date>2016-04-28T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search not populating the visualization tab with data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-not-populating-the-visualization-tab-with-data/m-p/225823#M66606</link>
      <description>&lt;P&gt;You need a transforming command (such as stats, timechart, or top) to return search results in a data structure that supports both tables and chart visualizations. Remove the &lt;CODE&gt;table&lt;/CODE&gt; from the end and change your search like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=egress_* File_Type=*| stats sum(Detail_File_Size) as Data_converted by File_Type | eval Data_converted=case( Data_converted&amp;gt;=(1024*1024*1024*1024),round(Data_converted/(1024*1024*1024*1024),0)."TB",      Data_converted&amp;gt;=(1024*1024*1024),round(Data_converted/(1024*1024*1024),0)."GB",      Data_converted&amp;gt;=(1024*1024),round(Data_converted/(1024*1024),0)."MB",  Data_converted&amp;gt;=1024,round(Data_converted/1024,0)."KB",  1=1,Data_converted."B")  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-not-populating-the-visualization-tab-with-data/m-p/225823#M66606</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-04-28T20:28:39Z</dc:date>
    </item>
  </channel>
</rss>

