<?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 do I extract the response time from the following log? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441954#M166885</link>
    <description>&lt;P&gt;tried the below:&lt;BR /&gt;
 rex field=_raw "Time taken to get Response in millis\"\s:\s\"(?[^\"]+)" &lt;/P&gt;

&lt;P&gt;not able to get the output&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 20:37:25 GMT</pubDate>
    <dc:creator>yograjpatel</dc:creator>
    <dc:date>2018-10-23T20:37:25Z</dc:date>
    <item>
      <title>How do I extract the response time from the following log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441952#M166883</link>
      <description>&lt;P&gt;INFO  -Transaction successful. Time taken to get Response in millis:29; XURA Response Content:\u003c?xml version="1.0" encoding="utf-8"?\u003e&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 20:23:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441952#M166883</guid>
      <dc:creator>yograjpatel</dc:creator>
      <dc:date>2018-10-23T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I extract the response time from the following log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441953#M166884</link>
      <description>&lt;P&gt;@yograjpatel Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex field=_raw "\W+millis:(?&amp;lt;response_time&amp;gt;\d+);"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Oct 2018 20:37:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441953#M166884</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2018-10-23T20:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I extract the response time from the following log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441954#M166885</link>
      <description>&lt;P&gt;tried the below:&lt;BR /&gt;
 rex field=_raw "Time taken to get Response in millis\"\s:\s\"(?[^\"]+)" &lt;/P&gt;

&lt;P&gt;not able to get the output&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 20:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441954#M166885</guid>
      <dc:creator>yograjpatel</dc:creator>
      <dc:date>2018-10-23T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I extract the response time from the following log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441955#M166886</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| rex field=_raw "\w+\:(?&amp;lt;timeinmillis&amp;gt;\d+)\;"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Oct 2018 02:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-extract-the-response-time-from-the-following-log/m-p/441955#M166886</guid>
      <dc:creator>Rob2520</dc:creator>
      <dc:date>2018-10-24T02:37:49Z</dc:date>
    </item>
  </channel>
</rss>

