<?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: time range customization in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145951#M29747</link>
    <description>&lt;P&gt;These are three events. Each event gives two things the start text and the failed text. &lt;/P&gt;

&lt;P&gt;For this result i have used the following query&lt;/P&gt;

&lt;P&gt;sourcetype=test| transaction startswith="Application: AVA started" AND endswith="Application: AVA failed" | sort Date&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2014 04:16:08 GMT</pubDate>
    <dc:creator>20065945</dc:creator>
    <dc:date>2014-10-01T04:16:08Z</dc:date>
    <item>
      <title>time range customization</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145949#M29745</link>
      <description>&lt;P&gt;I have an xml file. Over which i m performing searches. the result i m getting is in this form &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        Text                                                     Date
1       Application: AVA failed        2014-01-24 14:21:53.50
                   Application: AVA started     2014-01-24 14:49:20.54

2          Application: AVA failed        2014-01-24 14:05:38.51
                  Application: AVA started  2014-01-24 14:20:17.71

3          Application: AVA failed       2014-01-24 14:04:42.00
                  Application: AVA started  2014-01-24 14:05:34.74
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in this Application: AVA failed  and Application: AVA started should be counted as 1 event if the difference between their occurrence time is 3 min.  How can we evaluate the the time difference and how can we extract the minutes from the Date field?&lt;/P&gt;

&lt;P&gt;any sort of help over this welcome.....Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 13:56:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145949#M29745</guid>
      <dc:creator>20065945</dc:creator>
      <dc:date>2014-09-30T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: time range customization</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145950#M29746</link>
      <description>&lt;P&gt;You're getting 6 events in total (in your example) or 3 events only? Also, could you post your search query?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145950#M29746</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-09-30T15:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: time range customization</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145951#M29747</link>
      <description>&lt;P&gt;These are three events. Each event gives two things the start text and the failed text. &lt;/P&gt;

&lt;P&gt;For this result i have used the following query&lt;/P&gt;

&lt;P&gt;sourcetype=test| transaction startswith="Application: AVA started" AND endswith="Application: AVA failed" | sort Date&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145951#M29747</guid>
      <dc:creator>20065945</dc:creator>
      <dc:date>2014-10-01T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: time range customization</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145952#M29748</link>
      <description>&lt;P&gt;Try sorting by the DAY not the DATE, what this is doing is restructuring the 'transaction' hence it being in the wrong order for you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-range-customization/m-p/145952#M29748</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2014-10-01T08:04:55Z</dc:date>
    </item>
  </channel>
</rss>

