<?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 Custom Chart/Bucket Span Widths? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52299#M12696</link>
    <description>&lt;P&gt;I'm trying to set up a pie chart displaying the average response time to a particular server. The pie chart should have 3 buckets of varying width, corresponding to the average response:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;1st bucket: 0 &amp;lt;= Response Time &amp;lt; 6&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;2nd bucket: 6 &amp;lt;= Response Time &amp;lt; 24&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;3rd bucket: Response Time &amp;gt;= 24&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I am not sure how to do this in Splunk; span seems to only take fixed values in determining bucket widths. I've currently just been using &lt;CODE&gt;chart&lt;/CODE&gt; with &lt;CODE&gt;span=6&lt;/CODE&gt;, but it would be a huge advantage to split up the data into the 3 buckets described above.&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2011 19:08:18 GMT</pubDate>
    <dc:creator>acdevlin</dc:creator>
    <dc:date>2011-08-02T19:08:18Z</dc:date>
    <item>
      <title>Custom Chart/Bucket Span Widths?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52299#M12696</link>
      <description>&lt;P&gt;I'm trying to set up a pie chart displaying the average response time to a particular server. The pie chart should have 3 buckets of varying width, corresponding to the average response:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;1st bucket: 0 &amp;lt;= Response Time &amp;lt; 6&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;2nd bucket: 6 &amp;lt;= Response Time &amp;lt; 24&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;3rd bucket: Response Time &amp;gt;= 24&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I am not sure how to do this in Splunk; span seems to only take fixed values in determining bucket widths. I've currently just been using &lt;CODE&gt;chart&lt;/CODE&gt; with &lt;CODE&gt;span=6&lt;/CODE&gt;, but it would be a huge advantage to split up the data into the 3 buckets described above.&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 19:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52299#M12696</guid>
      <dc:creator>acdevlin</dc:creator>
      <dc:date>2011-08-02T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart/Bucket Span Widths?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52300#M12697</link>
      <description>&lt;P&gt;you can try to use the rangemap command to do what you want&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... | rangemap field=ResponseTime low=0-6, middle=6-24, default=high | stats count BY range
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then display the results as a pie chart&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 01:33:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52300#M12697</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2011-08-03T01:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart/Bucket Span Widths?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52301#M12698</link>
      <description>&lt;P&gt;Perfect! Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-Chart-Bucket-Span-Widths/m-p/52301#M12698</guid>
      <dc:creator>acdevlin</dc:creator>
      <dc:date>2011-08-03T16:44:50Z</dc:date>
    </item>
  </channel>
</rss>

