<?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 to bring a row values to category in pie chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202656#M43423</link>
    <description>&lt;P&gt;I want to explain in detail ,&lt;/P&gt;

&lt;P&gt;I have the following search &lt;/P&gt;

&lt;P&gt;index=segment|stats sum(Link_CVE_Asset_CVSS_Environmental) as CVSS sum(eval(if(Link_CVE_Asset_Flags=="NULL" AND Bulletin!="NULL",Link_CVE_Asset_CVSS_Environmental, 0))) as "OS Score " sum(eval(if(Bulletin=="NULL" AND Link_CVE_Asset_Flags!="NULL", Link_CVE_Asset_CVSS_Environmental, 0))) as "App Score " by os_name&lt;/P&gt;

&lt;P&gt;This search will give the results like ,&lt;BR /&gt;
OS_name  OS Score               App score &lt;BR /&gt;
windows  2223445(score)     1284665&lt;BR /&gt;
linux           349480(score)     4545&lt;BR /&gt;
unix            34333(score)        75214&lt;/P&gt;

&lt;P&gt;Now i need to bring this osscoreand  and appscore in categories in pie chart .The pie chart will show like percentage of os_name with percent values .Here i need this two  osscoreand  and appscore also like os_name in pie chart.&lt;/P&gt;

&lt;P&gt;Please help me &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:38:31 GMT</pubDate>
    <dc:creator>umsundar2015</dc:creator>
    <dc:date>2020-09-29T11:38:31Z</dc:date>
    <item>
      <title>how to bring a row values to category in pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202656#M43423</link>
      <description>&lt;P&gt;I want to explain in detail ,&lt;/P&gt;

&lt;P&gt;I have the following search &lt;/P&gt;

&lt;P&gt;index=segment|stats sum(Link_CVE_Asset_CVSS_Environmental) as CVSS sum(eval(if(Link_CVE_Asset_Flags=="NULL" AND Bulletin!="NULL",Link_CVE_Asset_CVSS_Environmental, 0))) as "OS Score " sum(eval(if(Bulletin=="NULL" AND Link_CVE_Asset_Flags!="NULL", Link_CVE_Asset_CVSS_Environmental, 0))) as "App Score " by os_name&lt;/P&gt;

&lt;P&gt;This search will give the results like ,&lt;BR /&gt;
OS_name  OS Score               App score &lt;BR /&gt;
windows  2223445(score)     1284665&lt;BR /&gt;
linux           349480(score)     4545&lt;BR /&gt;
unix            34333(score)        75214&lt;/P&gt;

&lt;P&gt;Now i need to bring this osscoreand  and appscore in categories in pie chart .The pie chart will show like percentage of os_name with percent values .Here i need this two  osscoreand  and appscore also like os_name in pie chart.&lt;/P&gt;

&lt;P&gt;Please help me &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202656#M43423</guid>
      <dc:creator>umsundar2015</dc:creator>
      <dc:date>2020-09-29T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to bring a row values to category in pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202657#M43424</link>
      <description>&lt;P&gt;do you want a separate pie chart, then for OS Score and one for App Score? &lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 12:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202657#M43424</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-11-02T12:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to bring a row values to category in pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202658#M43425</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=segment|stats sum(Link_CVE_Asset_CVSS_Environmental) as CVSS sum(eval(if(Link_CVE_Asset_Flags=="NULL" AND Bulletin!="NULL",Link_CVE_Asset_CVSS_Environmental, 0))) as "OS Score " sum(eval(if(Bulletin=="NULL" AND Link_CVE_Asset_Flags!="NULL", Link_CVE_Asset_CVSS_Environmental, 0))) as "App Score " by os_name
| eval os_name=os_name."(OS:".'OS Score'.", App:".'App Score'.")" | table os_name CVSS
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:49:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-bring-a-row-values-to-category-in-pie-chart/m-p/202658#M43425</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-11-02T13:49:53Z</dc:date>
    </item>
  </channel>
</rss>

