<?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 URL from search result is not working in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341974#M160755</link>
    <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 00:59:28 GMT</pubDate>
    <dc:creator>jw44250</dc:creator>
    <dc:date>2017-06-16T00:59:28Z</dc:date>
    <item>
      <title>remove URL from search result is not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341970#M160751</link>
      <description>&lt;P&gt;My Splunk Query &lt;/P&gt;

&lt;P&gt;index= index1 sourceType=source1 "Error"  OR requestURl != "/test/abc" OR requestURI != "/person"  OR requestURI != "error.php"&lt;/P&gt;

&lt;P&gt;but still im getting the requestURI in my search result.&lt;/P&gt;

&lt;P&gt;Im intersted in those events that have error .&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 20:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341970#M160751</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-06-10T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: remove URL from search result is not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341971#M160752</link>
      <description>&lt;P&gt;Every error message will match your query because they will all pass at least one of the requestURI tests.  Try this query instead.  It will display all errors except those from "/test/abc", "/person", and "error.php".&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index= index1 sourceType=source1 "Error" (requestURl != "/test/abc" AND requestURI != "/person" AND requestURI != "*error.php")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 10 Jun 2017 22:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341971#M160752</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-06-10T22:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: remove URL from search result is not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341972#M160753</link>
      <description>&lt;P&gt;LIke this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="index1" sourceType="source1" Error AND NOT (requestURl="/test/abc" OR requestURI="/person" OR requestURI="error.php")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jun 2017 02:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341972#M160753</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-12T02:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: remove URL from search result is not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341973#M160754</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 00:59:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341973#M160754</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-06-16T00:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: remove URL from search result is not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341974#M160755</link>
      <description>&lt;P&gt;Thank you &lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 00:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/remove-URL-from-search-result-is-not-working/m-p/341974#M160755</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-06-16T00:59:28Z</dc:date>
    </item>
  </channel>
</rss>

