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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...