<?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 Bucket Listing in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Listing/m-p/18747#M2758</link>
    <description>&lt;P&gt;Ok, first off this has nothing to do with the colloquial notion of a 'bucket list'.&lt;BR /&gt;
What I'm trying to do is to run a query that makes buckets via two text fields: Job and Counter. What I need is basically something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main | chart list(value) as values by job,counter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Only instead of a list of all the values, I want to have a list of buckets e.g. something that might look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main | chart list(bucket bins=5 value) as values by job,counter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The reason I want to do this is because I need to index these buckets in order to have them quickly available in a reporting chart. How do I do the above operation?&lt;/P&gt;</description>
    <pubDate>Sat, 28 May 2011 02:05:59 GMT</pubDate>
    <dc:creator>deusaquilus</dc:creator>
    <dc:date>2011-05-28T02:05:59Z</dc:date>
    <item>
      <title>Bucket Listing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Listing/m-p/18747#M2758</link>
      <description>&lt;P&gt;Ok, first off this has nothing to do with the colloquial notion of a 'bucket list'.&lt;BR /&gt;
What I'm trying to do is to run a query that makes buckets via two text fields: Job and Counter. What I need is basically something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main | chart list(value) as values by job,counter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Only instead of a list of all the values, I want to have a list of buckets e.g. something that might look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=main | chart list(bucket bins=5 value) as values by job,counter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The reason I want to do this is because I need to index these buckets in order to have them quickly available in a reporting chart. How do I do the above operation?&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 02:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bucket-Listing/m-p/18747#M2758</guid>
      <dc:creator>deusaquilus</dc:creator>
      <dc:date>2011-05-28T02:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Listing</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Bucket-Listing/m-p/18748#M2759</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=main | bucket bins=5 value | chart list(value) as values by job,counter
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 May 2011 03:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Bucket-Listing/m-p/18748#M2759</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-05-29T03:13:03Z</dc:date>
    </item>
  </channel>
</rss>

