<?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: chart query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57347#M13990</link>
    <description>&lt;P&gt;You can do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test 
| stats count(_raw) as topHostnames by Hostname 
| sort - topHostnames
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 12 Aug 2011 14:52:58 GMT</pubDate>
    <dc:creator>Greg_LeBlanc</dc:creator>
    <dc:date>2011-08-12T14:52:58Z</dc:date>
    <item>
      <title>chart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57346#M13989</link>
      <description>&lt;P&gt;The following query &lt;/P&gt;

&lt;P&gt;index=test | top Hostname&lt;/P&gt;

&lt;P&gt;produces a chart that has percentages included in the chart along with the top hostnames.  How do I not include the percentages in the chart?  I do not want percentages in the chart.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57346#M13989</guid>
      <dc:creator>DTERM</dc:creator>
      <dc:date>2011-08-12T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: chart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57347#M13990</link>
      <description>&lt;P&gt;You can do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test 
| stats count(_raw) as topHostnames by Hostname 
| sort - topHostnames
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57347#M13990</guid>
      <dc:creator>Greg_LeBlanc</dc:creator>
      <dc:date>2011-08-12T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: chart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57348#M13991</link>
      <description>&lt;P&gt;The showperc modifier to the top command is what you want.  Here is how you use it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test | top showperc=false Hostname
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Aug 2011 19:44:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-query/m-p/57348#M13991</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2011-08-12T19:44:01Z</dc:date>
    </item>
  </channel>
</rss>

