<?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 represent data in piechart/Linechart which I received by using REST API in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201653#M58426</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search generating MLS_Number Count as shown in ques | stats count(MLS_Number) as MLSNumber by Count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 31 Aug 2015 15:26:45 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-08-31T15:26:45Z</dc:date>
    <item>
      <title>How to represent data in piechart/Linechart which I received by using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201652#M58425</link>
      <description>&lt;P&gt;My data after search has following columns along with the other columns  as below&lt;/P&gt;

&lt;P&gt;MLS_Number  Count&lt;BR /&gt;
1129078                  1&lt;BR /&gt;
1248955                  1&lt;BR /&gt;
1290591                  2&lt;BR /&gt;
1379041                  1&lt;BR /&gt;
2035500                  3&lt;BR /&gt;
2146693                 1&lt;BR /&gt;
2177466                  4&lt;BR /&gt;
2208748                  1&lt;BR /&gt;
2362548                  1&lt;BR /&gt;
3040705                  1&lt;BR /&gt;
3047234                  3&lt;BR /&gt;
4638653                  2&lt;/P&gt;

&lt;P&gt;so, on Y-axis it will show Count as 1, 2, 3 and 4&lt;BR /&gt;
on X- axis I want count of MLS_Number,  with respect to Count 1, 2,3,4&lt;/P&gt;

&lt;P&gt;eg. here there are 7 records for the count = 1&lt;BR /&gt;
similarly 2 records for Count = 2 in a such way .. i want to display the data.&lt;BR /&gt;
Please help me with this.. &lt;BR /&gt;
Thanks Buddy...!! &lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201652#M58425</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-08-31T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to represent data in piechart/Linechart which I received by using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201653#M58426</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search generating MLS_Number Count as shown in ques | stats count(MLS_Number) as MLSNumber by Count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 31 Aug 2015 15:26:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201653#M58426</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-31T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to represent data in piechart/Linechart which I received by using REST API</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201654#M58427</link>
      <description>&lt;P&gt;Hi Somesoni2,&lt;/P&gt;

&lt;P&gt;I tried your query and I got the result but the problem arose now is it is giving me repetitive count, for example here there are 7 records for the count = 1, but in the result the count shown as 98550. As I am using REST API for input.. so may be it updates the data continuously.&lt;BR /&gt;
Can you help me with time stamp, like how I can add it in search to get the exact data.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-represent-data-in-piechart-Linechart-which-I-received-by/m-p/201654#M58427</guid>
      <dc:creator>rupesh_patil20</dc:creator>
      <dc:date>2015-09-01T05:32:36Z</dc:date>
    </item>
  </channel>
</rss>

