<?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 extract value under double quotes using the rex command? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384540#M112305</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "busy for \"(?&amp;lt;one&amp;gt;\d+)" | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 May 2019 12:44:43 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2019-05-22T12:44:43Z</dc:date>
    <item>
      <title>How to extract value under double quotes using the rex command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384539#M112304</link>
      <description>&lt;P&gt;Has been busy for "639" seconds &lt;/P&gt;

&lt;P&gt;using rex command i need to extract value 639 and store it in one field.&lt;/P&gt;

&lt;P&gt;Please help !!!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 11:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384539#M112304</guid>
      <dc:creator>saravanafd</dc:creator>
      <dc:date>2019-05-22T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract value under double quotes using the rex command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384540#M112305</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "busy for \"(?&amp;lt;one&amp;gt;\d+)" | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 May 2019 12:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384540#M112305</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-05-22T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract value under double quotes using the rex command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384541#M112306</link>
      <description>&lt;P&gt;Thank you very much for the resolution. Works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:04:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384541#M112306</guid>
      <dc:creator>saravanafd</dc:creator>
      <dc:date>2019-05-22T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract value under double quotes using the rex command?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384542#M112307</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 msg ="busy for \"639\" seconds" 
| rex field=msg "\"(?P&amp;lt;seconds&amp;gt;[\d]+)\""
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 May 2019 13:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-value-under-double-quotes-using-the-rex-command/m-p/384542#M112307</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-05-22T13:06:48Z</dc:date>
    </item>
  </channel>
</rss>

