Splunk Search

How can I build a report using my query of IP addresses with the location information off of the lookup file?

dionrivera
Communicator

Hi Team. I have a splunk query with a list of IP addressses(Client_IP). I also have a lookup file with the IP ranges(cidr_match) which also has a location(location) fields pinpointing a location of that IP address. How can I build a report using my query of IP addresses with the location information off of the lookup file?

Labels (1)
0 Karma

yuanliu
SplunkTrust
SplunkTrust

I suppose that you have set up the lookup with match_type CIDR; the lookup theoretically would give you lat-long.  Suppose the three columns in mylookup are: cidr, lat, and long. (You should have specified these parameters in the question and not waiting for others to speculate, which can easily be off base.)  Not sure what the real question is.  Do you get error?  Unexpected output?  This will be your basic listing.  Or are you asking for a specific report format?

| lookup mylookup cidr AS Client_IP
| table Client_IP lat long

 

0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...