<?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: event whose one field value doesn't match with lookup file field value. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584365#M203493</link>
    <description>&lt;P&gt;it's get resolved.. find solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;lookup F5_IPS_Exclusion.csv F5_Exclusion_IPS AS ip_client OUTPUT F5_Exclusion_IPS| where isnull(F5_Exclusion_IPS) | table ip_client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it gives all &lt;STRONG&gt;"ip_client" &lt;/STRONG&gt;not present in lookup file &lt;STRONG&gt;"F5_IPS_Exclusion.csv"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 18:33:11 GMT</pubDate>
    <dc:creator>Abhineet</dc:creator>
    <dc:date>2022-02-09T18:33:11Z</dc:date>
    <item>
      <title>Why doesn't event one field value not match with lookup file field value?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584281#M203464</link>
      <description>&lt;P&gt;We have event having field &lt;STRONG&gt;"ip_client"&amp;nbsp;&lt;/STRONG&gt;and have lookup file i.e(&lt;STRONG&gt;F5_IPS_Exclusion.csv&lt;/STRONG&gt;) having field &lt;STRONG&gt;"F5_Exclusion_IP" &lt;/STRONG&gt;as mentioned below.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOOKUP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;|input lookup&amp;nbsp;&lt;STRONG&gt;F5_IPS_Exclusion.csv&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;F5_Exclusion_IPS&lt;/STRONG&gt;&lt;BR /&gt;192.203.194.133&lt;BR /&gt;192.203.194.137&lt;BR /&gt;202.128.98.209&lt;BR /&gt;202.128.98.210&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;/U&gt; lookup file contains duplicate value too.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Require search query which will return events whose &lt;STRONG&gt;"ip_clent"&lt;/STRONG&gt; field value doesn't match with "&lt;STRONG&gt;F5_Exclusion_IPS" &lt;/STRONG&gt;field value in lookup file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584281#M203464</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2022-02-09T18:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: event whose one field value doesn't match with lookup file field value.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584284#M203465</link>
      <description>&lt;PRE&gt;&amp;lt;your search&amp;gt; NOT ([&lt;SPAN&gt;|input lookup F5_IPS_Exclusion.csv&lt;/SPAN&gt; | rename whatever AS ip_client | table ip_client])&lt;/PRE&gt;&lt;P&gt;Replace "whatever" with your column name.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 13:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584284#M203465</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-02-09T13:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: event whose one field value doesn't match with lookup file field value.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584296#M203468</link>
      <description>&lt;P&gt;&lt;STRONG&gt;"ip_client"&lt;/STRONG&gt; is already field in splunk event. we want all event whose &lt;STRONG&gt;"ip_client"&lt;/STRONG&gt; field value doesn't match with lookup file field "&lt;STRONG&gt;F5_Exclusion_IPS"&amp;nbsp;&lt;/STRONG&gt;value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 14:11:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584296#M203468</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2022-02-09T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: event whose one field value doesn't match with lookup file field value.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584338#M203481</link>
      <description>&lt;P&gt;HI Rick!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"ip_client" &lt;/STRONG&gt;is field in event we want all event whose &lt;STRONG&gt;"ip_client"&lt;/STRONG&gt; field value not matches with &lt;STRONG&gt;IP&lt;/STRONG&gt; in lookup table file "&lt;STRONG&gt;F5_IPS_Exclusion.csv"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;query you have provided is not working for me.&lt;/P&gt;&lt;P&gt;I just want to discard event whose &lt;STRONG&gt;"Ip_client"&lt;/STRONG&gt; field matches with IP in lookup table.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 16:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584338#M203481</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2022-02-09T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: event whose one field value doesn't match with lookup file field value.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584362#M203492</link>
      <description>&lt;P&gt;Yes, I understand what you want. And this search should do that - the subsearch is effectively expanded to a set of conditions which are then negated so it should give you an exclusion of a set of values.&lt;/P&gt;&lt;P&gt;What do you mean by "is not working"?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:11:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584362#M203492</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-02-09T18:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: event whose one field value doesn't match with lookup file field value.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584365#M203493</link>
      <description>&lt;P&gt;it's get resolved.. find solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;lookup F5_IPS_Exclusion.csv F5_Exclusion_IPS AS ip_client OUTPUT F5_Exclusion_IPS| where isnull(F5_Exclusion_IPS) | table ip_client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it gives all &lt;STRONG&gt;"ip_client" &lt;/STRONG&gt;not present in lookup file &lt;STRONG&gt;"F5_IPS_Exclusion.csv"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:33:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-doesn-t-event-one-field-value-not-match-with-lookup-file/m-p/584365#M203493</guid>
      <dc:creator>Abhineet</dc:creator>
      <dc:date>2022-02-09T18:33:11Z</dc:date>
    </item>
  </channel>
</rss>

