<?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 count every 15mins with complete time bucket in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579973#M202079</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241930"&gt;@Anita&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 10:07:47 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-01-05T10:07:47Z</dc:date>
    <item>
      <title>How to count every 15mins with complete time bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579964#M202073</link>
      <description>&lt;P&gt;If I use &lt;STRONG&gt;&lt;EM&gt;bin _time as time span=15m | stats count by time&lt;/EM&gt;&lt;/STRONG&gt; on 17:20 for the past 1 hour, the result would be like&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;time interval&amp;nbsp; &amp;nbsp; &amp;nbsp; count&lt;/P&gt;&lt;P&gt;16:45 - 17:00&amp;nbsp; &amp;nbsp; 1285&lt;/P&gt;&lt;P&gt;17:00 - 17:15&amp;nbsp; &amp;nbsp; 1352&lt;/P&gt;&lt;P&gt;17:15 - 17:20&amp;nbsp; &amp;nbsp; 362&lt;/P&gt;&lt;P&gt;So for the last time bucket which is incomplete, there will be only 5 mins data.&lt;/P&gt;&lt;P&gt;Is there any way to search every 15mins backward from the current time like&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;16:35 - 16:50&lt;/P&gt;&lt;P&gt;16:50 - 17:05&lt;/P&gt;&lt;P&gt;17:05 - 17:20&lt;/P&gt;&lt;P&gt;Really appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579964#M202073</guid>
      <dc:creator>Anita</dc:creator>
      <dc:date>2022-01-05T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to count every 15mins with complete time bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579967#M202074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241930"&gt;@Anita&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to use the aligntime=latest in your bin command, something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your_search
| bin _time as time span=15m aligntime=latest
| stats count by time &lt;/LI-CODE&gt;&lt;P&gt;as you can see at &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/8.2.2111/SearchReference/Bin" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/8.2.2111/SearchReference/Bin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579967#M202074</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-01-05T09:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to count every 15mins with complete time bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579969#M202076</link>
      <description>&lt;P&gt;That works!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579969#M202076</guid>
      <dc:creator>Anita</dc:creator>
      <dc:date>2022-01-05T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to count every 15mins with complete time bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579973#M202079</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/241930"&gt;@Anita&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-count-every-15mins-with-complete-time-bucket/m-p/579973#M202079</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-01-05T10:07:47Z</dc:date>
    </item>
  </channel>
</rss>

