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!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...