<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I modify parts of a dashboard to show certain text as bold? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236272#M14690</link>
    <description>&lt;P&gt;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. &lt;/P&gt;

&lt;P&gt;I tried fiddling around with XML, but didn't see any place where I could modify given titles within the dashboard.&lt;/P&gt;

&lt;P&gt;Thanks for any info!&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 11:27:25 GMT</pubDate>
    <dc:creator>infra2sec</dc:creator>
    <dc:date>2016-05-10T11:27:25Z</dc:date>
    <item>
      <title>How do I modify parts of a dashboard to show certain text as bold?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236272#M14690</link>
      <description>&lt;P&gt;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. &lt;/P&gt;

&lt;P&gt;I tried fiddling around with XML, but didn't see any place where I could modify given titles within the dashboard.&lt;/P&gt;

&lt;P&gt;Thanks for any info!&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 11:27:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236272#M14690</guid>
      <dc:creator>infra2sec</dc:creator>
      <dc:date>2016-05-10T11:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify parts of a dashboard to show certain text as bold?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236273#M14691</link>
      <description>&lt;P&gt;I haven't found a way to do it with the 'title' element the Splunk UI provides for their widgets.&lt;BR /&gt;
You need to drop down into HTML, for example (highlighted with '**'):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      **&amp;lt;html&amp;gt;
        &amp;lt;div&amp;gt; &amp;lt;h1&amp;gt;Host Count&amp;lt;/h1&amp;gt; &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;**
      &amp;lt;single&amp;gt;
        &amp;lt;search id="HostsCount"&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup host_info.csv | search AppTeam="$teams$" AND environment="$environment$" | stats count | rangemap field=count severe=0-0 default=guarded&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="classField"&amp;gt;range&amp;lt;/option&amp;gt;
        . . .
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 May 2016 16:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236273#M14691</guid>
      <dc:creator>cb_usps</dc:creator>
      <dc:date>2016-05-10T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I modify parts of a dashboard to show certain text as bold?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236274#M14692</link>
      <description>&lt;P&gt;If you just want to modify the titles and texts, you could use html module/tag in simple xml.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/PanelreferenceforSimplifiedXML#html"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/PanelreferenceforSimplifiedXML#html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 16:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-modify-parts-of-a-dashboard-to-show-certain-text-as/m-p/236274#M14692</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-10T16:19:37Z</dc:date>
    </item>
  </channel>
</rss>

