Dashboards & Visualizations

How can I get the DiskFreeSpace field to be colored in my dashboard, automatically depending on the value?

carlyleadmin
Contributor

Hi there,

I am pulling physical disk info and just putting it in Dashboard. I want DiskFreeSpace field to be colored automatically depending on the value. Is this possible?
Splunk Version
6.2.3
Splunk Build
264376

Here is what I have setup so far.

|eval DiskFreeSpace=round((FreeSpace/1024/1024/1024),2)|eval DiskSpace=round((Size/1024/1024/1024),2)|rangemap field=DiskFreeSpace blue=10-60 red=0-9 |rename Name AS Disk host AS Host|table Host Disk DiskSpace DiskFreeSpace|dedup Disk

alt text

I even added this to my source code

range

Thanks for the help

0 Karma
1 Solution

niketn
Legend

@carlyleadmin since you are on version 6.2.3 and Table Cell formatting option to add colors through UI was introduced only in version 6.5, only option for you to color your Table Cell based on range of value, is to use Simple XML JS and CSS extension. Get the Splunk Dashboard Examples App from Splunkbase and try out the Table Cell Highlighting Example which can be applied to your dashboard.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@carlyleadmin since you are on version 6.2.3 and Table Cell formatting option to add colors through UI was introduced only in version 6.5, only option for you to color your Table Cell based on range of value, is to use Simple XML JS and CSS extension. Get the Splunk Dashboard Examples App from Splunkbase and try out the Table Cell Highlighting Example which can be applied to your dashboard.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

carlyleadmin
Contributor

if i use the below it works on splunk Splunk Version
7.0.3
Splunk Build
fa31da744b51

but the same logic does not work on 6.2.3 version
alt text

alt text

0 Karma

carlyleadmin
Contributor

i added

option name=classfield>range to my source

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