Splunk Search

Compare search field to multiple lookup fields

user2020dy
Path Finder

I have field src_ip in my data.

 

My lookup fields: ip1,  ip2,  ip3, ip4,  user

 

What I want is to find matching pairs in  src_ip and ip1,  ip2,  ip3, ip4 and OUTPUT the name of user, who this src_ip belongs to.

 

How can I do this?

Labels (5)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

You'll need to use multiple lookups to do that.

 

... | lookup ip1 as src_ip output user
| lookup ip2 as src_ip outputnew user
| lookup ip3 as src_ip outputnew user
| lookup ip4 as src_ip outputnew user
...

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You'll need to use multiple lookups to do that.

 

... | lookup ip1 as src_ip output user
| lookup ip2 as src_ip outputnew user
| lookup ip3 as src_ip outputnew user
| lookup ip4 as src_ip outputnew user
...

 

---
If this reply helps you, Karma would be appreciated.
0 Karma

user2020dy
Path Finder

I know this works, but can`t I do this within one command?

It is stated in documentation that multiple fields can be included in the list.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, the lookup command supports multiple fields, but all of the fields are ANDd during the lookup.  The only way to do an OR is via multiple lookups.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...