<?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: Search Time interval in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77615#M181576</link>
    <description>&lt;P&gt;Your original will work fine &lt;EM&gt;if&lt;/EM&gt; you parenthesize correctly and specify your times in an acceptable format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype=A earliest=10/21/2010:09:00:00 latest=10/21/2010:09:02:00) OR (sourcetype=listener earliest=10/21/2010:08:59:00 latest=10/21/2010:09:03:00)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 01 Nov 2010 04:05:31 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-11-01T04:05:31Z</dc:date>
    <item>
      <title>Search Time interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77613#M181574</link>
      <description>&lt;P&gt;sourcetype=A earliest=10/21/2010:09:0:0 latest=10/21/2010:09:02:0 OR sourcetype=listener earliest=10/21/2010:08:59:0 latest=10/21/2010:09:03:0 | eval x=case(sourcetype=="A" , 1 , sourcetype=="B",2) | stats sum(x) as x by id | fields x,id | where x==1&lt;/P&gt;

&lt;P&gt;hello&lt;/P&gt;

&lt;P&gt;I have a search problem&lt;/P&gt;

&lt;P&gt;I would like to set two times interval ??&lt;/P&gt;

&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 10:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77613#M181574</guid>
      <dc:creator>grio</dc:creator>
      <dc:date>2010-10-26T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77614#M181575</link>
      <description>&lt;P&gt;You can concatenate the results of 2 searches by using &lt;CODE&gt;append&lt;/CODE&gt; and the 2 searches can have different time ranges.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype=A earliest=-30m latest=-20 | append [search sourcetype=B earliest=-25m latest=-15m]&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2010 01:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77614#M181575</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2010-11-01T01:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search Time interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77615#M181576</link>
      <description>&lt;P&gt;Your original will work fine &lt;EM&gt;if&lt;/EM&gt; you parenthesize correctly and specify your times in an acceptable format:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype=A earliest=10/21/2010:09:00:00 latest=10/21/2010:09:02:00) OR (sourcetype=listener earliest=10/21/2010:08:59:00 latest=10/21/2010:09:03:00)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Nov 2010 04:05:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Time-interval/m-p/77615#M181576</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-11-01T04:05:31Z</dc:date>
    </item>
  </channel>
</rss>

