<?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: how to create a pie chart  with different sum values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379555#M24824</link>
    <description>&lt;P&gt;Hi @umsundar2015, &lt;/P&gt;

&lt;P&gt;Glad to help you. Can you please accept the answer to help community.&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Happy Splunking&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jun 2018 09:49:09 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2018-06-11T09:49:09Z</dc:date>
    <item>
      <title>how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379551#M24820</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;
I have values like &lt;/P&gt;

&lt;P&gt;Failure                             Ignored    Partial                       Success&lt;BR /&gt;
    0                                  803                 23                             0&lt;BR /&gt;
    24                                 0                  0                                    0&lt;BR /&gt;
    192                                   1                  0                                     0&lt;BR /&gt;
    23                                    6                    21                                 45&lt;BR /&gt;&lt;BR /&gt;
      3                                    2                   4                                    31&lt;BR /&gt;
      5                                     89        4                                      85&lt;/P&gt;

&lt;P&gt;My requirement is to create a pie chart with the above values ( i mean  with each column total count).These total columns should be&lt;BR /&gt;&lt;BR /&gt;
Show breakdown by Success/ Failure / Partial Success / Ignored. Show a pie chart for the  week &lt;/P&gt;

&lt;P&gt;Can anyone help me .&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 08:18:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379551#M24820</guid>
      <dc:creator>umsundar2015</dc:creator>
      <dc:date>2018-06-11T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379552#M24821</link>
      <description>&lt;P&gt;Hi @umsundar2015, &lt;/P&gt;

&lt;P&gt;Can you please try following?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YOUR_SEARCH
| stats sum(Failure) as Failure sum(Ignored) as Ignored sum(Partial) as Partial sum(Success) as Success | transpose
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Jun 2018 08:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379552#M24821</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-06-11T08:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379553#M24822</link>
      <description>&lt;P&gt;@umsundar2015 what does each row represent? Also what is your current query for above table? Do you want to show each row also as pie?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 09:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379553#M24822</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-11T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379554#M24823</link>
      <description>&lt;P&gt;oh yes . It works .&lt;/P&gt;

&lt;P&gt;Thank you ,&lt;BR /&gt;
Kamalesh.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 09:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379554#M24823</guid>
      <dc:creator>umsundar2015</dc:creator>
      <dc:date>2018-06-11T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379555#M24824</link>
      <description>&lt;P&gt;Hi @umsundar2015, &lt;/P&gt;

&lt;P&gt;Glad to help you. Can you please accept the answer to help community.&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Happy Splunking&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 09:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379555#M24824</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-06-11T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379556#M24825</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
Can you please help me to create a drill down for the above piechart &lt;/P&gt;

&lt;P&gt;When i select anyone of the above values like (Success,Failure,Ignored,Partial) ,I have the row value as Name which has machine name as its values.&lt;/P&gt;

&lt;P&gt;My search is ,&lt;BR /&gt;
index=macqw2|fillnull|search name="Saqpedc102" |eventstats sum(Current_Failure) as Failure,sum(Current_Ignored) as Ignored,sum(Current_Partial) as Partial,sum(Current_Success) as Success |transpose|Rename "column" as Delta|search Delta="Ignored"|table Site Partial Success Failure Ignored&lt;/P&gt;

&lt;P&gt;I am getting error  for this when i click th pie chart .Please help me with the search&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379556#M24825</guid>
      <dc:creator>umsundar2015</dc:creator>
      <dc:date>2020-09-29T19:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a pie chart  with different sum values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379557#M24826</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
Can you please help me to create a drill down for the above piechart&lt;/P&gt;

&lt;P&gt;When i select anyone of the above values like (Success,Failure,Ignored,Partial) ,I have the row value as Name which has machine name as its values.&lt;/P&gt;

&lt;P&gt;My search is ,&lt;BR /&gt;
index=macqw2|fillnull|search name="Saqpedc102" |eventstats sum(Current_Failure) as Failure,sum(Current_Ignored) as Ignored,sum(Current_Partial) as Partial,sum(Current_Success) as Success |transpose|Rename "column" as Delta|search Delta="Ignored"|table Site Partial Success Failure Ignored&lt;/P&gt;

&lt;P&gt;I am getting error for this when i click th pie chart .Please help me with the search&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:58:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-create-a-pie-chart-with-different-sum-values/m-p/379557#M24826</guid>
      <dc:creator>umsundar2015</dc:creator>
      <dc:date>2020-09-29T19:58:23Z</dc:date>
    </item>
  </channel>
</rss>

