<?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: Chart visualization in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61546#M15198</link>
    <description>&lt;P&gt;Not sure if this can be done but you can read up on the tool tip properties here which *might allow you to do it.  However if it is possible you will need to use advanced xml for your dashboard in order for it to render using flashchart instead of jschart as the doc's state jschart is not supported with the tool tip properties..&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Viz/CustomChartingConfig-Tooltip"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Viz/CustomChartingConfig-Tooltip&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2013 21:03:52 GMT</pubDate>
    <dc:creator>cramasta</dc:creator>
    <dc:date>2013-09-12T21:03:52Z</dc:date>
    <item>
      <title>Chart visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61545#M15197</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;this is my query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=tm_idx host="server" sourcetype="TM_Test_10"  
| rex field=msg "(?i)TM1\sserver\sload\stime\s\(secs\)\s\=\s(?P&amp;lt;timetakentostart&amp;gt;\w+)" 
| where timetakentostart!="" 
| timechart sum(timetakentostart) by timetakentostart
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/splunkchart_1.jpg" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;In above chart i want to show 16:2 means count is 2 .can anyone please suggest me how can i do it ?&lt;/P&gt;

&lt;P&gt;Thanks and Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 07:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61545#M15197</guid>
      <dc:creator>ChhayaV</dc:creator>
      <dc:date>2013-09-12T07:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Chart visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61546#M15198</link>
      <description>&lt;P&gt;Not sure if this can be done but you can read up on the tool tip properties here which *might allow you to do it.  However if it is possible you will need to use advanced xml for your dashboard in order for it to render using flashchart instead of jschart as the doc's state jschart is not supported with the tool tip properties..&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Viz/CustomChartingConfig-Tooltip"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Viz/CustomChartingConfig-Tooltip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2013 21:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61546#M15198</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-09-12T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Chart visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61547#M15199</link>
      <description>&lt;P&gt;You can change the sum to count in timechart command. This way it will show 16:2 in tooltip but the graph will also be adjusted to show just the count on y-axis.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 16:49:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61547#M15199</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-09-17T16:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61548#M15200</link>
      <description>&lt;P&gt;hi i need to show sum&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:17:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61548#M15200</guid>
      <dc:creator>ChhayaV</dc:creator>
      <dc:date>2013-09-18T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart visualization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61549#M15201</link>
      <description>&lt;P&gt;Why not create a table below to summarize this information? Just use the base search in a search module, then use PostProcess/HiddenPostProcess for the chart and table.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 13:17:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-visualization/m-p/61549#M15201</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-22T13:17:00Z</dc:date>
    </item>
  </channel>
</rss>

