<?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: Max of peak hour volume in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193013#M38515</link>
    <description>&lt;P&gt;Lets say if the max value is 10 for three distinct hours in the day,  the search returns all three hour values. Question is how to show the first occurrence ONLY of the three max values ?&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2015 18:16:35 GMT</pubDate>
    <dc:creator>sureshchinta</dc:creator>
    <dc:date>2015-05-12T18:16:35Z</dc:date>
    <item>
      <title>Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193001#M38503</link>
      <description>&lt;P&gt;I need the Max of peak hour volume&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;My Data&lt;/STRONG&gt;&lt;/P&gt;

&lt;TABLE border="1"&gt;
&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Time&lt;/TH&gt;&lt;TH&gt;Make&lt;/TH&gt;&lt;TH&gt;Model Sold&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;
&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5:03&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:07&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:08&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:10&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:12&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:14&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:50&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:03&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:07&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:08&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:10&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:16&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:28&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;

&lt;P&gt;&lt;/P&gt;

&lt;H1&gt;Hourly Peak Volume 5:00 - 6:00&lt;/H1&gt;

&lt;TABLE border="1"&gt;
&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Time&lt;/TH&gt;&lt;TH&gt;Make&lt;/TH&gt;&lt;TH&gt;Model Sold&lt;/TH&gt;&lt;TH&gt;No of items Sold&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;
&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;

&lt;H1&gt;Hourly Peak Volume 6:00 - 7:00&lt;/H1&gt;

&lt;TABLE border="1"&gt;
&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Time&lt;/TH&gt;&lt;TH&gt;Make&lt;/TH&gt;&lt;TH&gt;Model Sold&lt;/TH&gt;&lt;TH&gt;No of items Sold&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;
&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;

&lt;P&gt;&lt;STRONG&gt;Expected result&lt;/STRONG&gt;&lt;BR /&gt;
&lt;BR /&gt;
Max of peak hour volume. Max of 24 hrs data.&lt;BR /&gt;
&lt;TABLE border="1"&gt;&lt;BR /&gt;
&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Time&lt;/TH&gt;&lt;TH&gt;Make&lt;/TH&gt;&lt;TH&gt;Model Sold&lt;/TH&gt;&lt;TH&gt;No of items Sold&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;BR /&gt;
&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;5:00 - 6:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;6:00 - 7:00&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;Can someone help me on this.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2014 00:48:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193001#M38503</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2014-08-23T00:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193002#M38504</link>
      <description>&lt;P&gt;The Time column will contain only HH:MM data like this OR something else? What is the format of values in Time column?&lt;BR /&gt;
How will you distinguish which days peak?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2014 02:19:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193002#M38504</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-23T02:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193003#M38505</link>
      <description>&lt;P&gt;Actually there won't be any time in logs. It is just the indexed time. If i choose last 4 days then i should get only one result for each day for each model sold.i.e Peak hour sale of a day(24 hrs). Normally it happens during happy hours.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2014 03:29:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193003#M38505</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2014-08-23T03:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193004#M38506</link>
      <description>&lt;P&gt;Try these&lt;/P&gt;

&lt;P&gt;Per hour:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   Some search terms... | bucket _time span=1h | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | eventstats max(Total_Sales) as Max by _time, Make | where Total_Sales = Max | rename Total_Sales as "No of Models Sold" | fields - Max
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Per day:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Some search terms... | bucket _time span=1d | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | eventstats max(Total_Sales) as Max by _time, Make | where Total_Sales = Max | rename Total_Sales as "No of Models Sold" | fields - Max
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Updated:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
Which hour had the max:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Some search terms... | bucket _time span=1h | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | eventstats max(Total_Sales) as Hour_Max by _time, Make | where Total_Sales = Hour_Max | fields - Hour_Max | bucket _time span=1d | eventstats max(Total_Sales) as Day_Max by _time, Make | where Total_Sales = Day_Max | rename Total_Sales as "No of Models Sold"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Second Update:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
To get exact hour&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Some search terms... | bucket _time span=1h | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | eventstats max(Total_Sales) as Hour_Max by _time, Make | where Total_Sales = Hour_Max | fields - Hour_Max | eval Hour_Of_Day = strftime(_time, "%H:%M") | bucket _time span=1d | eventstats max(Total_Sales) as Day_Max by _time, Make | where Total_Sales = Day_Max | rename Total_Sales as "No of Models Sold"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 Aug 2014 06:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193004#M38506</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-23T06:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193005#M38507</link>
      <description>&lt;P&gt;Thank you very much Strive. Hourly Peak Volume worked flawlessly but when I removed “eventstats max(Total_Sales) as Max by _time, Make” I was not able to see any difference.&lt;/P&gt;

&lt;P&gt;My main requirement was Max of peak hour volume. i.e. Max of 24 hrs. data. But it didn’t work as I expected.&lt;/P&gt;

&lt;P&gt;To make it clear. Based on the above table I was able to sell only 1  Accord from 5:00 – 6:00 but I was able to sell 2 Accords from 6:00 – 7:00. Then my result should be &lt;BR /&gt;
6:00 – 7:00 Honda Accord 2&lt;/P&gt;

&lt;P&gt;Assume if I sell 15 Accords from 7:00 to 8:00 and 12 Accords from 8:00 to 9:00 Then the result at 9:00 ‘o’ clock should be &lt;BR /&gt;
7:00 – 8:00 Honda Accord 15&lt;/P&gt;

&lt;P&gt;Per day:&lt;/P&gt;

