All Apps and Add-ons

How to change label displayed in Custom Cluster Map Visualization

n5zap
Explorer

I'm using the Custom Cluster Map Visualization from SplunkBase and every marker is displaying the number 1. I am trying to figure out how to change this, but the developer seems to have provided absolutely no documentation or even custom search examples to help the user customize the map. Has anyone posted samples for this visualization?

0 Karma

ziegfried
Influencer

The visualization can only display a single, numeric (positive) value for each marker. The label is always derived from this numeric value and can not be customized.

The search results are expected to contain pre-aggregated clusters, such as typically generated by the geostats command.

... | geostats count
... | geostats sum(bytes)
... | geostats avg(magnitude) maxzoomlevel=18

So this is similar to the built-in marker map visualization splunk provides, except that the custom cluster map does not support results split-by another dimension (where the built-in viz shows multiple pie segments).

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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...