Splunk Search

Lookup csv file

shangshin
Builder

Hi,
I would like to upload a csv file as a lookup table. what will be header format?
Assuming I have a search field called customer_id. So jsmith means John Smith.
Can you use this as an example to provide a one line csv file?

I trtied jsmith, John Smith
but didn't work out.

Thanks!

Tags (1)
0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

Example lookup configuration in the docs. Create your file like this and then follow the links below for an example on how to set it up and then how they get used in searches.

customer_id, customer_name
jsmith,John Smith

http://docs.splunk.com/Documentation/Splunk/latest/User/CreateAndConfigureFieldLookups

http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

Example lookup configuration in the docs. Create your file like this and then follow the links below for an example on how to set it up and then how they get used in searches.

customer_id, customer_name
jsmith,John Smith

http://docs.splunk.com/Documentation/Splunk/latest/User/CreateAndConfigureFieldLookups

http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources

Ayn
Legend

Because customer_name and firm will always have the same 1:1 mapping (right?) you can just do

... | top customer_name,firm

shangshin
Builder

Good anwser. Thanks!

Assuming the lookup csv file contains the customer's associated firm. e.g.
customer_id, customer_name, customer_firm
jsmith,John Smith,Google

What will be the search string to see top 10 users' name and firm?
The search below will display name, count, percentage.
sourcetype="access_common" | top customer_name

0 Karma

Ayn
Legend

This is covered very well in the docs - I could write examples here but really the docs explain it all: http://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Addfieldsfromexternaldatasources#Exampl...

Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

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