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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...