<?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 do i get the url without params in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557719#M158401</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232766"&gt;@mikeyty07&lt;/a&gt;&amp;nbsp;That might work can&amp;nbsp; you post samples of ID's how they looks like?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 00:48:41 GMT</pubDate>
    <dc:creator>venkatasri</dc:creator>
    <dc:date>2021-06-30T00:48:41Z</dc:date>
    <item>
      <title>How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557713#M158395</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to make a report based on the url, and avg response that certain url is taking. I am able to get the logs but wanted specifically without the params so i can have how many response time certain url is making. Below is the sample eg:&lt;BR /&gt;I can see the data like this but it creates multiple data&lt;BR /&gt;&lt;A href="https://abc-google.com/abc/abc/1234/abc" target="_blank"&gt;https://abc-google.com/ABC/abc/1234/abc&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;like this and i want only data from one url&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://abc-google.com/abc/abc/1234/abc" target="_blank"&gt;https://abc-google.com/ABC/abc/1342/abc&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;which could remove the params and show something like this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://abc-google.com/abc/abc/1234/abc" target="_blank"&gt;https://abc-google.com/ABC/abc/{num}/abc&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there are many url like this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://abc-google.com/abc/abc/1234/abc" target="_blank"&gt;https://abc-google.com/CDE/abc/cde/abc/cde/111&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to get all the data without params and have average response time on it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 00:16:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557713#M158395</guid>
      <dc:creator>mikeyty07</dc:creator>
      <dc:date>2021-06-30T00:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557716#M158398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232766"&gt;@mikeyty07&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you have all list of all url's and what's the dynamic portion/params of eacjh url it's really hard achieving your&amp;nbsp; requirement. if you have that list&amp;nbsp; | rex mode=sed&amp;nbsp; is the way to replace dynamic portion to something like {param} and apply stats on top of it to gather avg etc..&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated if it helps!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 00:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557716#M158398</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-30T00:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557718#M158400</link>
      <description>&lt;P&gt;how about if there is ID name(which is one unique name), instead of the url(because it contains other params as well for the same url) and based on the ID it display the avg time for other IDs as well with url displaying only params in it for other unique IDs&amp;nbsp; as well?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 00:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557718#M158400</guid>
      <dc:creator>mikeyty07</dc:creator>
      <dc:date>2021-06-30T00:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557719#M158401</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232766"&gt;@mikeyty07&lt;/a&gt;&amp;nbsp;That might work can&amp;nbsp; you post samples of ID's how they looks like?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 00:48:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557719#M158401</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-30T00:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557721#M158402</link>
      <description>&lt;P&gt;&lt;A href="https://abc-google.com/ABC/abc/1342/abc" target="_blank"&gt;https://abc-google.com/ABC/abc/1342/abc&lt;/A&gt;&amp;nbsp; ID-- getABC&lt;/P&gt;&lt;P&gt;&lt;A href="https://abc-google.com/CDE/abc/cde/abc/cde/111" target="_blank"&gt;https://abc-google.com/CDE/abc/cde/abc/cde/111&lt;/A&gt;&amp;nbsp; &amp;nbsp;ID--postCDE&lt;BR /&gt;something like these&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 01:02:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557721#M158402</guid>
      <dc:creator>mikeyty07</dc:creator>
      <dc:date>2021-06-30T01:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557723#M158403</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232766"&gt;@mikeyty07&lt;/a&gt;&amp;nbsp; regex might not work can you post exact event samples, you can mask critical info when you post it. more the samples its better!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 01:07:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557723#M158403</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-30T01:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557727#M158405</link>
      <description>&lt;P&gt;i am actually searching dbquery so it wont show raw events but shows only stats&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="544px" height="25px"&gt;&lt;A href="https://abc.com/abc/api/cache" target="_blank" rel="noopener"&gt;https://abc.com/abc/api/cache&lt;/A&gt;&lt;/TD&gt;&lt;TD width="153px" height="25px"&gt;postApiCache&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="544px" height="25px"&gt;&lt;A href="https://abc.com/abc/api/cache" target="_blank" rel="noopener"&gt;https://abc.com/abc-track&lt;/A&gt;&lt;/TD&gt;&lt;TD width="153px" height="25px"&gt;track&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;549&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="544px" height="25px"&gt;&lt;A href="https://abc.com/bbc/api/apica" target="_blank" rel="noopener"&gt;https://abc.com/bbc/api/apica&lt;/A&gt;&lt;/TD&gt;&lt;TD width="153px" height="25px"&gt;postCache&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="544px" height="25px"&gt;&lt;A href="https://abc.com/til/api/api" target="_blank" rel="noopener"&gt;https://abc.com/til/api/api&lt;/A&gt;&lt;/TD&gt;&lt;TD width="153px" height="25px"&gt;ApiPOST&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="544px" height="25px"&gt;&lt;A href="https://abc.com:443/efgh" target="_blank" rel="noopener"&gt;https://abc.com:443/efgh&lt;/A&gt;&lt;/TD&gt;&lt;TD width="153px" height="25px"&gt;efgs&lt;/TD&gt;&lt;TD width="40px" height="25px"&gt;382&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 30 Jun 2021 01:29:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557727#M158405</guid>
      <dc:creator>mikeyty07</dc:creator>
      <dc:date>2021-06-30T01:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557728#M158406</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232766"&gt;@mikeyty07&lt;/a&gt;&amp;nbsp;naming the fields as url, Id, resp_time. Can you try following query?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_dbquery_goes_here&amp;gt; 
| stats values(url) as urls, avg(resp_time) as avg_time, max(resp_time) as max_time ,count by Id&lt;/LI-CODE&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;An upvote would be appreciated and Accept solution if it helps!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 01:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557728#M158406</guid>
      <dc:creator>venkatasri</dc:creator>
      <dc:date>2021-06-30T01:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do i get the url without params</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557733#M158408</link>
      <description>&lt;P&gt;Thank you!! this works perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 02:25:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-get-the-url-without-params/m-p/557733#M158408</guid>
      <dc:creator>mikeyty07</dc:creator>
      <dc:date>2021-06-30T02:25:52Z</dc:date>
    </item>
  </channel>
</rss>

