Splunk Search

Compare a field with lookup file

praneshjan
Explorer

I was trying to compare searched result with lookup file.
Is there any to compare results with lookup file.

|mysearch
|append[|inputlookup lookupname|field Lookupfield]
|where searched=lookupfield

this was my search trying but it is not working.

0 Karma

sheamus69
Communicator

How about:

... mysearch |lookup lookupname lookupnamefield OUTPUT lookupnamefield as dummy|where isnotnull(dummy)
0 Karma

jkat54
SplunkTrust
SplunkTrust

Try this:

 ... mysearch [|inputlookup lookupname | fields lookupField|format]

Will unpack to this:

... mysearch ((lookupField=valueFromLookupRow1) OR (lookupField=valueFromLookupRow2) OR ... )
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...