<?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 What is the regular expression to extract the numbers in my sample? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363968#M107454</link>
    <description>&lt;P&gt;I am trying to get the 432233 extracted into a field called memory&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;memorythread = "432233 KB";
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;tried &lt;CODE&gt;?(/d)&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 19:43:35 GMT</pubDate>
    <dc:creator>JoshuaJohn</dc:creator>
    <dc:date>2017-05-04T19:43:35Z</dc:date>
    <item>
      <title>What is the regular expression to extract the numbers in my sample?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363968#M107454</link>
      <description>&lt;P&gt;I am trying to get the 432233 extracted into a field called memory&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;memorythread = "432233 KB";
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;tried &lt;CODE&gt;?(/d)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 19:43:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363968#M107454</guid>
      <dc:creator>JoshuaJohn</dc:creator>
      <dc:date>2017-05-04T19:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract the numbers in my sample?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363969#M107455</link>
      <description>&lt;P&gt;&lt;CODE&gt;| rex "memorythread = \"(?&amp;lt;memory&amp;gt;\d+)"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 19:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363969#M107455</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-05-04T19:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the regular expression to extract the numbers in my sample?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363970#M107456</link>
      <description>&lt;P&gt;Try this.. It will create a field called memorythread&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex memorythread\s=\s"(?&amp;lt;memorythread&amp;gt;\d+)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 20:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-regular-expression-to-extract-the-numbers-in-my/m-p/363970#M107456</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-05-04T20:06:03Z</dc:date>
    </item>
  </channel>
</rss>

