<?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: display sum value in pie chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168157#M47931</link>
    <description>&lt;P&gt;Here's an example based on &lt;CODE&gt;_internal&lt;/CODE&gt; data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal bytes=* | stats sum(bytes) as sum by sourcetype | eval sourcetype = sourcetype . " (sum=" . sum . ")"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;By changing the &lt;CODE&gt;sourcetype&lt;/CODE&gt; field I'm basically changing the pie chart labels.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jun 2015 11:34:51 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2015-06-20T11:34:51Z</dc:date>
    <item>
      <title>display sum value in pie chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168154#M47928</link>
      <description>&lt;P&gt;I have used in the past count value in the pie chart. Now I need to display sum value in the chart. How can I do this?&lt;/P&gt;

&lt;P&gt;|  stats sum(TotalCost) by ProductCode&lt;/P&gt;

&lt;P&gt;My intention is to display the sum(TotalCost) of each productType in the pie chart.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2015 05:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168154#M47928</guid>
      <dc:creator>ashabc</dc:creator>
      <dc:date>2015-06-20T05:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: display sum value in pie chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168155#M47929</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | chart sum(TotalCost) by ProductCode
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 20 Jun 2015 06:05:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168155#M47929</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-20T06:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: display sum value in pie chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168156#M47930</link>
      <description>&lt;P&gt;Thanks for a pormpt response, Woodcok. Not sure my question is clear. I want to display the actual value i.e. the sum of TotalCost for each product type in the pie chart.   ... | chart sum(TotalCost) by ProductCode will only display the pie chart and not the actual values.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2015 06:23:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168156#M47930</guid>
      <dc:creator>ashabc</dc:creator>
      <dc:date>2015-06-20T06:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: display sum value in pie chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168157#M47931</link>
      <description>&lt;P&gt;Here's an example based on &lt;CODE&gt;_internal&lt;/CODE&gt; data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal bytes=* | stats sum(bytes) as sum by sourcetype | eval sourcetype = sourcetype . " (sum=" . sum . ")"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;By changing the &lt;CODE&gt;sourcetype&lt;/CODE&gt; field I'm basically changing the pie chart labels.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2015 11:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168157#M47931</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-06-20T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: display sum value in pie chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168158#M47932</link>
      <description>&lt;P&gt;Thank you. It worked.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2015 00:28:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-sum-value-in-pie-chart/m-p/168158#M47932</guid>
      <dc:creator>ashabc</dc:creator>
      <dc:date>2015-06-28T00:28:58Z</dc:date>
    </item>
  </channel>
</rss>

