<?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 does inputlookup NOT fail to exclude rows? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379733#M111213</link>
    <description>&lt;P&gt;This my error, lookup name had a case error and was listed as &lt;/P&gt;

&lt;P&gt;| inputlookup dba_lookup_exclusions.csv&lt;/P&gt;

&lt;P&gt;and not&lt;/P&gt;

&lt;P&gt;| inputlookup dba_lookup_Exclusions.csv&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:16:04 GMT</pubDate>
    <dc:creator>cmille19</dc:creator>
    <dc:date>2020-09-30T01:16:04Z</dc:date>
    <item>
      <title>Why does inputlookup NOT fail to exclude rows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379731#M111211</link>
      <description>&lt;P&gt;I'm trying to exclude known issues from a search by using a lookup of exclusions. Our Splunk admins lock down alert creation so I can't hard code these exclusions in the search itself which generates alerts however I can make use of lookups which I'm able to edit as needed. The search fails to exclude my list of exclusions and I still see rows for data for the excluded values. The field name DELGROUP is the same name as returned in output from source. &lt;BR /&gt;
Is there something wrong with this search or is there a better to accomplish exclusions/overrides?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon (sourcetype=perfmon:oracle OR sourcetype=perfmon:mssql) source="*ggs_hb_vw_perf_mon" NOT ([| inputlookup dba_lookup_Exclusions.csv  where (id=2) | fields exclude_name | rename exclude_name as DELGROUP]) DIFF&amp;gt;600 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jul 2019 13:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379731#M111211</guid>
      <dc:creator>cmille19</dc:creator>
      <dc:date>2019-07-05T13:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why does inputlookup NOT fail to exclude rows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379732#M111212</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=perfmon AND (sourcetype=perfmon:oracle OR sourcetype=perfmon:mssql) AND source="*ggs_hb_vw_perf_mon" AND DIFF&amp;gt;600
NOT [|inputlookup dba_lookup_Exclusions.csv  | where id==2 | fields exclude_name | rename exclude_name AS DELGROUP]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jul 2019 14:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379732#M111212</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-05T14:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why does inputlookup NOT fail to exclude rows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379733#M111213</link>
      <description>&lt;P&gt;This my error, lookup name had a case error and was listed as &lt;/P&gt;

&lt;P&gt;| inputlookup dba_lookup_exclusions.csv&lt;/P&gt;

&lt;P&gt;and not&lt;/P&gt;

&lt;P&gt;| inputlookup dba_lookup_Exclusions.csv&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379733#M111213</guid>
      <dc:creator>cmille19</dc:creator>
      <dc:date>2020-09-30T01:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why does inputlookup NOT fail to exclude rows?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379734#M111214</link>
      <description>&lt;P&gt;@cmille19 If your problem is resolved, please accept an answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 19:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-does-inputlookup-NOT-fail-to-exclude-rows/m-p/379734#M111214</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-07-09T19:57:04Z</dc:date>
    </item>
  </channel>
</rss>

