<?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 parsing URL regex in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/parsing-URL-regex/m-p/566385#M46538</link>
    <description>&lt;P&gt;I need help with regex for parsing a URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The URL can be&amp;nbsp; a/b/c, a/b/c/d or a/b/c/d/e&lt;/P&gt;&lt;P&gt;In any case I need the resource of the URL -&amp;nbsp; c d e respectively for the above URLs. Can you help with a regex which can give the value after the last /&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 01:38:19 GMT</pubDate>
    <dc:creator>asdfxqwert</dc:creator>
    <dc:date>2021-09-09T01:38:19Z</dc:date>
    <item>
      <title>parsing URL regex</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/parsing-URL-regex/m-p/566385#M46538</link>
      <description>&lt;P&gt;I need help with regex for parsing a URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The URL can be&amp;nbsp; a/b/c, a/b/c/d or a/b/c/d/e&lt;/P&gt;&lt;P&gt;In any case I need the resource of the URL -&amp;nbsp; c d e respectively for the above URLs. Can you help with a regex which can give the value after the last /&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 01:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/parsing-URL-regex/m-p/566385#M46538</guid>
      <dc:creator>asdfxqwert</dc:creator>
      <dc:date>2021-09-09T01:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: parsing URL regex</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/parsing-URL-regex/m-p/566390#M46541</link>
      <description>&lt;P&gt;See the rex statement here&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval urls=split("a/b/c,a/b/c/d,a/b/c/d/e",",")
| mvexpand urls
| rex field=urls ".*/(?&amp;lt;resource&amp;gt;.*)"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Sep 2021 03:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/parsing-URL-regex/m-p/566390#M46541</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-09-09T03:48:24Z</dc:date>
    </item>
  </channel>
</rss>

