Dashboards & Visualizations

Visualization color issue

carlyleadmin
Contributor

Hi All,

First of all the version of the splunk we have in our environment is as follows;

Splunk Version
6.2.3
Splunk Build
264376

i do have a single line single number visualization dashborad.the problem is when i run them indivually i get the color coding but when it is on saved dashboard,coloring does not work

alt text

here are my queries for both searches;

1) failed diu

Message="failed to execute"|search Message >0 |stats count(eval(Message="failed to execute")) AS "Failed DIU" |eval Value = 500| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none

and i get the set color of red when i click on visualiztion(red)

2) successful diu
Message="was executed successfully"|search Message >0|stats count(eval(Message="was executed successfully")) AS "Successful DIU" |eval Value = 0| rangemap field=Value none=0-99 low=100-199 guarded=200-299 elevated=300-399 high=400-499 severe=500-599 default=none

and i get the set color of black when i click on visualiztion

any idea why the colors do not work when saved as one dashboard.

here is my source code as well if that helps

alt text

i have a test environment which the latest version of splunk is installed and all works as expected,but with different version i don't even have the UI option that i have on the latest version for coloring is not presented in 6.2 version

Thanks

Tags (1)
0 Karma
1 Solution

renjith_nair
Legend

For 6.2.0, try adding this to the options for both panels

<option name="classField">range</option>
---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

0 Karma

renjith_nair
Legend

For 6.2.0, try adding this to the options for both panels

<option name="classField">range</option>
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

carlyleadmin
Contributor

That did it.Thank you Renjith

0 Karma

p_gurav
Champion

You can refer this app:
https://splunkbase.splunk.com/app/1603/

0 Karma
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!

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...