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>
Happy Splunking!

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>
Happy Splunking!
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
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...