<?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: Split the URL by using splunk for getting count for the URL's with out special characters in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500929#M85329</link>
    <description>&lt;P&gt;Hi Mathias Lindblom,&lt;BR /&gt;
thanks for the update. &lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 05:56:40 GMT</pubDate>
    <dc:creator>kanamarlapudive</dc:creator>
    <dc:date>2019-12-06T05:56:40Z</dc:date>
    <item>
      <title>Split the URL by using splunk for getting count for the URL's with out special characters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500927#M85327</link>
      <description>&lt;P&gt;how to split URL's like below mentioned into one URL, how to do it in splunk  sample URL&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="https://google.co.in/v4/locations/dfdfd"&gt;https://google.co.in/v4/locations/dfdfd&lt;/A&gt; &lt;BR /&gt;
&lt;A href="https://google.co.in/v4/locations/dfad"&gt;https://google.co.in/v4/locations/dfad&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;I would like to see &lt;A href="https://google.co.in/v4/locations/"&gt;https://google.co.in/v4/locations/&lt;/A&gt; as 2&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 11:11:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500927#M85327</guid>
      <dc:creator>kanamarlapudive</dc:creator>
      <dc:date>2019-12-04T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Split the URL by using splunk for getting count for the URL's with out special characters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500928#M85328</link>
      <description>&lt;P&gt;Hi, have you tried extracting first part of the URL with a regex?&lt;BR /&gt;
for example, if you have the URL extracted you could try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | rex field=URL "(?P&amp;lt;URLpath&amp;gt;https:\/\/.*\/(?!\s))" | stats count by URLpath
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will grab everything exept the last part of the URL and count them as URLpaths.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 14:04:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500928#M85328</guid>
      <dc:creator>MathiasLindblom</dc:creator>
      <dc:date>2019-12-04T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Split the URL by using splunk for getting count for the URL's with out special characters</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500929#M85329</link>
      <description>&lt;P&gt;Hi Mathias Lindblom,&lt;BR /&gt;
thanks for the update. &lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 05:56:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Split-the-URL-by-using-splunk-for-getting-count-for-the-URL-s/m-p/500929#M85329</guid>
      <dc:creator>kanamarlapudive</dc:creator>
      <dc:date>2019-12-06T05:56:40Z</dc:date>
    </item>
  </channel>
</rss>

