Splunk Search

Is it possible to change font style in Splunk 7.2.1?

nagar57
Communicator

Recently Splunk in my organization got upgraded from Splunk 6.6.4 to Splunk 7.2.1 and the font style for table data got changed. I want to keep the previous font style. How can I get it back? Can someone suggest what CSS changes needs to be done to keep the font style of splunk 6.6.4 version ?
TIA

0 Karma

masonwhite
Explorer

If the table is on a dashboard most standard CSS will work. just drop this "row" at the top of your dashboard XML and will change all table fonts on the Dashboard.

  <row depends="$alwaysHideCSSPanel$">
     <panel>
       <html>
         <style>
           table tbody tr td{
             font-size:150% !important;
            font-family: "Times New Roman", Times, serif;
            font-style: italic;
            font-weight: bold;
            font-variant: small-caps;
           }

         </style>
       </html>
       </panel>
       </row>
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...