<?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 sum top30 and then sum top31-100 and then sum top101-500 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36706#M8160</link>
    <description>&lt;P&gt;Something like this should do it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | top limit=100 foo | eval a=1 | accum a | rangemap field=a 1-30=1-30 31-100=31-100 101-500=101-500 501-3000=501-3000 default=large | stats sum(count) by range
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Jun 2011 15:22:40 GMT</pubDate>
    <dc:creator>vbumgarner</dc:creator>
    <dc:date>2011-06-29T15:22:40Z</dc:date>
    <item>
      <title>How to sum top30 and then sum top31-100 and then sum top101-500</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36705#M8159</link>
      <description>&lt;P&gt;I have use sort event  from big to small ,now i want to sum 1-30,31-100,101-500,501-3000,3000- .how to do it ? thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:05:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36705#M8159</guid>
      <dc:creator>lihongyan_84</dc:creator>
      <dc:date>2011-06-29T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum top30 and then sum top31-100 and then sum top101-500</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36706#M8160</link>
      <description>&lt;P&gt;Something like this should do it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;* | top limit=100 foo | eval a=1 | accum a | rangemap field=a 1-30=1-30 31-100=31-100 101-500=101-500 501-3000=501-3000 default=large | stats sum(count) by range
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:22:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36706#M8160</guid>
      <dc:creator>vbumgarner</dc:creator>
      <dc:date>2011-06-29T15:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum top30 and then sum top31-100 and then sum top101-500</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36707#M8161</link>
      <description>&lt;P&gt;Thanks ，vbumgarner！&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 04:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-sum-top30-and-then-sum-top31-100-and-then-sum-top101-500/m-p/36707#M8161</guid>
      <dc:creator>lihongyan_84</dc:creator>
      <dc:date>2011-06-30T04:15:25Z</dc:date>
    </item>
  </channel>
</rss>

