Splunk Search

lookup /join

ibra75
Explorer

hello splunkers,
I have a csv file witch contain all client Ip(130 ligne of Ip area) for the company,I need on my search web witch based on input lookup| from another file,to filter results with client IP in the second csv file.
how can I do that ?any idea is appreciated.
thanks

Tags (2)
0 Karma

somesoni2
Revered Legend

Try this

| inputlookup Risk_status_lookup.csv | search [|inputlookup yoursecondcsv.csv | table "IP Address"]

ibra75
Explorer

| inputlookup Risk_status_lookup.csv| search "IP Address"=* | //and here I should filter results (IP Address) with the second file// .
exactly i need to extract risks for all the client in the second file

0 Karma

Ayn
Legend

Could you explain more clearly please, preferably with examples?

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...