<?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 Re: help for formatting dashboard from xml in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385805#M173796</link>
    <description>&lt;P&gt;@jip31 it is not clear from your question as to where (which tag) you want apply Bold Red text formatting? Is it for Dashboard Label or Description?&lt;/P&gt;

&lt;P&gt;If it is for Dashboard Description &lt;CODE&gt;&amp;lt;description&amp;gt;&lt;/CODE&gt; (PS: Following is tested on Splunk 7.2. If you are on previous version of Splunk and the following CSS does not work then CSS selector may need some change which you can do via Browser Inspector Tool. Refer to one of my older answers to play around with Browser Inspector Tool: &lt;A href="https://answers.splunk.com/answers/590387/how-do-i-update-panel-color-in-splunk-using-css-1.html):"&gt;https://answers.splunk.com/answers/590387/how-do-i-update-panel-color-in-splunk-using-css-1.html):&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form&amp;gt;
   &amp;lt;label&amp;gt;Drivers&amp;lt;/label&amp;gt;
   &amp;lt;description&amp;gt;Drivers health checking - Slot time : 30 days&amp;lt;/description&amp;gt;
   ....
    &amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
       &amp;lt;panel&amp;gt;
           &amp;lt;html&amp;gt;
               &amp;lt;style&amp;gt;
                   .dashboard-header p.description {
                       font-weight: bold;
                       color: red;
                       padding-top: 20px;
                   }
               &amp;lt;/style&amp;gt;
           &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
    <pubDate>Sat, 05 Jan 2019 01:54:21 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2019-01-05T01:54:21Z</dc:date>
    <item>
      <title>help for formatting dashboard from xml</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385804#M173795</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
I would like to have a breaking line betweel the tag  and  and to have the tag  in bold an red color&lt;BR /&gt;
is it possible please??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Drivers&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;Drivers health checking - Slot time : 30 days&amp;lt;/description&amp;gt;
  &amp;lt;fieldset autoRun="false" submitButton="true"&amp;gt;
    &amp;lt;input type="text" searchWhenChanged="true" token="tok_filterhost"&amp;gt;
      &amp;lt;label&amp;gt;Hostname&amp;lt;/label&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Jan 2019 11:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385804#M173795</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-01-04T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: help for formatting dashboard from xml</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385805#M173796</link>
      <description>&lt;P&gt;@jip31 it is not clear from your question as to where (which tag) you want apply Bold Red text formatting? Is it for Dashboard Label or Description?&lt;/P&gt;

&lt;P&gt;If it is for Dashboard Description &lt;CODE&gt;&amp;lt;description&amp;gt;&lt;/CODE&gt; (PS: Following is tested on Splunk 7.2. If you are on previous version of Splunk and the following CSS does not work then CSS selector may need some change which you can do via Browser Inspector Tool. Refer to one of my older answers to play around with Browser Inspector Tool: &lt;A href="https://answers.splunk.com/answers/590387/how-do-i-update-panel-color-in-splunk-using-css-1.html):"&gt;https://answers.splunk.com/answers/590387/how-do-i-update-panel-color-in-splunk-using-css-1.html):&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form&amp;gt;
   &amp;lt;label&amp;gt;Drivers&amp;lt;/label&amp;gt;
   &amp;lt;description&amp;gt;Drivers health checking - Slot time : 30 days&amp;lt;/description&amp;gt;
   ....
    &amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
       &amp;lt;panel&amp;gt;
           &amp;lt;html&amp;gt;
               &amp;lt;style&amp;gt;
                   .dashboard-header p.description {
                       font-weight: bold;
                       color: red;
                       padding-top: 20px;
                   }
               &amp;lt;/style&amp;gt;
           &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 01:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385805#M173796</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-01-05T01:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: help for formatting dashboard from xml</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385806#M173797</link>
      <description>&lt;P&gt;PERFECT THANKS&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 07:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385806#M173797</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-01-07T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: help for formatting dashboard from xml</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385807#M173798</link>
      <description>&lt;P&gt;@jip31 if this worked for you, do accept/up-vote the answer to mark this question as answered! &lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 08:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-for-formatting-dashboard-from-xml/m-p/385807#M173798</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-01-07T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

