<?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: Organizing-Filtering URL results in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101759#M26292</link>
    <description>&lt;P&gt;Hint :  You may need to use rex field extractions functions or eval functions (like case) to filter your uri_stem and normalize them. &lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Rex"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want help, please provide a sample and a clear idea of the expected result.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2013 16:15:11 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2013-10-16T16:15:11Z</dc:date>
    <item>
      <title>Organizing-Filtering URL results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101758#M26291</link>
      <description>&lt;P&gt;host=server sourcetype=iis  #Software NOT #Fields NOT /favicon.ico &lt;BR /&gt;
(method=GET OR method=POST) NOT eventtype="web-imagefile"&lt;BR /&gt;
| fillnull &lt;BR /&gt;
| stats count first(_time) last(_time) by user,src_ip,uri_stem&lt;/P&gt;

&lt;P&gt;I am trying to approach organizing/filtering the uri_stem results to return just the information that seems useful. I see functions for eval and command but am not sure of the best way to approach.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101758#M26291</guid>
      <dc:creator>wrays</dc:creator>
      <dc:date>2020-09-28T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Organizing-Filtering URL results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101759#M26292</link>
      <description>&lt;P&gt;Hint :  You may need to use rex field extractions functions or eval functions (like case) to filter your uri_stem and normalize them. &lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Rex"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want help, please provide a sample and a clear idea of the expected result.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 16:15:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101759#M26292</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-10-16T16:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Organizing-Filtering URL results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101760#M26293</link>
      <description>&lt;P&gt;/fraudintro.html&lt;BR /&gt;
/fraudmenu.htm&lt;BR /&gt;
/fraudpost.asp&lt;BR /&gt;
/fraudview.asp&lt;/P&gt;

&lt;P&gt;Out of the results I am getting in the uri_stem column, I would like to learn the ability to either see just these result or completely exclude them.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 16:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101760#M26293</guid>
      <dc:creator>wrays</dc:creator>
      <dc:date>2013-10-16T16:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Organizing-Filtering URL results</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101761#M26294</link>
      <description>&lt;P&gt;to see them&lt;BR /&gt;
&lt;CODE&gt;uri_stem=*/fraud*"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;to exclude them&lt;BR /&gt;
&lt;CODE&gt;NOT uri_stem=*/fraud*"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 18:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Organizing-Filtering-URL-results/m-p/101761#M26294</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-10-16T18:05:43Z</dc:date>
    </item>
  </channel>
</rss>

