<?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: Why is my search no longer excluding results from a lookup table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236195#M70161</link>
    <description>&lt;P&gt;In the Job Inspector,  you should be able to see what the expanded subsearch looks like (have a look for the section remoteSearch)&lt;/P&gt;

&lt;P&gt;It should look something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test  action=allowed app=smtp client_ip!=x.x.x.x | iplocation dest_ip | stats count values(Country) values(client_ip) by dest_ip | search NOT (dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That is, it will show the expanded subsearch. Is that how it looks?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2016 09:52:51 GMT</pubDate>
    <dc:creator>jplumsdaine22</dc:creator>
    <dc:date>2016-01-20T09:52:51Z</dc:date>
    <item>
      <title>Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236190#M70156</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index=test  action=allowed app=smtp client_ip!=x.x.x.x | iplocation dest_ip | stats count values(Country) values(client_ip) by dest_ip | search NOT [| inputlookup Email_exclusion]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my search. I am trying to exclude the dest_ip from the lookup table from the search. It was working before and suddenly stopped. &lt;/P&gt;

&lt;P&gt;Any idea what could have gone wrong? &lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236190#M70156</guid>
      <dc:creator>Meena_0627</dc:creator>
      <dc:date>2016-01-19T07:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236191#M70157</link>
      <description>&lt;P&gt;What changed between when the search worked and when it suddenly stopped?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236191#M70157</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-01-19T13:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236192#M70158</link>
      <description>&lt;P&gt;What do you get if you run the following search  &lt;CODE&gt;| inputlookup Email_exclusion&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;Unless you get a single column table headed dest_ip then the search will not exclude values as you hope. There may be a problem with the lookup table. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:11:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236192#M70158</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2016-01-19T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236193#M70159</link>
      <description>&lt;P&gt;Yeah did that and I could see the results of my lookup table... &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 06:20:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236193#M70159</guid>
      <dc:creator>Meena_0627</dc:creator>
      <dc:date>2016-01-20T06:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236194#M70160</link>
      <description>&lt;P&gt;I am not sure, it was working a week before.. the same query... but now i see no results though there are logs &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 06:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236194#M70160</guid>
      <dc:creator>Meena_0627</dc:creator>
      <dc:date>2016-01-20T06:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236195#M70161</link>
      <description>&lt;P&gt;In the Job Inspector,  you should be able to see what the expanded subsearch looks like (have a look for the section remoteSearch)&lt;/P&gt;

&lt;P&gt;It should look something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=test  action=allowed app=smtp client_ip!=x.x.x.x | iplocation dest_ip | stats count values(Country) values(client_ip) by dest_ip | search NOT (dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x OR dest_ip=x.x.x.x)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That is, it will show the expanded subsearch. Is that how it looks?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 09:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236195#M70161</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2016-01-20T09:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my search no longer excluding results from a lookup table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236196#M70162</link>
      <description>&lt;P&gt;Here is how it looks like:&lt;/P&gt;

&lt;P&gt;search index=test action=allowed app=smtp client_ip!=x.x.x.x | iplocation dest_ip | stats count values(Country) values(client_ip) by dest_ip | search NOT ( ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) OR ( dest_ip="x.x.x.x" ) )&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-search-no-longer-excluding-results-from-a-lookup-table/m-p/236196#M70162</guid>
      <dc:creator>Meena_0627</dc:creator>
      <dc:date>2020-09-29T08:28:26Z</dc:date>
    </item>
  </channel>
</rss>

