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!

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

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...