<?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: What time modifiers do I need to look at 1 hour of data for yesterday relative to today? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171665#M186445</link>
    <description>&lt;P&gt;will that work? will that not always be 23hours ago from your current hour. I want same hour for yesterday all the time.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Aug 2015 21:39:57 GMT</pubDate>
    <dc:creator>HattrickNZ</dc:creator>
    <dc:date>2015-08-16T21:39:57Z</dc:date>
    <item>
      <title>What time modifiers do I need to look at 1 hour of data for yesterday relative to today?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171663#M186443</link>
      <description>&lt;P&gt;I want to just look at 1 hour for yesterday, but I want it to be relative to today so no matter when I look at it in the future it will always be yesterday. &lt;/P&gt;

&lt;P&gt;So if I look at it today it will show yesterdays value at 12pm to 1pm&lt;BR /&gt;
And if I look at it next week it will show the day before that day at 12pm to 1pm&lt;/P&gt;

&lt;P&gt;I am thinking of something like &lt;CODE&gt;-1d@d&lt;/CODE&gt; for the earliest and &lt;CODE&gt;@d&lt;/CODE&gt; for the latest but how do i get the hour I want?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 20:39:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171663#M186443</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-08-16T20:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: What time modifiers do I need to look at 1 hour of data for yesterday relative to today?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171664#M186444</link>
      <description>&lt;P&gt;&lt;CODE&gt;-1d@h&lt;/CODE&gt; to &lt;CODE&gt;-23h@h&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You can use any of the units for range as as your "snap to" boundaries.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 21:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171664#M186444</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2015-08-16T21:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: What time modifiers do I need to look at 1 hour of data for yesterday relative to today?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171665#M186445</link>
      <description>&lt;P&gt;will that work? will that not always be 23hours ago from your current hour. I want same hour for yesterday all the time.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 21:39:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171665#M186445</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-08-16T21:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: What time modifiers do I need to look at 1 hour of data for yesterday relative to today?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171666#M186446</link>
      <description>&lt;P&gt;So what you are saying is that you will always want the hour 12:00..13:00 of the previous day.&lt;/P&gt;

&lt;P&gt;OK, so that should be &lt;CODE&gt;-d@d+12h&lt;/CODE&gt; to &lt;CODE&gt;-d@d+13h&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;You can add and subtract offsets after the snap.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 21:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171666#M186446</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2015-08-16T21:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: What time modifiers do I need to look at 1 hour of data for yesterday relative to today?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171667#M186447</link>
      <description>&lt;P&gt;I just had another thought, it could also be specified as @d-12h to @d-11h.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2015 00:25:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-time-modifiers-do-I-need-to-look-at-1-hour-of-data-for/m-p/171667#M186447</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2015-09-06T00:25:04Z</dc:date>
    </item>
  </channel>
</rss>

