Splunk Search

How do I add fields from a lookup table to my search event?

angshul
Path Finder

I have a lookup table geo-lookup.csv which has data in the format:
IP, Coordinates, Location.

My search has the field ipAddress which is used as the filter to match the IP field in the table. I want the Location field to be added to the search events for the matching ipAddress field.

I'm using the command:
base search | lookup geo-lookup IP as ipAddress OUTPUTNEW Location as location

Can anyone tell me where I'm going wrong?
All my permissions and lookup definitions are configured correctly.

Tags (1)
0 Karma
1 Solution

Vijeta
Influencer

@angshul - make sure you mention exact name with csv extension for your lookup.
base search | lookup geo-lookup.csv IP as ipAddress OUTPUTNEW Location as location

View solution in original post

0 Karma

Vijeta
Influencer

@angshul - make sure you mention exact name with csv extension for your lookup.
base search | lookup geo-lookup.csv IP as ipAddress OUTPUTNEW Location as location

0 Karma

angshul
Path Finder

Thanks for the help.
The issue was I had to use the fields within double quotes.
Its working now

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

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