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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...