All Apps and Add-ons

Edit Choropleth Map Tooltip

evelynli9520
Engager

Screen Shot 2020-11-02 at 4.51.47 PM.png

Hi Splunkers,
I am using a choropleth map. How to add another row of fields on the tooltip.
Example: 

Country: Texas

Year: 2019

Market_Segments: 100,000

Correlation_Label_Specific

The search I use is: 

| inputlookup global_merge_full_2019.csv

| stats sum(Production) as Production by Country, Year, Market_Segments, Correlation_Label_Specific

| geom geo_countries featureIdField=Country

| fields Year, Market_Segments, Correlation_Label_Specific, Country, Production,featureCollection,geom

Thank you in advance, 

Best,

Evelyn Li 

(similar post here:https://community.splunk.com/t5/All-Apps-and-Add-ons/choropleth-map-tooltip/m-p/428733

Labels (2)

cmhrfx
Engager

I have only been able to do this in Dashboard Studio. 

While the Splunk Search and Splunk Dashboard Classic don't seem to render with extra fields on the tooltip, Dashboard Studio allows you to select your primary 'value' field for the heatmap and add additional fields to the tooltip. 

So you can end your search with something like this:

| table state_name PercentOffline offlineHosts
| geom geo_us_states featureIdField=state_name

Then Dashboard Studio's Map tile's Data Configuration tab has sections for Area Values (set your choropleth coloring with this) and Additional Tooltip fields (as the name suggests). 

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...