Dashboards & Visualizations

How to reduce Single Value Text Size?

vtsguerrero
Contributor

I'm currently using <dashboard stylesheet="single_decorations.css"> from another app, which shows green, yellow and red indicators, but the text is too big, and the icon is goin' above the letters. I know that can be done via css.
But how will I get this specific text inside each Single Value ?
Thanks in advance!

0 Karma

fredkaiser
Path Finder

Hi Vstguerrero

you can override this by adding the below in custom CSS

svg.svg-container {
height=75% !important;
width=75% !important;
}

which will put them both on the same line but with a big space between them.

Once this has been change you need to restart Splunk or bump it

How to bump Splunk

http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions

0 Karma

vtsguerrero
Contributor

Hello @fredkaiser , I have tried this css, changing the "=" sign to ":" in css file, hit CtrlF5 and still, no difference at all...
I just found out that Splunk's last version has updated the example "single_decorations.css" to "custom_decorations.css".
I'm still checkin' it out to see if this new release will work on my previous panel.
But thanks in advance!

0 Karma

fredkaiser
Path Finder

Hi @Vtsguerrero

There is other way with out restarting your Splunk for the changes to take effect and that to bump splunk.

So to do that just:

http://host:mport/locale_string/_bump

EG: http://splunk/en-us/_bump


http://docs.splunk.com/Documentation/Splunk/6.2.0/AdvancedDev/CustomizationOptions

0 Karma

DMohn
Motivator

Changes to custom CSS need a restart (or a reload) to take effect!

Try to click on the splunk logo in the upper left corner, and then return to your dashboard, this should reload the CSS and show your changes.

0 Karma

jkat54
SplunkTrust
SplunkTrust

Right click on it in your browser and go to inspect element (or so you would in chrome). That should take you directly to the code, and you can find the css tag there.

<a href="/topics/dashboard.html" class="tag" rel="topic" nodeid="160006">dashboard</a>

This is the "element" I found by right clicking the tag on your post for "dashboard". From looking at this I can assume my css file has a class called "tag", and therefore I would edit that class in the css to modify how I like. So in Chrome I can actually edit this on the fly and do something like this:

<a href="/topics/dashboard.html" class="belowquestion" rel="topic" nodeid="160006">dashboard</a>

Which makes it look completely different.

0 Karma

vtsguerrero
Contributor

It's already inside the dashboard tag reference css = single-decorations.css...
I used this:

.single-result { font-size:20px } 

Nothing changed, not even restarting splunk instance..

0 Karma

vtsguerrero
Contributor

This is how my single looks like, letters are too big and the icon is at the wrong place since Splunk updated.

alt text

I think the tag is correct, cuz I've changed it in execution time with Chrome...

0 Karma

jkat54
SplunkTrust
SplunkTrust

Have you tried using ctrl + F5 to force all the page assets to be re-downloaded directly from the server?

0 Karma

vtsguerrero
Contributor

Yeap, still not working, restarted splunk server, and tried with !important as well..

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...