<?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 Check what URLs are called in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443112#M1506</link>
    <description>&lt;P&gt;New to Splunk, so a bit of a basic question&lt;/P&gt;

&lt;P&gt;I need to have a list of all URLs that are called by the User on the PC Splunk is running on. It doesnt matter if all URLs or called by a specific application. How can I implement this to Splunk? &lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2019 09:29:15 GMT</pubDate>
    <dc:creator>cramery</dc:creator>
    <dc:date>2019-03-18T09:29:15Z</dc:date>
    <item>
      <title>Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443112#M1506</link>
      <description>&lt;P&gt;New to Splunk, so a bit of a basic question&lt;/P&gt;

&lt;P&gt;I need to have a list of all URLs that are called by the User on the PC Splunk is running on. It doesnt matter if all URLs or called by a specific application. How can I implement this to Splunk? &lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 09:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443112#M1506</guid>
      <dc:creator>cramery</dc:creator>
      <dc:date>2019-03-18T09:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443113#M1507</link>
      <description>&lt;P&gt;Do you mean URLs internal to Splunk or a client/server with Splunk Forwarder which is trying to access external URLs?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 11:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443113#M1507</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-03-18T11:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443114#M1508</link>
      <description>&lt;P&gt;Are you referring to Splunk URLs? For example, &lt;A href="https://localhost:8000/en-US/app/search/search"&gt;https://localhost:8000/en-US/app/search/search&lt;/A&gt; and &lt;A href="https://localhost:8000/en-US/app/search/search?q=search%20index%3D*&amp;amp;sid=1552910209.54&amp;amp;display.page.search.mode=verbose&amp;amp;dispatch.sample_ratio=1&amp;amp;workload_pool=&amp;amp;earliest=-24h%40h&amp;amp;latest=now"&gt;https://localhost:8000/en-US/app/search/search?q=search%20index%3D*&amp;amp;sid=1552910209.54&amp;amp;display.page.search.mode=verbose&amp;amp;dispatch.sample_ratio=1&amp;amp;workload_pool=&amp;amp;earliest=-24h%40h&amp;amp;latest=now&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If so, you can run a query such as &lt;BR /&gt;
&lt;CODE&gt;index=_internal sourcetype=splunk_web_access | stats count by uri&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 11:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443114#M1508</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2019-03-18T11:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443115#M1509</link>
      <description>&lt;P&gt;Actually I'm just trying to get a list in Splunk when, which user called what URL ond any Website (like google.com in Google Chrome), same way as I can see all Applications called by the user&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 18:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443115#M1509</guid>
      <dc:creator>cramery</dc:creator>
      <dc:date>2019-03-18T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443116#M1510</link>
      <description>&lt;P&gt;I'm trying to get a list in Splunk when, which user called what URL ond any Website (like google.com in Google Chrome), same way as I can see all Applications called by the user. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 18:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443116#M1510</guid>
      <dc:creator>cramery</dc:creator>
      <dc:date>2019-03-18T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check what URLs are called</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443117#M1511</link>
      <description>&lt;P&gt;If you have data in an index such as weblogs, you would do a search such as&lt;BR /&gt;
&lt;CODE&gt;index=weblogs sourcetype=access_combined OR sourcetype=iis | eval full_path=uri_domain.uri_path| stats values(full_path) by user&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 03:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Check-what-URLs-are-called/m-p/443117#M1511</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2019-03-19T03:56:52Z</dc:date>
    </item>
  </channel>
</rss>

