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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...