Splunk Search

How to use the same lookup file for different fields?

dritjon
Path Finder

Let me be more clear: I have defined a lookup file (ip_lookup) which has two colums: IPHost and DNShost

Now I have a search which has two fields, src_ip and dest_ip. I successfully created a new field by using lookup like this:

index=fw_cisco | lookup ip_lookup IPHost as src_ip OUTPUT DNShost as resolved_source_ip

But I want to do the same for the field dest_ip too.  Doing lookup like this:  | lookup ip_lookup IPHost as src_ip, dest_ip ... throws an error

How do I create two new fields that match the src_ip and dest_ip of my events, from the same lookup command

Labels (2)
Tags (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index=fw_cisco | lookup ip_lookup IPHost as src_ip OUTPUT DNShost as resolved_source_ip | lookup ip_lookup IPHost as dst_ip OUTPUT DNShost as resolved_destination_ip

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

index=fw_cisco | lookup ip_lookup IPHost as src_ip OUTPUT DNShost as resolved_source_ip | lookup ip_lookup IPHost as dst_ip OUTPUT DNShost as resolved_destination_ip
0 Karma

dritjon
Path Finder

thanks that worked

is there a way to do it with one lookup command?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Not for what you are trying to do - you can use multiple lookup fields but they would both have to match rows in the lookup file at the same time i.e. there would need to be both source and destination columns in your lookup file

0 Karma
Get Updates on the Splunk Community!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

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

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...