<?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: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506479#M141706</link>
    <description>&lt;P&gt;These timestamps are coming from two different searches which i am later grouping them by one common field.&lt;/P&gt;&lt;P&gt;Basically it is like -&lt;/P&gt;&lt;P&gt;my search ..&lt;/P&gt;&lt;P&gt;|table name time1&lt;/P&gt;&lt;P&gt;|append[search ... table name time2]&lt;/P&gt;&lt;P&gt;stats list(time1) as time1 list(time2) as time2 by name&lt;/P&gt;&lt;P&gt;So in my first search, I am reading a log file which appends timestamp every time the HTTP service is restarted through our set script.&lt;/P&gt;&lt;P&gt;and my second search is coming from the HTTP monitoring set, which is giving me the time when the URL was down.&lt;/P&gt;&lt;P&gt;Now from my second search ,I also can get the time of when the URl came up but I wont be sure if it came up through set script or any other way.&lt;/P&gt;&lt;P&gt;So time1 field will update the timestamp every time when the http service goes down, but time2 field will only be updated if the script was triggered.&lt;/P&gt;&lt;P&gt;So basically what i want is that, whenever the time2 field is updated, it should have exact corresponding&amp;nbsp; timestamp in time1 field which would be nothing but the latest timestamp match of time1 field as compare to time2 field.&lt;/P&gt;&lt;P&gt;For e.g -&lt;/P&gt;&lt;P&gt;let us consider in last 24 hour our url went down multiple times but only twice it came up by our script. So currently from my search&amp;nbsp;results will be just sorted according to time like -&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name&amp;nbsp; time1&amp;nbsp; time2&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp;10am&amp;nbsp; &amp;nbsp; &amp;nbsp;11:08&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17:05&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 14&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 17&lt;/P&gt;&lt;P&gt;What i want is something like -&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name&amp;nbsp; time1&amp;nbsp; time2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11:08&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17:05&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 06:27:34 GMT</pubDate>
    <dc:creator>ak9092</dc:creator>
    <dc:date>2020-06-29T06:27:34Z</dc:date>
    <item>
      <title>How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506306#M141652</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am currently getting following results from my search query -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;time1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; time2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; &lt;STRONG&gt;duration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;06/26/2020 07:42:11&amp;nbsp;&amp;nbsp; 06/26/2020 07:42:55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.73&lt;/P&gt;&lt;P&gt;06/26/2020 07:47:10&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/26/2020 07:55:39&amp;nbsp; &amp;nbsp; 8.48&amp;nbsp;&lt;/P&gt;&lt;P&gt;06/26/2020 07:51:09&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the example of results which I am trying to get –&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;time1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Duration&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;06/26/2020 07:42:11&amp;nbsp;&amp;nbsp; 06/26/2020 07:42:55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.73&lt;/P&gt;&lt;P&gt;06/26/2020 07:47:10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;06/26/2020 07:51:09&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/26/2020 07:55:39&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.30&lt;/P&gt;&lt;P&gt;So basically what i want is that,&amp;nbsp;&lt;STRONG&gt;"time2"&lt;/STRONG&gt; field should look for the latest timestamp in &lt;STRONG&gt;"time1"&lt;/STRONG&gt; field before calculating duration.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 15:00:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506306#M141652</guid>
      <dc:creator>ak9092</dc:creator>
      <dc:date>2020-06-26T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506331#M141666</link>
      <description>More information is needed. Where do these timestamps come from? Can you share your search(es)?</description>
      <pubDate>Fri, 26 Jun 2020 17:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506331#M141666</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-26T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506479#M141706</link>
      <description>&lt;P&gt;These timestamps are coming from two different searches which i am later grouping them by one common field.&lt;/P&gt;&lt;P&gt;Basically it is like -&lt;/P&gt;&lt;P&gt;my search ..&lt;/P&gt;&lt;P&gt;|table name time1&lt;/P&gt;&lt;P&gt;|append[search ... table name time2]&lt;/P&gt;&lt;P&gt;stats list(time1) as time1 list(time2) as time2 by name&lt;/P&gt;&lt;P&gt;So in my first search, I am reading a log file which appends timestamp every time the HTTP service is restarted through our set script.&lt;/P&gt;&lt;P&gt;and my second search is coming from the HTTP monitoring set, which is giving me the time when the URL was down.&lt;/P&gt;&lt;P&gt;Now from my second search ,I also can get the time of when the URl came up but I wont be sure if it came up through set script or any other way.&lt;/P&gt;&lt;P&gt;So time1 field will update the timestamp every time when the http service goes down, but time2 field will only be updated if the script was triggered.&lt;/P&gt;&lt;P&gt;So basically what i want is that, whenever the time2 field is updated, it should have exact corresponding&amp;nbsp; timestamp in time1 field which would be nothing but the latest timestamp match of time1 field as compare to time2 field.&lt;/P&gt;&lt;P&gt;For e.g -&lt;/P&gt;&lt;P&gt;let us consider in last 24 hour our url went down multiple times but only twice it came up by our script. So currently from my search&amp;nbsp;results will be just sorted according to time like -&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name&amp;nbsp; time1&amp;nbsp; time2&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp;10am&amp;nbsp; &amp;nbsp; &amp;nbsp;11:08&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17:05&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 14&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 17&lt;/P&gt;&lt;P&gt;What i want is something like -&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name&amp;nbsp; time1&amp;nbsp; time2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11:08&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;17:05&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 06:27:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/506479#M141706</guid>
      <dc:creator>ak9092</dc:creator>
      <dc:date>2020-06-29T06:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/507305#M141855</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval name="url"  ,time1=split("10,11,14,17",","),  time2=split("11:08,17:05",",")
