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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...