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
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...