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!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...