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!

Observability Unlocked: Kubernetes & Cloud Monitoring with Splunk IM

Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team on ...

Index This | What did the zero say to the eight?

June 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...

Splunk Observability Cloud's AI Assistant in Action Series: Onboarding New Hires & ...

This is the fifth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...