<?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 text from regular expression &amp;quot;StatusCode_10.178.28.50_1406758126523_19607_10507178&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164963#M46841</link>
    <description>&lt;P&gt;Based on that one example, you could use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\w+_\d+\.\d+\.\d+\.\d+_\d+_\d+_(&amp;lt;field_name&amp;gt;\d+)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 31 Jul 2014 08:36:51 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-07-31T08:36:51Z</dc:date>
    <item>
      <title>How to extract text from regular expression "StatusCode_10.178.28.50_1406758126523_19607_10507178"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164962#M46840</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;How to extract 10507178 from below string.here all are not constant.but format is same&lt;/P&gt;

&lt;P&gt;StatusCode_10.178.28.50_1406758126523_19607_10507178&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164962#M46840</guid>
      <dc:creator>mvaradarajam</dc:creator>
      <dc:date>2020-09-28T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract text from regular expression "StatusCode_10.178.28.50_1406758126523_19607_10507178"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164963#M46841</link>
      <description>&lt;P&gt;Based on that one example, you could use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\w+_\d+\.\d+\.\d+\.\d+_\d+_\d+_(&amp;lt;field_name&amp;gt;\d+)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jul 2014 08:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164963#M46841</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-07-31T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract text from regular expression "StatusCode_10.178.28.50_1406758126523_19607_10507178"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164964#M46842</link>
      <description>&lt;P&gt;General one to get the last number in the string (after last underscore )&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"_(?&amp;lt;YourField&amp;gt;\d+)$"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jul 2014 13:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-text-from-regular-expression-quot-StatusCode-10/m-p/164964#M46842</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-07-31T13:17:28Z</dc:date>
    </item>
  </channel>
</rss>

