Dashboards & Visualizations

How to get multiple value read using choropleth map?

madakkas
Explorer

I have the below data say, in an csv – infile.csv


Country Field1 Field2 Field3
Australia V1F1 V1F2 V1F3
India V2F1 V2F2 V2F3
France V3F1 V3F2 V3F3

I am trying to create a choropleth map using the below command

`
|inputlookup PS_SPLUNK.csv
| geom geo_countries featureIdField=Country

`

But things do not turn up the way I expect (which is as below) when I hover over each country , rather nothing gets plotted

Say When I Hover over India I would wish to see

India
Field1 – V2F1
Field2 – V2F2
Field3 – V2F3

But when I change the above code to say –

|inputlookup PS_SPLUNK.csv
|table Country Field1
| geom geo_countries featureIdField=Country

Now with the above code when I hover over india , I see the values

India
Field1 – V2F1

So in a nutshell, I would want to show the values of many fields that a country could represent rather than the count field alone.
All Help is appreciated.

Thank You in advance

Labels (1)
Tags (1)

Naa_Win
Path Finder

Hello,

I'm having the same issue. Could you please help me how you sorted out this?

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...