<?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 search average response times at a specific time? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285900#M86499</link>
    <description>&lt;P&gt;thank you. this helps. what if I need this to be searched over three days for example today, yesterday and a week ago at the same time.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 18:00:18 GMT</pubDate>
    <dc:creator>nlrdy</dc:creator>
    <dc:date>2016-04-07T18:00:18Z</dc:date>
    <item>
      <title>How to search average response times at a specific time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285898#M86497</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to write a splunk query but dont know where to start with. Is it possible to write a query to search for response times at a particular time on a day  for example, comparing the response times today at 8:00 AM vs yesterday at 8:00 AM.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285898#M86497</guid>
      <dc:creator>nlrdy</dc:creator>
      <dc:date>2016-04-07T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average response times at a specific time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285899#M86498</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search earliest=-1d@d latest=now |  where strftime(_time,"%H:%M")="08:00" | eval Period=if(_time&amp;gt;relative_time(now(),"-24h"),"Today","Yesterday") | eval temp=1| chart values(response_time) over temp by Period | fields - temp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Apr 2016 16:16:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285899#M86498</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-04-07T16:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to search average response times at a specific time?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285900#M86499</link>
      <description>&lt;P&gt;thank you. this helps. what if I need this to be searched over three days for example today, yesterday and a week ago at the same time.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 18:00:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-average-response-times-at-a-specific-time/m-p/285900#M86499</guid>
      <dc:creator>nlrdy</dc:creator>
      <dc:date>2016-04-07T18:00:18Z</dc:date>
    </item>
  </channel>
</rss>

