Dashboards & Visualizations

Changing heatmap defenitions

jmheaton
Path Finder

So currently we have a dashboard pannel that runs a success rate for various items.
I have been looking at a way to show a heatmap when this success rate falls below a certain level.

100% would show up as white or no heat, while values below would start to show the heatmap in a degree that i would be able to set. For instince, very light red for values between 97-99, slightly darker for 90-97, and get darker and darker going down to 80%.

Currently i havn't found a way since by knowledge of XML is very minor.

Anyone got any ideas?

Thanks in advance.

Tags (2)
0 Karma
1 Solution

SK110176
Path Finder

It's far from a perfect solution but one that is much easier to implement than playing with css or js...

You could create a new field called failure rate and generate a heatmap based on that:

eval "Failure Rate" = 100-"Success Rate"

View solution in original post

SK110176
Path Finder

It's far from a perfect solution but one that is much easier to implement than playing with css or js...

You could create a new field called failure rate and generate a heatmap based on that:

eval "Failure Rate" = 100-"Success Rate"

Greggyboy69
New Member

spam removed

0 Karma

Greggyboy69
New Member

spam removed

0 Karma

rsennett_splunk
Splunk Employee
Splunk Employee

The Module you're looking for is DataOverlay, but there are no parameters to help you change the colors.
It can absolutely be done by customizing the css.

Start by looking at the answer here and follow the trail. You'll find examples of using css and javascript as well as a reference to an app that provides examples of how you might implement it (the app is for rowcolors).

With Splunk... the answer is always "YES!". It just might require more regex than you're prepared for!
0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...