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!

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, ...