Dashboards & Visualizations

How to apply data on each state with different colours on choropleth map

alexspunkshell
Contributor

I want to display choropleth map with data on each state with different colour.
Country : Australia
I uploaded csv file containing state and latitude & longitude details. Below is the query i am used

index=mytest sourcetype=csv source="C:\\Splunk\\GAF_Files\\anzvw_contract_test0.csv" is_active=1 branch_location_code =*| lookup Aus_states State_code AS branch_location_code OUTPUT Latitude,Longitude | geostats latfield=Latitude longfield=Longitude count by branch_location_code

Here i could not able to segregate each state and its corresponding data. alt text

I want to display like this with data inside
alt text

Kindly help me here.

0 Karma

alexspunkshell
Contributor

@niketnilay Yes

0 Karma

niketn
Legend

@alexspunkshell , you are looking for Choropleth Map in Splunk instead of Cluster Map.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
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 ...