All Apps and Add-ons

Google Maps and maxmind lookup

kmattern
Builder

I have a lookup table that contains the names of companies and the cities and states where they have offices. I need to plot this on a map using Google Maps. I have the MaxMind GeoLiteCity-Location.csv table. I thought it would be a simple matter to use the company location as an inputlookup and pass the city and state to Google Maps to do the plotting but I can’t get anything to work. What am I missing?

Tags (1)
0 Karma

kmattern
Builder

Never mind. I figured it out. I created a lookup table called citylist.csv and put in caty, state, latitude and longitude columns. Then ran this search and it knew what to do.

| inputlookup citylist.csv | geonormalize city resolve_hostnames=true

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...