<?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 Splunk parse url path value (not query parameter) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166808#M47477</link>
    <description>&lt;P&gt;www-pcm-com/p/Logitech-Keyboards/product~dpno~8146199~pdp.gbhdbgh&lt;/P&gt;

&lt;P&gt;How can i get the value 8146199 (which will always be followed by "~dpno~" ?&lt;/P&gt;

&lt;P&gt;I want only 8146199.&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2014 20:49:21 GMT</pubDate>
    <dc:creator>srinathv77</dc:creator>
    <dc:date>2014-05-15T20:49:21Z</dc:date>
    <item>
      <title>Splunk parse url path value (not query parameter)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166808#M47477</link>
      <description>&lt;P&gt;www-pcm-com/p/Logitech-Keyboards/product~dpno~8146199~pdp.gbhdbgh&lt;/P&gt;

&lt;P&gt;How can i get the value 8146199 (which will always be followed by "~dpno~" ?&lt;/P&gt;

&lt;P&gt;I want only 8146199.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 20:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166808#M47477</guid>
      <dc:creator>srinathv77</dc:creator>
      <dc:date>2014-05-15T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk parse url path value (not query parameter)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166809#M47478</link>
      <description>&lt;P&gt;Try this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;..your base search ..| rex field=url "dpno~(?&amp;lt;YourFieldName&amp;gt;[^~]+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 May 2014 20:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166809#M47478</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-05-15T20:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk parse url path value (not query parameter)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166810#M47479</link>
      <description>&lt;P&gt;Thank you for quick response.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 20:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166810#M47479</guid>
      <dc:creator>srinathv77</dc:creator>
      <dc:date>2014-05-15T20:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk parse url path value (not query parameter)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166811#M47480</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=xxx| rex field=_raw/field_name "~dpno~(?&amp;lt;Val&amp;gt;\\d+)" |table Val
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;field_name= address/ something which has been extracted by splunk&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2014 21:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-parse-url-path-value-not-query-parameter/m-p/166811#M47480</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-05-15T21:32:07Z</dc:date>
    </item>
  </channel>
</rss>

