<?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: Grouping result after stats in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190574#M54880</link>
    <description>&lt;P&gt;This worked out .Thanks man&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2014 12:23:43 GMT</pubDate>
    <dc:creator>SplunkBaby</dc:creator>
    <dc:date>2014-03-17T12:23:43Z</dc:date>
    <item>
      <title>Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190570#M54876</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
I have a search like this&lt;BR /&gt;
host=A |stats last("Status") by TaskId &lt;/P&gt;

&lt;P&gt;I like to group the result of above query by Status and then display a pie chart.&lt;BR /&gt;
I use transaction "Status" but doesn't work out.&lt;BR /&gt;
Can anybody help me.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:44:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190570#M54876</guid>
      <dc:creator>SplunkBaby</dc:creator>
      <dc:date>2014-03-17T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190571#M54877</link>
      <description>&lt;P&gt;Don't know, what the problem is ...&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;do you get no results (as a list)?&lt;/LI&gt;
&lt;LI&gt;you get results but, the pie chart is rendered with wrong or no values?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Maybe your field "Status" is called "status" or "TaskId", "TaskID" or some (other) typo?&lt;/P&gt;

&lt;P&gt;Greetz, Robert&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:09:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190571#M54877</guid>
      <dc:creator>Rocket66</dc:creator>
      <dc:date>2014-03-17T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190572#M54878</link>
      <description>&lt;P&gt;In addition to Rocket66's comment, try this: &lt;CODE&gt;'host=A | stats last("Status") as LastStatus by TaskId | chart LastStatus'&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190572#M54878</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-03-17T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190573#M54879</link>
      <description>&lt;P&gt;I get the result.Result is based on TaskIds.&lt;BR /&gt;
I want to group that result again based on Status.&lt;BR /&gt;
for that i use like &lt;BR /&gt;
host=A |stats last("Status") by TaskId | transaction "Status".&lt;BR /&gt;
This is not working.How can i achieve this.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190573#M54879</guid>
      <dc:creator>SplunkBaby</dc:creator>
      <dc:date>2014-03-17T11:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190574#M54880</link>
      <description>&lt;P&gt;This worked out .Thanks man&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190574#M54880</guid>
      <dc:creator>SplunkBaby</dc:creator>
      <dc:date>2014-03-17T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190575#M54881</link>
      <description>&lt;P&gt;Thanks it is solved&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190575#M54881</guid>
      <dc:creator>SplunkBaby</dc:creator>
      <dc:date>2014-03-17T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping result after stats</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190576#M54882</link>
      <description>&lt;P&gt;Please accept the answer if it is what got it worked out.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:29:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-result-after-stats/m-p/190576#M54882</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2014-03-17T12:29:20Z</dc:date>
    </item>
  </channel>
</rss>

