<?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: Real Time search for Today() in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34443#M7417</link>
    <description>&lt;P&gt;afaik this is currently not supported. There have been a number of requests to implement this functionality - let's hope it makes it into a future release at some point.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2012 08:27:17 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-08-27T08:27:17Z</dc:date>
    <item>
      <title>Real Time search for Today()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34440#M7414</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;

&lt;P&gt;it is possible to do a real time search for today? &lt;BR /&gt;
for the saved searches or reports, we can actually do a @d - now &lt;/P&gt;

&lt;P&gt;if i would to do a rt-d that would actually bring me the result time result that will be in last 24 hours instead.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 17:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34440#M7414</guid>
      <dc:creator>EricksonOng</dc:creator>
      <dc:date>2012-04-24T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time search for Today()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34441#M7415</link>
      <description>&lt;P&gt;What are you looking to accomplish with a 'today' time range for real time.  Maybe that will help us answer your question.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 17:40:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34441#M7415</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-04-24T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time search for Today()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34442#M7416</link>
      <description>&lt;P&gt;more or less this is for monitoring display.&lt;BR /&gt;
the dashboard should be monitoring several metrics for violation. &lt;BR /&gt;
however, this should be reset on a daily basis such that, when the next 24 hour shift takes over. it should already been cleared off instead of still showing up.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 07:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34442#M7416</guid>
      <dc:creator>EricksonOng</dc:creator>
      <dc:date>2012-08-27T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time search for Today()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34443#M7417</link>
      <description>&lt;P&gt;afaik this is currently not supported. There have been a number of requests to implement this functionality - let's hope it makes it into a future release at some point.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 08:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34443#M7417</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-08-27T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time search for Today()</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34444#M7418</link>
      <description>&lt;P&gt;This is not ideal, since it requires a new event to come through to 'refresh' the display&lt;/P&gt;

&lt;P&gt;Set up your real-time search for the last 24 hours, then filter it through something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.... | eval interval=relative_time(_time,"@d") | eventstats latest(interval) as latest_interval | where interval == latest_interval AND latest_interval == relative_time(time(),"@d") |  ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This'll only display events for the current day.&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 10:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Real-Time-search-for-Today/m-p/34444#M7418</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-08-27T10:36:28Z</dc:date>
    </item>
  </channel>
</rss>

