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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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