&lt;P&gt;Some search terms... | bucket _time span=1d | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | eventstats max(Total_Sales) as Max by _time, Make | where Total_Sales = Max | rename Total_Sales as "No of Models Sold" | fields – Max&lt;/P&gt;

&lt;P&gt;If I use the above search I am getting sum of every one hour i.e. &lt;/P&gt;

&lt;P&gt;This is what I am getting&lt;BR /&gt;
&lt;BR /&gt;
&lt;TABLE border="1"&gt;&lt;BR /&gt;
&lt;TBODY&gt;&lt;TR&gt;&lt;TH&gt;Time&lt;/TH&gt;&lt;TH&gt;Make&lt;/TH&gt;&lt;TH&gt;Model Sold&lt;/TH&gt;&lt;TH&gt;No of items Sold&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;BR /&gt;
&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8/21/14 12:00:00.000 AM&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Accord&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;8/21/14 12:00:00.000 AM&lt;/TD&gt;&lt;TD&gt;Honda&lt;/TD&gt;&lt;TD&gt;Civic&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;8/21/14 12:00:00.000 AM&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Corolla&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;TR&gt;&lt;TD&gt;8/21/14 12:00:00.000 AM&lt;/TD&gt;&lt;TD&gt;Toyota&lt;/TD&gt;&lt;TD&gt;Camry&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;BR /&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;
&lt;/P&gt;

&lt;P&gt;But I need max of every one hour(Check the expected result above). It needs a slight fine tuning.&lt;/P&gt;

&lt;P&gt;I was able to get the expected result using the below search&lt;/P&gt;

&lt;P&gt;Some search terms... | bucket _time span=1h | stats count(Model Sold) as Total_Sales by _time, Make, "Model Sold" | bucket _time span=1d | eventstats max(Total_Sales) as Max by _time, Make | where Total_Sales = Max | rename Total_Sales as "No of Models Sold" | fields – Max&lt;/P&gt;

&lt;P&gt;I introduced one more bucket. But in results in time column I am getting 8/21/14 12:00:00.000 AM. I need the exact hour when the sales was high. Can we have two different names for the bucket. I replaced the second _time with some different name but it didn't work.&lt;/P&gt;

&lt;P&gt;Can you help me in getting the exact time as well in the result. Your help will be highly appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:23:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193005#M38507</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2020-09-28T17:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193006#M38508</link>
      <description>&lt;P&gt;So what you need is this. &lt;BR /&gt;
First find out the max for every hour. For a day you will have 24 max values on per hour basis. Out of these you need to find out which hour had the max? Is that right?&lt;/P&gt;

&lt;P&gt;Check my updated answer.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 07:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193006#M38508</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-24T07:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193007#M38509</link>
      <description>&lt;P&gt;Exactly. Could you please respond to my comment for your updated answer?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 08:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193007#M38509</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2014-08-24T08:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193008#M38510</link>
      <description>&lt;P&gt;You rock man. It worked flawlessly. But in results in time column I am getting 8/21/14 12:00:00.000 AM. I need the exact hour when the sales was high. Can we have two different names for the bucket. I replaced the second _time with some different name but it didn't work.&lt;BR /&gt;
Can you help me in getting the exact time as well in the result. Your help will be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 08:43:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193008#M38510</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2014-08-24T08:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193009#M38511</link>
      <description>&lt;P&gt;Take the second update to get hour of day&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 08:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193009#M38511</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-24T08:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193010#M38512</link>
      <description>&lt;P&gt;Take the second update to get hour of day&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 08:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193010#M38512</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-24T08:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193011#M38513</link>
      <description>&lt;P&gt;I owe you a beer. It worked flawlessly. Thank you very much for helping me on a weekend.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 09:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193011#M38513</guid>
      <dc:creator>th1agarajan</dc:creator>
      <dc:date>2014-08-24T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193012#M38514</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Good to know that it worked. Happy Splunking &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Aug 2014 12:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193012#M38514</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-24T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193013#M38515</link>
      <description>&lt;P&gt;Lets say if the max value is 10 for three distinct hours in the day,  the search returns all three hour values. Question is how to show the first occurrence ONLY of the three max values ?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 18:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193013#M38515</guid>
      <dc:creator>sureshchinta</dc:creator>
      <dc:date>2015-05-12T18:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193014#M38516</link>
      <description>&lt;P&gt;Lets say if the max value is 10 for three distinct hours in the day, the search returns all three hour values. Question is how to show the first occurrence ONLY of the three max values ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 14:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193014#M38516</guid>
      <dc:creator>sureshchinta</dc:creator>
      <dc:date>2015-05-13T14:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193015#M38517</link>
      <description>&lt;P&gt;use dedup on max value and time. It will show first value for each time span.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 14:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/193015#M38517</guid>
      <dc:creator>sgundeti</dc:creator>
      <dc:date>2016-07-01T14:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Max of peak hour volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/685874#M114390</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79269"&gt;@strive&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/179471"&gt;@th1agarajan&lt;/a&gt;&amp;nbsp;- My requirement is similar to this but I don't want daily peak hour. I just need to get peak hour from time range. Lets say, If I am searching for last 7 days data, it needs to report only one peak hour of whole hours (out of 24*7) . How can I achieve this ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 17:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Max-of-peak-hour-volume/m-p/685874#M114390</guid>
      <dc:creator>Allampally</dc:creator>
      <dc:date>2024-04-29T17:18:19Z</dc:date>
    </item>
  </channel>
</rss>

