<?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 help me with Pie Chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363470#M107322</link>
    <description>&lt;P&gt;----------------------| stats count by status | eval status=" Status: ".status.", Count : ".count|makemv delim="," status&lt;/P&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/2868i556D89EA7302B778/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;in above pie chart it showing &lt;/P&gt;

&lt;P&gt;Status: 200, Count: 10&lt;BR /&gt;
---------------------------&lt;BR /&gt;
Status: 400 Count: 20&lt;BR /&gt;
---------------------------&lt;/P&gt;

&lt;P&gt;i want to display it as&lt;BR /&gt;
Status: 200&lt;BR /&gt;
Count: 10&lt;BR /&gt;
---------------------------&lt;BR /&gt;
Status: 400&lt;BR /&gt;
Count: 20&lt;BR /&gt;
---------------------------&lt;/P&gt;

&lt;P&gt;please help me with this&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 15:42:43 GMT</pubDate>
    <dc:creator>sravankaripe</dc:creator>
    <dc:date>2017-05-04T15:42:43Z</dc:date>
    <item>
      <title>help me with Pie Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363470#M107322</link>
      <description>&lt;P&gt;----------------------| stats count by status | eval status=" Status: ".status.", Count : ".count|makemv delim="," status&lt;/P&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/2868i556D89EA7302B778/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;in above pie chart it showing &lt;/P&gt;

&lt;P&gt;Status: 200, Count: 10&lt;BR /&gt;
---------------------------&lt;BR /&gt;
Status: 400 Count: 20&lt;BR /&gt;
---------------------------&lt;/P&gt;

&lt;P&gt;i want to display it as&lt;BR /&gt;
Status: 200&lt;BR /&gt;
Count: 10&lt;BR /&gt;
---------------------------&lt;BR /&gt;
Status: 400&lt;BR /&gt;
Count: 20&lt;BR /&gt;
---------------------------&lt;/P&gt;

&lt;P&gt;please help me with this&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:42:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363470#M107322</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-05-04T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: help me with Pie Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363471#M107323</link>
      <description>&lt;P&gt;Try this.  The &lt;CODE&gt;makemv&lt;/CODE&gt; command is not needed.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats count by status | eval status=" Status: ".status."\nCount : ".count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 May 2017 17:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363471#M107323</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-04T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: help me with Pie Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363472#M107324</link>
      <description>&lt;P&gt;No, its not working&lt;BR /&gt;
i am got search result like this&lt;BR /&gt;
Status: 200\nCount : 10&lt;BR /&gt;
Status: 302\nCount : 20&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 17:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363472#M107324</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-05-04T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: help me with Pie Chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363473#M107325</link>
      <description>&lt;P&gt;Sorry, I thought that would work.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:33:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-me-with-Pie-Chart/m-p/363473#M107325</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-04T20:33:59Z</dc:date>
    </item>
  </channel>
</rss>

