Splunk Search

Hi, i want to colored my cell by red if the value are equal or less than 2 for the below table query for (Value_g)

MShawki
New Member

index=vsdm_p host = vgmm13zw.internal.vodafone.com OR host = vgmm14zw.internal.vodafone.com source="Perfmon:FreeDiskSpace" |table host, counter, instance, Value | where instance!="_Total" | where counter="Free Megabytes" | eval Value_g = Value/1000 | fields host, instance, Value_g

Tags (1)
0 Karma

jbailey_splunk
Splunk Employee
Splunk Employee

I would recommend downloading the "Splunk 6.x Dashboard Examples". Within this app, there are samples of each type of dashboard/visualization available - including Table Cell Highlighting - which guides you on how to do this successfully. Here's the link on splunkbase:

https://splunkbase.splunk.com/app/1603/

0 Karma

sundareshr
Legend
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...