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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

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 ...