<?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 to block the unusual url in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371776#M165122</link>
    <description>&lt;P&gt;@10306629 - we do not work at your organization. We have no idea what makes you think those urls are unusual.  We also have no idea what you mean by "block" - presumably you want to remove them from a search.&lt;/P&gt;

&lt;P&gt;Here's one way... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where NOT match(myURL,"abcd.com") AND NOT  match(myURL,"ykui.com")  AND NOT  match(myURL,"oooss.com") 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That way will get rid of all events where the myURL field contains the matching characters, so it will also kill "xyzabcd.com" and "goooss.com.uk".&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2017 18:43:45 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-11-15T18:43:45Z</dc:date>
    <item>
      <title>How to block the unusual url</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371772#M165118</link>
      <description>&lt;P&gt;Hi team,&lt;BR /&gt;
I want to block unusual Url... could please suggest query for that&lt;/P&gt;

&lt;P&gt;Example &lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.abcd.com"&gt;www.abcd.com&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.ykui.com"&gt;www.ykui.com&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.oooss.com"&gt;www.oooss.com&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;i want to stop those url &lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371772#M165118</guid>
      <dc:creator>10306629</dc:creator>
      <dc:date>2017-11-15T18:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to block the unusual url</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371773#M165119</link>
      <description>&lt;P&gt;You need to provide more details and information on &lt;CODE&gt;I want to block ....&lt;/CODE&gt; like How do you want to block them and where do you want to block them?&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371773#M165119</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-11-15T18:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to block the unusual url</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371774#M165120</link>
      <description>&lt;P&gt;just want to see the usual url &lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371774#M165120</guid>
      <dc:creator>10306629</dc:creator>
      <dc:date>2017-11-15T18:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to block the unusual url</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371775#M165121</link>
      <description>&lt;P&gt;i have to write query for that &lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371775#M165121</guid>
      <dc:creator>10306629</dc:creator>
      <dc:date>2017-11-15T18:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to block the unusual url</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371776#M165122</link>
      <description>&lt;P&gt;@10306629 - we do not work at your organization. We have no idea what makes you think those urls are unusual.  We also have no idea what you mean by "block" - presumably you want to remove them from a search.&lt;/P&gt;

&lt;P&gt;Here's one way... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where NOT match(myURL,"abcd.com") AND NOT  match(myURL,"ykui.com")  AND NOT  match(myURL,"oooss.com") 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That way will get rid of all events where the myURL field contains the matching characters, so it will also kill "xyzabcd.com" and "goooss.com.uk".&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 18:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-block-the-unusual-url/m-p/371776#M165122</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-11-15T18:43:45Z</dc:date>
    </item>
  </channel>
</rss>

