<?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 Find out Number of Authentications per hour in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Find-out-Number-of-Authentications-per-hour/m-p/188974#M187117</link>
    <description>&lt;P&gt;We have logs coming in from an authentication system and we would like to chart out the number of authentications by Hour of the day (or Hours of the day) for the last x number of days just to check the peak authentication times.&lt;/P&gt;

&lt;P&gt;The query we have at the moment is&lt;BR /&gt;
sourcetype=abc action=success | chart count(user) by date_hour&lt;/P&gt;

&lt;P&gt;but the result is:&lt;BR /&gt;
Hour...... Count&lt;BR /&gt;
0............... 2&lt;BR /&gt;
1...............12&lt;BR /&gt;
2...............13&lt;BR /&gt;
3...............8&lt;BR /&gt;
......&lt;BR /&gt;
23.............. 6&lt;/P&gt;

&lt;P&gt;How can I get a result like:&lt;BR /&gt;
    Hour   ....................Count&lt;BR /&gt;
00:00- 00:59............2&lt;BR /&gt;
1 :00- 1:59..............12&lt;BR /&gt;
2:00- 2:59 ............. 13&lt;BR /&gt;
3:00- 3:59............8&lt;BR /&gt;
......&lt;BR /&gt;
23:00- 23:59............                       6        &lt;/P&gt;

&lt;P&gt;Would it be possible to get a table or chart like above?        &lt;/P&gt;</description>
    <pubDate>Thu, 22 Jan 2015 05:35:39 GMT</pubDate>
    <dc:creator>mukeshb</dc:creator>
    <dc:date>2015-01-22T05:35:39Z</dc:date>
    <item>
      <title>Find out Number of Authentications per hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-out-Number-of-Authentications-per-hour/m-p/188974#M187117</link>
      <description>&lt;P&gt;We have logs coming in from an authentication system and we would like to chart out the number of authentications by Hour of the day (or Hours of the day) for the last x number of days just to check the peak authentication times.&lt;/P&gt;

&lt;P&gt;The query we have at the moment is&lt;BR /&gt;
sourcetype=abc action=success | chart count(user) by date_hour&lt;/P&gt;

&lt;P&gt;but the result is:&lt;BR /&gt;
Hour...... Count&lt;BR /&gt;
0............... 2&lt;BR /&gt;
1...............12&lt;BR /&gt;
2...............13&lt;BR /&gt;
3...............8&lt;BR /&gt;
......&lt;BR /&gt;
23.............. 6&lt;/P&gt;

&lt;P&gt;How can I get a result like:&lt;BR /&gt;
    Hour   ....................Count&lt;BR /&gt;
00:00- 00:59............2&lt;BR /&gt;
1 :00- 1:59..............12&lt;BR /&gt;
2:00- 2:59 ............. 13&lt;BR /&gt;
3:00- 3:59............8&lt;BR /&gt;
......&lt;BR /&gt;
23:00- 23:59............                       6        &lt;/P&gt;

&lt;P&gt;Would it be possible to get a table or chart like above?        &lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 05:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-out-Number-of-Authentications-per-hour/m-p/188974#M187117</guid>
      <dc:creator>mukeshb</dc:creator>
      <dc:date>2015-01-22T05:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find out Number of Authentications per hour</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Find-out-Number-of-Authentications-per-hour/m-p/188975#M187118</link>
      <description>&lt;P&gt;Is this close enough?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=abc action=success | bucket _time span=1h | stats count by _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 May 2015 17:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Find-out-Number-of-Authentications-per-hour/m-p/188975#M187118</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-19T17:49:00Z</dc:date>
    </item>
  </channel>
</rss>

