Splunk Search

How do you compare a field in a search table with a lookup table field?

kdelvillar
Engager

I have a search that produces a table that contains a field called "http_referer", and I want to compare this field against a field called "TargetURL" that's in my inputlookup redirect-url.csv result. If there's a match I would like it to display all the matches.

Tags (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kdelvillar

Have you tried lookup command? I'm not able to understand all the matches with!!!??

Can you please try below search?

YOUR_TABLE_SEARCH | lookup redirect-url.csv TargetURL as http_referer OUTPUTNEW TargetURL as myTargetURL | where isnotnull(myTargetURL)

https://docs.splunk.com/Documentation/Splunk/7.2.0/SearchReference/Lookup

View solution in original post

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kdelvillar

Have you tried lookup command? I'm not able to understand all the matches with!!!??

Can you please try below search?

YOUR_TABLE_SEARCH | lookup redirect-url.csv TargetURL as http_referer OUTPUTNEW TargetURL as myTargetURL | where isnotnull(myTargetURL)

https://docs.splunk.com/Documentation/Splunk/7.2.0/SearchReference/Lookup

kdelvillar
Engager

This worked thank you!

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@kdelvillar

Glad to help you. Can you please accept the answer and upvote comment to help the community?

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...