<?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 How to subtract two specific requestTime in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-subtract-two-specific-requestTime/m-p/10303#M439</link>
    <description>&lt;P&gt;For every Retention key (already extracted by Splunk: 20181947800000) I want to subtract the requestTime="2009-05-26T08:43:15" when pageSubmitted="/snapcCustomer.xhtml" from requestTime="2009-05-26T08:47:23" when pageSubmitted="/snapcPremium.xhtml" 08:47:23 - 08:43:15 = 4:12 (4 minutes and 12 seconds) This the value I want to compute. How can I achieve this?&lt;/P&gt;</description>
    <pubDate>Sat, 20 Mar 2010 00:26:38 GMT</pubDate>
    <dc:creator>Alan_Bradley</dc:creator>
    <dc:date>2010-03-20T00:26:38Z</dc:date>
    <item>
      <title>How to subtract two specific requestTime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-subtract-two-specific-requestTime/m-p/10303#M439</link>
      <description>&lt;P&gt;For every Retention key (already extracted by Splunk: 20181947800000) I want to subtract the requestTime="2009-05-26T08:43:15" when pageSubmitted="/snapcCustomer.xhtml" from requestTime="2009-05-26T08:47:23" when pageSubmitted="/snapcPremium.xhtml" 08:47:23 - 08:43:15 = 4:12 (4 minutes and 12 seconds) This the value I want to compute. How can I achieve this?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2010 00:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-subtract-two-specific-requestTime/m-p/10303#M439</guid>
      <dc:creator>Alan_Bradley</dc:creator>
      <dc:date>2010-03-20T00:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to subtract two specific requestTime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-subtract-two-specific-requestTime/m-p/10304#M440</link>
      <description>&lt;P&gt;convert dur2sec works well for this one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search_terms&amp;gt; | convert dur2sec(requestTime) as reqTimeConverted | convert dur2sec(responseTime) as respTimeConverted | eval duration=respTimeConverted-reqTimeConverted
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 20 Mar 2010 00:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-subtract-two-specific-requestTime/m-p/10304#M440</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-03-20T00:27:30Z</dc:date>
    </item>
  </channel>
</rss>

