<?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: Difference between earliest -2d and earliest -2d@d? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145348#M40495</link>
    <description>&lt;P&gt;Thank you for the quick reply Ayn. &lt;/P&gt;

&lt;P&gt;To ensure I understand it using your example:  &lt;/P&gt;

&lt;P&gt;earliest -2d@d would give me the results from 4/26 00:00:00 - 4/28 14:00:00 &lt;/P&gt;

&lt;P&gt;where as earliest -2d would give me the results from 4/26 14:00:00 - 4/28 14:00:00&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2014 22:12:52 GMT</pubDate>
    <dc:creator>MichaelCohen829</dc:creator>
    <dc:date>2014-04-28T22:12:52Z</dc:date>
    <item>
      <title>Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145346#M40493</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could someone please delineate the difference between these two earliest commands:&lt;/P&gt;

&lt;P&gt;earliest=-2d&lt;/P&gt;

&lt;P&gt;earliest=-2d@d&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 21:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145346#M40493</guid>
      <dc:creator>MichaelCohen829</dc:creator>
      <dc:date>2014-04-28T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145347#M40494</link>
      <description>&lt;P&gt;So say you're issuing a search at 14:00 on the 28th of April.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;earliest=-2d&lt;/CODE&gt; will go back exactly two days and start at 14:00 on the 26th of April.&lt;BR /&gt;
&lt;CODE&gt;earliest=-2d@d&lt;/CODE&gt; will go back to two days ago and then "snap" to 00:00 of that day - it means "give me events from the 26th and onwards".&lt;/P&gt;

&lt;P&gt;This becomes very useful in a range of situations, for instance if you want to look at the previous month you do &lt;CODE&gt;earliest=-mon@mon latest=@mon&lt;/CODE&gt; in order to snap to the start of the last and the current month, respectively.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 22:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145347#M40494</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-04-28T22:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145348#M40495</link>
      <description>&lt;P&gt;Thank you for the quick reply Ayn. &lt;/P&gt;

&lt;P&gt;To ensure I understand it using your example:  &lt;/P&gt;

&lt;P&gt;earliest -2d@d would give me the results from 4/26 00:00:00 - 4/28 14:00:00 &lt;/P&gt;

&lt;P&gt;where as earliest -2d would give me the results from 4/26 14:00:00 - 4/28 14:00:00&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 22:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145348#M40495</guid>
      <dc:creator>MichaelCohen829</dc:creator>
      <dc:date>2014-04-28T22:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145349#M40496</link>
      <description>&lt;P&gt;Not to forget the coolest snaps of them all, @w1 (Monday) to @w7 (Sunday) - they'll snap to the most recent week day.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 22:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145349#M40496</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-28T22:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145350#M40497</link>
      <description>&lt;P&gt;&lt;CODE&gt;earliest=-mon@mon latest=@mon&lt;/CODE&gt; with this will it be, assuming in Feb1st at 11am, beginning Jan1st to end of Jan31st?&lt;BR /&gt;
Or would it be beginning Jan1st to beginning Feb1st?    probably pretty much the same thing really.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 20:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145350#M40497</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-03-05T20:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145351#M40498</link>
      <description>&lt;P&gt;how come in some queries earliest works and others it doesnt? Case in point &lt;BR /&gt;
"earliest=-2d | metadata type=hosts | table host | sort 0 user"  does not work but in other queries it does?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 20:15:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145351#M40498</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-17T20:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145352#M40499</link>
      <description>&lt;P&gt;Any search which starts with a pipe symbol e.g. | dbquery ,  | medatata ,| inputlookup  ,| rest  etc doesn't support in-line timerange modifiers. They do support time range picker values though (wherever applicable).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 21:54:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145352#M40499</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-17T21:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145353#M40500</link>
      <description>&lt;P&gt;thanks.. sorry I'm fairly new to Splunk.  So how would I add a time range picker value? I thought that's what earliest did... was just a replacement for time picker in the UI time selector.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 22:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145353#M40500</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-17T22:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between earliest -2d and earliest -2d@d?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145354#M40501</link>
      <description>&lt;P&gt;If you're running adhoc search, you can use the timerange picker control (right of search text box). In dashboards, you're timerange picker available as dashboard level OR panel level. For saved searches, there are specific textboxes available for Start Time/Earliest and Finish time/Latest.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 23:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Difference-between-earliest-2d-and-earliest-2d-d/m-p/145354#M40501</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-17T23:45:27Z</dc:date>
    </item>
  </channel>
</rss>

