<?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: Remove duplicate URLs from search result in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707424#M10628</link>
    <description>&lt;P&gt;Thanks for response, There is a field called&amp;nbsp;URI some URI is coming as duplicate. how i can adjust query so that duplicate URI won't come?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Dec 2024 11:12:41 GMT</pubDate>
    <dc:creator>r_s01</dc:creator>
    <dc:date>2024-12-21T11:12:41Z</dc:date>
    <item>
      <title>Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707422#M10626</link>
      <description>&lt;P&gt;Trying to get success and failure status count using below query but its not filtering out the duplicate URLs, Can someone help me into this? I want result in less number of rows but lob, URI, API_Status&amp;nbsp; and its count should show.&lt;BR /&gt;&lt;BR /&gt;"*/prescriptions/eni/api/api-cw/*" (URI != "*/prescriptions/eni/api/api-cw/legacySession/cache*") | stats count by lob,URI,API_Staus&lt;BR /&gt;&lt;BR /&gt;Result is coming as below,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r_s01_0-1734769332899.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33928i036419F338F7AD8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="r_s01_0-1734769332899.png" alt="r_s01_0-1734769332899.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 08:23:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707422#M10626</guid>
      <dc:creator>r_s01</dc:creator>
      <dc:date>2024-12-21T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707423#M10627</link>
      <description>&lt;P&gt;1. You're using a very old Splunk version judging by the screenshot.&lt;/P&gt;&lt;P&gt;2. Your initial search is very, very ineffective (Splunk cannot use its index of terms, it has to look through every single event to find your sought for ones)&lt;/P&gt;&lt;P&gt;3. What do you mean by "filter duplicate URL"? You're counting by a triplet - url, status and lob, whatever that is. So you'll get a separate result for each combination of those three values. If you don't want to break it down by status, don't include that field in the BY clause.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 10:47:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707423#M10627</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-12-21T10:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707424#M10628</link>
      <description>&lt;P&gt;Thanks for response, There is a field called&amp;nbsp;URI some URI is coming as duplicate. how i can adjust query so that duplicate URI won't come?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 11:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707424#M10628</guid>
      <dc:creator>r_s01</dc:creator>
      <dc:date>2024-12-21T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707425#M10629</link>
      <description>&lt;P&gt;If you want results by URI then don’t put anything else after by. But then the results is not same as you have with your current query.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;....
| stats values(status) as status .... by URI&lt;/LI-CODE&gt;&lt;P&gt;just replace …. before by with those other fields what you want to see.&lt;/P&gt;&lt;P&gt;But probably this is not what you are looking for?&lt;/P&gt;&lt;P&gt;Can you told what you need to know, not how you try to do it?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:03:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707425#M10629</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-21T15:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707491#M10630</link>
      <description>&lt;P&gt;I am trying to get response on the basis on coming status codes from&amp;nbsp;message.outgoingResponse.istURL, But problem is that there is no field to read return status code from below shared screen shot URL,&amp;nbsp; is there any way we can get status code as we got from any URL on browser?&lt;BR /&gt;&lt;BR /&gt;Query :-&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="uhcportals-prod-logs" sourcetype=kubernetes container_name="myuhc-sso" logger="com.uhg.myuhc.log.SplunkLog" message.ssoType="Outbound" | spath "message.incomingRequest.partner" | rename message.incomingRequest.partner as "SSO Partner" | search "SSO Partner"=sso_SSOPartner_Amwell | stats count by message.outgoingResponse.istURL&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r_s01_0-1734955238416.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33937i4108144FBB3CFF89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="r_s01_0-1734955238416.png" alt="r_s01_0-1734955238416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 15:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707491#M10630</guid>
      <dc:creator>r_s01</dc:creator>
      <dc:date>2024-12-23T15:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate URLs from search result</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707494#M10631</link>
      <description>Can you give some sample data which helps us to understand this better and found suitable solution? Please anonymous that data if/when needed!</description>
      <pubDate>Mon, 23 Dec 2024 12:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Remove-duplicate-URLs-from-search-result/m-p/707494#M10631</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-12-23T12:45:40Z</dc:date>
    </item>
  </channel>
</rss>

