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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...