<?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: NOT Like  function in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234864#M188518</link>
    <description>&lt;P&gt;Can someone convert this to the answer? &lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2018 17:13:48 GMT</pubDate>
    <dc:creator>nick405060</dc:creator>
    <dc:date>2018-09-26T17:13:48Z</dc:date>
    <item>
      <title>NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234862#M188516</link>
      <description>&lt;P&gt;I am using this like function in in a pie chart and want to exclude the other values &lt;BR /&gt;
How do I use NOT Like or  id!="%IIT" AND id!="%IIM"&lt;/P&gt;

&lt;P&gt;|eval id = case(like(id, "%PAS"),"PAS",like(id, "%SIS"),"SIS",like(id, "%HDES"),"HDES",1=1,id) &lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 04:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234862#M188516</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-01-16T04:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234863#M188517</link>
      <description>&lt;P&gt;try this&lt;/P&gt;

&lt;P&gt;| where !LIKE(foo, "$abc")&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 19:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234863#M188517</guid>
      <dc:creator>cnoerjadi</dc:creator>
      <dc:date>2018-01-25T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234864#M188518</link>
      <description>&lt;P&gt;Can someone convert this to the answer? &lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 17:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234864#M188518</guid>
      <dc:creator>nick405060</dc:creator>
      <dc:date>2018-09-26T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234865#M188519</link>
      <description>&lt;P&gt;@nick405060 , converted the comment to answer so that it could be accepted as answer.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 03:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234865#M188519</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-09-27T03:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234866#M188520</link>
      <description>&lt;P&gt;how to filter for multiple values please i.e   &lt;/P&gt;

&lt;P&gt;|where !LIKE(foo, "$abc", "xxx", "sss")&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 21:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234866#M188520</guid>
      <dc:creator>raghu0463</dc:creator>
      <dc:date>2019-11-11T21:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234867#M188521</link>
      <description>&lt;P&gt;You can do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your Search Here | regex fieldName != "RegExHere"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Nov 2019 01:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/234867#M188521</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-12T01:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: NOT Like  function</title>
      <link>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/523927#M188522</link>
      <description>&lt;P&gt;Hey, just use like you wrote before, NOT LIKE. E.g.:&lt;/P&gt;&lt;P&gt;| where NOT LIKE("FIELD_NAME","%TEXT%")&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 13:43:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/NOT-Like-function/m-p/523927#M188522</guid>
      <dc:creator>ChrisFontana</dc:creator>
      <dc:date>2020-10-09T13:43:10Z</dc:date>
    </item>
  </channel>
</rss>

