Splunk Search

How do I use the built-in maps in Splunk to plot the different countries in my search results and display the counts on each country?

rana_nour
Explorer
 index=gasf uri_path="*.aspx"  (( eventtype="Hub" ) AND eventtype=*)   | iplocation clientip | timechart span=1hr c by Country limit=400 usenull=f

Here is my search. It displays the number of hits done on each country in a normal timechart. My question here is how to use the built-in maps to plot the different countries and display the different number of counts on each country. Any guidance here?

Tags (3)
0 Karma

tom_frotscher
Builder

Hi,

instead of timechart use this:

index=gasf uri_path=".aspx" (( eventtype="Hub" ) AND eventtype=) | iplocation clientip | geostats count by Country

Then adjust the search to your needs. The geostats command does not work by country, it works by lat and lon fields. Therefore it might be usefull to create a list that matches a country to fixed lat and lon values in your case.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...