<?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 Searching on time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90903#M182295</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a search that shows the last time a server last had a virus update but how can I make the search so it only shows machines that have not had a virus update for say 14 days?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2013 16:18:48 GMT</pubDate>
    <dc:creator>robK123</dc:creator>
    <dc:date>2013-01-17T16:18:48Z</dc:date>
    <item>
      <title>Searching on time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90903#M182295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a search that shows the last time a server last had a virus update but how can I make the search so it only shows machines that have not had a virus update for say 14 days?&lt;/P&gt;

&lt;P&gt;Thanks, &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 16:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90903#M182295</guid>
      <dc:creator>robK123</dc:creator>
      <dc:date>2013-01-17T16:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Searching on time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90904#M182296</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... your search here | where last_update &amp;lt; now()-(14*24*60*60)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jan 2013 16:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90904#M182296</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-01-17T16:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Searching on time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90905#M182297</link>
      <description>&lt;P&gt;Thanks can you break down what this bit of the search does&lt;/P&gt;

&lt;P&gt;&amp;lt; now()-(14*24*60*60)&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90905#M182297</guid>
      <dc:creator>robK123</dc:creator>
      <dc:date>2020-09-28T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searching on time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90906#M182298</link>
      <description>&lt;P&gt;now() in eval returns the current epoch time, 14*24*60*60 is the number of seconds in 14 days.&lt;/P&gt;

&lt;P&gt;So we're checking if the last_update was before that.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Searching-on-time/m-p/90906#M182298</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2020-09-28T13:10:14Z</dc:date>
    </item>
  </channel>
</rss>

