<?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: Lookup- UnMatched Values in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243168#M47121</link>
    <description>&lt;P&gt;After the lookup do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | filllnull value="NotMatched" MyLookupOutputField
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 04 Jul 2016 19:26:15 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-07-04T19:26:15Z</dc:date>
    <item>
      <title>Lookup- UnMatched Values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243167#M47120</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Knowledge/ConfigureCSVlookups#Prefilter_large_CSV_lookup_tables"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Knowledge/ConfigureCSVlookups#Prefilter_large_CSV_lookup_tables&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have configured my lookup as stated in the above documentation and I am getting the result except for non matched values. how can I get non matched. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243167#M47120</guid>
      <dc:creator>ashishlal82</dc:creator>
      <dc:date>2016-07-01T21:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup- UnMatched Values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243168#M47121</link>
      <description>&lt;P&gt;After the lookup do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | filllnull value="NotMatched" MyLookupOutputField
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Jul 2016 19:26:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243168#M47121</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-04T19:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup- UnMatched Values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243169#M47122</link>
      <description>&lt;P&gt;Thanks. filllnull value="NotMatched" MyLookupOutputField This works for values that the splunk did not realize it from the source. My .csv has 2 values "allow" and "deny". Right now I am getting "allow" for the values that match based in my automatic lookup definition, I just want the unmatch or "deny" to be added to my field when theres no match. Would a case statement with if clause would work? &lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243169#M47122</guid>
      <dc:creator>ashishlal82</dc:creator>
      <dc:date>2016-07-05T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup- UnMatched Values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243170#M47123</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval fieldname=coalesce(fieldname, "deny")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jul 2016 20:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243170#M47123</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-05T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup- UnMatched Values</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243171#M47124</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | filllnull value="deny" MyLookupOutputField
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jul 2016 13:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookup-UnMatched-Values/m-p/243171#M47124</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-06T13:29:01Z</dc:date>
    </item>
  </channel>
</rss>

