Dashboards & Visualizations

How do I modify parts of a dashboard to show certain text as bold?

infra2sec
Path Finder

I'd like to bold certain text within my dashboard....for example "customer names" within a column dashboard. I'd like to know how to bold things at will if possible.

I tried fiddling around with XML, but didn't see any place where I could modify given titles within the dashboard.

Thanks for any info!

0 Karma

somesoni2
Revered Legend

If you just want to modify the titles and texts, you could use html module/tag in simple xml.

http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/PanelreferenceforSimplifiedXML#html

0 Karma

cb_usps
Explorer

I haven't found a way to do it with the 'title' element the Splunk UI provides for their widgets.
You need to drop down into HTML, for example (highlighted with '**'):

  <row>
    <panel>
      **<html>
        <div> <h1>Host Count</h1> </div>
      </html>**
      <single>
        <search id="HostsCount">
          <query>| inputlookup host_info.csv | search AppTeam="$teams$" AND environment="$environment$" | stats count | rangemap field=count severe=0-0 default=guarded</query>
        </search>
        <option name="classField">range</option>
        . . .
      </single>
    </panel>
  </row>
0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...