<?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 Using the bucket command, why doesn't one bucket range appear? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116793#M4417</link>
    <description>&lt;P&gt;I have a search that categorizes results according to the response time and buckets them in 1000. I have 0-1000 and 1000-2000 and 3000-4000 and so on. It appears perfectly, but I never have 2000-3000 appear any help?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=gasf  host="*hub-vpn*" uri_path="*default.aspx" referer!="*SSOLogon*"  | rex "(?&amp;lt;response_time&amp;gt;\d+)\s[\-\+]$" | eval resTimeInMS=round((response_time/1000),2) | bucket resTimeInMS span=1000   | timechart span=15m c by resTimeInMS usenull=f  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 13 Jul 2015 12:46:24 GMT</pubDate>
    <dc:creator>rana_nour</dc:creator>
    <dc:date>2015-07-13T12:46:24Z</dc:date>
    <item>
      <title>Using the bucket command, why doesn't one bucket range appear?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116793#M4417</link>
      <description>&lt;P&gt;I have a search that categorizes results according to the response time and buckets them in 1000. I have 0-1000 and 1000-2000 and 3000-4000 and so on. It appears perfectly, but I never have 2000-3000 appear any help?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=gasf  host="*hub-vpn*" uri_path="*default.aspx" referer!="*SSOLogon*"  | rex "(?&amp;lt;response_time&amp;gt;\d+)\s[\-\+]$" | eval resTimeInMS=round((response_time/1000),2) | bucket resTimeInMS span=1000   | timechart span=15m c by resTimeInMS usenull=f  
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116793#M4417</guid>
      <dc:creator>rana_nour</dc:creator>
      <dc:date>2015-07-13T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using the bucket command, why doesn't one bucket range appear?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116794#M4418</link>
      <description>&lt;P&gt;its probabely to not get all captions,  but do you have some data presented in this graphe for this interval right? &lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 13:01:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116794#M4418</guid>
      <dc:creator>otman01</dc:creator>
      <dc:date>2015-07-13T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using the bucket command, why doesn't one bucket range appear?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116795#M4419</link>
      <description>&lt;P&gt;If you leave the bucket out of your search, is there data in that range?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 13:31:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116795#M4419</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-13T13:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using the bucket command, why doesn't one bucket range appear?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116796#M4420</link>
      <description>&lt;P&gt;It does not appear because you have no values.  The &lt;CODE&gt;fillnull&lt;/CODE&gt; directive applies to the &lt;CODE&gt;axes&lt;/CODE&gt;, not to the number of lines in the chart.  Your 'by' field is &lt;CODE&gt;resTimeInMS&lt;/CODE&gt; so the lines plotted will be only those for which this field has values.  Think about it: if you were plotting &lt;CODE&gt;by host&lt;/CODE&gt; how would you expect &lt;CODE&gt;timechart&lt;/CODE&gt; to "fill in gaps" in &lt;CODE&gt;host&lt;/CODE&gt; values?  The only way to solve this is to use &lt;CODE&gt;append&lt;/CODE&gt; to force each range value to have an entry by appending exactly 1 event in each 15-minute span and then subtracting one from each before you plot it.  I will have the implementation of this solution as an exercise for the OP.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 14:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Using-the-bucket-command-why-doesn-t-one-bucket-range-appear/m-p/116796#M4420</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-13T14:34:40Z</dc:date>
    </item>
  </channel>
</rss>