| rename COMMENT as "This is your sample"
| rename COMMENT as "the logic"
| eval date=strftime(now(),"%F")
| stats values(name) as name values(date) as date min(time1) as firstline max(time1) as lastline by time2
| streamstats count
| eval time1=if(count=1,firstline,lastline)
| eval duration=tostring(round(strptime(date." ".time2,"%F %H:%M") - strptime(date." ".time1.":00","%F %H:%M")),"duration")
| table name time1 time2 duration&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Jul 2020 22:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/507305#M141855</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-03T22:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/507764#M141942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the given query i am getting only min and max time results for time1 field i.e. it will consider only two entries in time1 field while matching the time2 field which should not be the case as there can be multiple entries.&lt;/P&gt;&lt;P&gt;Also i cannot group my results by time2 field as this is coming from other search.&lt;/P&gt;&lt;P&gt;Basically there are two searches which I am using ,one returns 'time1' field and other returns 'time2' field and both searches have common 'name' field.&lt;/P&gt;&lt;P&gt;So basically what i want is, once the results are returned, the time2 field should match the latest timestamp in time1 field&amp;nbsp; before calculating the duration.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So for example - say 'time1' fields have returned below five timestamps in results and 'time2' fields has returned just one timestamp(can also be more), so currently my result in splunk will look something like&lt;/P&gt;&lt;P&gt;name&amp;nbsp; &amp;nbsp; time1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time2&lt;/P&gt;&lt;DIV class="multivalue-subcell"&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 07:11:06&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;07/07/2020 08:30:10&lt;/DIV&gt;&lt;DIV class="multivalue-subcell"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 07:15:05&lt;/DIV&gt;&lt;DIV class="multivalue-subcell"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 08:20:10&lt;/DIV&gt;&lt;DIV class="multivalue-subcell"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 08:27:19&lt;/DIV&gt;&lt;DIV class="multivalue-subcell"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;07/07/2020 09:11:05&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i would like to have is just the latest timestamp match of time1 field next to time2 field -&lt;/P&gt;&lt;P&gt;name&amp;nbsp; &amp;nbsp; time1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time2&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp; 07/07/2020 08:27:19&amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 08:30:10&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 07:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/507764#M141942</guid>
      <dc:creator>ak9092</dc:creator>
      <dc:date>2020-07-07T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/508016#M141988</link>
      <description>&lt;P&gt;What is the formula?&lt;BR /&gt;latest &lt;STRONG&gt;time1&lt;/STRONG&gt; is&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;07/07/2020 09:11:05&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 09:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/508016#M141988</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-07-08T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare and match timestamp of one field with the latest timestamp of other field before calculating duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/508051#M141998</link>
      <description>&lt;P&gt;Yes that is correct, but it should not consider that.&lt;/P&gt;&lt;P&gt;It should look for all&lt;STRONG&gt; time2&lt;/STRONG&gt; timestamps and map the closest&lt;STRONG&gt; time1&lt;/STRONG&gt; timestamps in line with that &lt;STRONG&gt;time2&lt;/STRONG&gt; timestamps .&lt;/P&gt;&lt;P&gt;So in the above example you can see that &lt;STRONG&gt;time2&lt;/STRONG&gt; field has only one timestamp entry i.e. -&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;07/07/2020 08:30:10&lt;/STRONG&gt; so this entry should be mapped against the latest near by timestamp in &lt;STRONG&gt;time1&lt;/STRONG&gt; field which would be &lt;STRONG&gt;07/07/2020 08:27:19&lt;/STRONG&gt; and as of now it is showing against&amp;nbsp;&lt;STRONG&gt;07/07/2020 07:11:06 &lt;/STRONG&gt;in &lt;STRONG&gt;time1&lt;/STRONG&gt; field, which is not correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So say if i add one more timestamp entry in &lt;STRONG&gt;time2&lt;/STRONG&gt; field of&amp;nbsp;&lt;STRONG&gt;07/07/2020 07:18:25 &lt;/STRONG&gt;in&lt;STRONG&gt; above example ,&lt;/STRONG&gt;so this entry should be mapped against the timestamp of&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;07/07/2020 07:15:05 &lt;/SPAN&gt;&lt;/STRONG&gt;in&lt;STRONG&gt;&lt;SPAN&gt; time1 &lt;/SPAN&gt;&lt;/STRONG&gt;field as it is the latest near by timestamp for the added timestamp in &lt;STRONG&gt;time2&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;So now the result should look something like&lt;/P&gt;&lt;P&gt;name&amp;nbsp; &amp;nbsp; time1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time2&lt;/P&gt;&lt;P&gt;url1&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;07/07/2020 07:15:05&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;07/07/2020 07:18:25&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;07/07/2020 08:27:19&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 07/07/2020 08:30:10&lt;/P&gt;&lt;P&gt;Actually there is no specific formula to it, just trying to figure out how to build the logic to get the desired result.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-and-match-timestamp-of-one-field-with-the-latest/m-p/508051#M141998</guid>
      <dc:creator>ak9092</dc:creator>
      <dc:date>2020-07-08T12:00:39Z</dc:date>
    </item>
  </channel>
</rss>

