Getting Data In

Lookup- UnMatched Values

ashishlal82
Explorer

http://docs.splunk.com/Documentation/Splunk/6.4.1/Knowledge/ConfigureCSVlookups#Prefilter_large_CSV_...

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.

Tags (4)
0 Karma

sundareshr
Legend

Try this

... | eval fieldname=coalesce(fieldname, "deny")
0 Karma

woodcock
Esteemed Legend

After the lookup do this:

... | filllnull value="NotMatched" MyLookupOutputField
0 Karma

ashishlal82
Explorer

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?

0 Karma

woodcock
Esteemed Legend

Like this:

... | filllnull value="deny" MyLookupOutputField
0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...