<?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 extract response time? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-extract-response-time/m-p/498749#M8969</link>
    <description>&lt;P&gt;How to extract response time?&lt;/P&gt;

&lt;P&gt;response_time:0.002941865 app_id:\"c232e3a2-cecb-4e81-9beb-3150710c9a0a\"&lt;/P&gt;

&lt;P&gt;Extract response time only&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:12:49 GMT</pubDate>
    <dc:creator>karthi2809</dc:creator>
    <dc:date>2020-09-30T03:12:49Z</dc:date>
    <item>
      <title>How to extract response time?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-extract-response-time/m-p/498749#M8969</link>
      <description>&lt;P&gt;How to extract response time?&lt;/P&gt;

&lt;P&gt;response_time:0.002941865 app_id:\"c232e3a2-cecb-4e81-9beb-3150710c9a0a\"&lt;/P&gt;

&lt;P&gt;Extract response time only&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-extract-response-time/m-p/498749#M8969</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2020-09-30T03:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract response time?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-extract-response-time/m-p/498750#M8970</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval test="response_time:0.002941865 app_id:\"c232e3a2-cecb-4e81-9beb-3150710c9a0a\"" 
| rex field=test "response_time:(?P&amp;lt;response_time&amp;gt;[\S]+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Nov 2019 11:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-extract-response-time/m-p/498750#M8970</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-11-28T11:00:38Z</dc:date>
    </item>
  </channel>
</rss>

