<?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: Where _time &amp;gt; 3/22/2018 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308075#M92441</link>
    <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=...
| eval epoch=strptime("YOUR_TIME_FIELD", "%m/%d/%Y") 
| where epoch &amp;gt;1521748648
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 29 Mar 2018 19:58:51 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2018-03-29T19:58:51Z</dc:date>
    <item>
      <title>Where _time &gt; 3/22/2018</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308074#M92440</link>
      <description>&lt;P&gt;I have events that only time stamp is the Splunk generated _time and I only need to return events after a certain date, 3/22/2018. Simply adding "Where _time &amp;gt; 3/22/2018" does not work and I have attempted converting _time and comparing against that to no avail. &lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308074#M92440</guid>
      <dc:creator>griffinpair</dc:creator>
      <dc:date>2018-03-29T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where _time &gt; 3/22/2018</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308075#M92441</link>
      <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=...
| eval epoch=strptime("YOUR_TIME_FIELD", "%m/%d/%Y") 
| where epoch &amp;gt;1521748648
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:58:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308075#M92441</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-03-29T19:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where _time &gt; 3/22/2018</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308076#M92442</link>
      <description>&lt;P&gt;If &lt;CODE&gt;_time&lt;/CODE&gt; is the time you want to use for searches, using the time picker should work just fine.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 03:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Where-time-gt-3-22-2018/m-p/308076#M92442</guid>
      <dc:creator>jihape</dc:creator>
      <dc:date>2018-06-13T03:50:31Z</dc:date>
    </item>
  </channel>
</rss>

