Dashboards & Visualizations

How to make a word in Bold in dashboard?

rakesh44
Communicator

alt text

I have to make dashboard word in bold , detail given in screenshot

Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi rakesh44,
the only way is to modify CSS.
If you want, you can highlight rows or cells changing cell color, but to have bold in a colums the only way is CSS.

Ciao.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi rakesh44,
the only way is to modify CSS.
If you want, you can highlight rows or cells changing cell color, but to have bold in a colums the only way is CSS.

Ciao.
Giuseppe

rakesh44
Communicator

Hi Giuseppe,

Can you guide me what to add in xml Thanks

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi rakesh44,
I'm not an expert of CSS so I suggest to search it using Google.
Anyway, the intervene to do is:

  • to create a css for your dashboard containing the format you want .dashboard-header > h2 { font-size: 70px; }
  • then replacethe first row of your dashboard with something like this

You can find some useful information at https://docs.splunk.com/Documentation/Splunk/7.3.2/AdvancedDev/UseCSS and https://docs.splunk.com/Documentation/Splunk/7.3.2/Module/Simplecustomizations

Ciao.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...