Dashboards & Visualizations

How to change the font size for a SINGLE VALUE panel?

maximusdm
Communicator

I am following the instructions from:
https://docs.splunk.com/Documentation/Splunk/6.5.1/AdvancedDev/UseCSS

without any luck. If I convert the Dashboard to HTML and use everything works but I need to use XML format.
Here is a screen shot of my TEST dashboard:

alt text

The Dashboard belongs to the ' search' application. Any ideas?
I also downloaded File Monitor for Windows so that I could monitor the file paths (files) that Splunk access. I just cannot see anything in my trace, for instance, an app accessing the file dashboard.css; This is so frustrating.

1 Solution

maximusdm
Communicator
0 Karma

sbbadri
Motivator

Convert your dashboard to html and add below &lt/heade&gt

&ltstyle&gt
.single-value .single-result {
font-size: 1000px !important;
}
&lt/style&gt

maximusdm
Communicator
0 Karma

maximusdm
Communicator

not sure what happened but it is working now. I even restarted Splunk many times without any change but something happened that this thing is working now.

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...