<?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: Custom Decorations in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444650#M42428</link>
    <description>&lt;P&gt;Hi  @niketnilay! Thaks for your help!&lt;/P&gt;

&lt;P&gt;I did exactly has you told me to do, but it didan't workout.&lt;BR /&gt;
This is the source that I used:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
    &amp;lt;label&amp;gt;Custom Decorations&amp;lt;/label&amp;gt;
   &amp;lt;description&amp;gt;
       This example shows decorations using tokens from search results, HTML panels and some custom CSS. The icon are displayed using the Splunk Icon Font.
   &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;
              .custom-result-value {
                  font-size: 55px;
                  margin: 35px auto;
                  text-align: center;
                  font-weight: bold;
                  color: rgb(85, 85, 85);
              }
              .custom-result-value:before {
                  font-family: "Splunk Icons";
                  font-style: normal;
                  font-weight: normal;
                  text-decoration: inherit;
                  font-size: 110%;
              }
              .severe.custom-result-value:before {
                  content: "\2297";
              }
              .severe.custom-result-value {
                  color: rgb(217, 63, 60);
              }
              .high.custom-result-value {
                  color: rgb(245, 143, 57);
              }
              .high.custom-result-value:before {
                  content: "\ECD4";
              }
              .elevated.custom-result-value {
                  color: rgb(247, 188, 56);
              }
              .elevated.custom-result-value:before {
                  content: "\26A0";
              }
              .low.custom-result-value {
                  color: rgb(101, 166, 55);
              }
              .low.custom-result-value:before {
                  content: "\ECD3";
              }
              .guarded.custom-result-value {
                  color: rgb(109, 183, 198);
              }
              .guarded.custom-result-value:before {
                  content: "\0049";
              }
              .custom-result-value.icon-only {
                  font-size: 90px;
              }
           &amp;lt;/style&amp;gt;
         &amp;lt;/html&amp;gt;
      &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
   &amp;lt;row&amp;gt;
       &amp;lt;panel&amp;gt;
           &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;|(index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value1"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range1"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range1$"&amp;gt;
                $value1$
            &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value2"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range2"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range2$"&amp;gt;
                $value2$
            &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value3"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range3"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range3$"&amp;gt;
                $value3$
            &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value4"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range4"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range4$"&amp;gt;
                $value4$
            &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range1$"&amp;gt; &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range2$"&amp;gt; &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range3$"&amp;gt; &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range4$"&amp;gt; &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;

&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I saved the source this is what appearce:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6719iBAFB04AB4CAFC5E7/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Can you see what I did wrong, please?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2019 14:24:30 GMT</pubDate>
    <dc:creator>leticiamartello</dc:creator>
    <dc:date>2019-03-25T14:24:30Z</dc:date>
    <item>
      <title>Custom Decorations</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444648#M42426</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;I'm trying to edit my source in a dashboard, to do a custom decorations.&lt;/P&gt;

&lt;P&gt;This's the query that I'm using: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index="mysource") OR (index="main") OR (index="logical") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So, after that I edited the source from dashboard to add, the custom decorations.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;label&amp;gt;Custom Decorations&amp;lt;/label&amp;gt;
&amp;lt;description&amp;gt;
    This example shows decorations using tokens from search results, HTML panels and some custom CSS. The icon are displayed using the Splunk Icon Font.

&amp;lt;/description&amp;gt;

&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;

        &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;|(index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
            &amp;lt;progress&amp;gt;
                &amp;lt;set token="value1"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                &amp;lt;set token="range1"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
            &amp;lt;/progress&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value $range1$"&amp;gt;
            $value1$
        &amp;lt;/div&amp;gt;

        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
            &amp;lt;progress&amp;gt;
                &amp;lt;set token="value2"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                &amp;lt;set token="range2"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
            &amp;lt;/progress&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value $range2$"&amp;gt;
            $value2$
        &amp;lt;/div&amp;gt;

        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
            &amp;lt;progress&amp;gt;
                &amp;lt;set token="value3"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                &amp;lt;set token="range3"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
            &amp;lt;/progress&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value $range3$"&amp;gt;
            $value3$
        &amp;lt;/div&amp;gt;

        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value icon-only $range1$"&amp;gt; &amp;lt;/div&amp;gt;

        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value icon-only $range2$"&amp;gt; &amp;lt;/div&amp;gt;

        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
        &amp;lt;html&amp;gt;
        &amp;lt;div class="custom-result-value icon-only $range3$"&amp;gt; &amp;lt;/div&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;But, it didan't work out.&lt;/P&gt;

&lt;P&gt;Please, can anywone help me?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 18:58:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444648#M42426</guid>
      <dc:creator>leticiamartello</dc:creator>
      <dc:date>2019-03-19T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Decorations</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444649#M42427</link>
      <description>&lt;P&gt;@leticiamartello if you are trying to use the &lt;CODE&gt;Custom Decorations&lt;/CODE&gt; examples from &lt;CODE&gt;Splunk Dashboard Examples&lt;/CODE&gt; app, you are missing including the CSS file &lt;CODE&gt;custom_decorations.css&lt;/CODE&gt; to be included under your Splunk App's &lt;CODE&gt;appserver/static&lt;/CODE&gt; folder. If you want to try to test out the CSS Style within dashboard you can try out the following example:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6718iD235744FFEA8F284/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Custom Decorations&amp;lt;/label&amp;gt;
 &amp;lt;description&amp;gt;
     This example shows decorations using tokens from search results, HTML panels and some custom CSS. The icon are displayed using the Splunk Icon Font.
 &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;
            .custom-result-value {
                font-size: 55px;
                margin: 35px auto;
                text-align: center;
                font-weight: bold;
                color: rgb(85, 85, 85);
            }
            .custom-result-value:before {
                font-family: "Splunk Icons";
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                font-size: 110%;
            }
            .severe.custom-result-value:before {
                content: "\2297";
            }
            .severe.custom-result-value {
                color: rgb(217, 63, 60);
            }
            .high.custom-result-value {
                color: rgb(245, 143, 57);
            }
            .high.custom-result-value:before {
                content: "\ECD4";
            }
            .elevated.custom-result-value {
                color: rgb(247, 188, 56);
            }
            .elevated.custom-result-value:before {
                content: "\26A0";
            }
            .low.custom-result-value {
                color: rgb(101, 166, 55);
            }
            .low.custom-result-value:before {
                content: "\ECD3";
            }
            .guarded.custom-result-value {
                color: rgb(109, 183, 198);
            }
            .guarded.custom-result-value:before {
                content: "\0049";
            }
            .custom-result-value.icon-only {
                font-size: 90px;
            }
         &amp;lt;/style&amp;gt;
       &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
 &amp;lt;/row&amp;gt;
 &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;search&amp;gt;
             &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd 
             | stats avg(date_second) as date_second
             | eval date_second=round(date_second)
             | eval range= case(date_second&amp;gt;=0 AND date_second&amp;lt;=10,"low",
                               date_second&amp;gt;=11 AND date_second&amp;lt;=20,"high",
                               date_second&amp;gt;=21 AND date_second&amp;lt;=60,"elevated",
                               true(),"none")&amp;lt;/query&amp;gt;
              &amp;lt;earliest&amp;gt;-1h&amp;lt;/earliest&amp;gt;
              &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
             &amp;lt;done&amp;gt;
                 &amp;lt;set token="value1"&amp;gt;$result.date_second$&amp;lt;/set&amp;gt;
                 &amp;lt;set token="range1"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
             &amp;lt;/done&amp;gt;
         &amp;lt;/search&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value $range1$"&amp;gt;
             $value1$
         &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;search&amp;gt;
             &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd
             | stats avg(date_minute) as date_minute
             | eval date_minute=round(date_minute)
             | eval range= case(date_minute&amp;gt;=0 AND date_minute&amp;lt;=10,"low",
                               date_minute&amp;gt;=11 AND date_minute&amp;lt;=20,"high",
                               date_minute&amp;gt;=21 AND date_minute&amp;lt;=60,"elevated",
                               true(),"none")&amp;lt;/query&amp;gt;
              &amp;lt;earliest&amp;gt;-1h&amp;lt;/earliest&amp;gt;
              &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
             &amp;lt;done&amp;gt;
                 &amp;lt;set token="value2"&amp;gt;$result.date_minute$&amp;lt;/set&amp;gt;
                 &amp;lt;set token="range2"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
             &amp;lt;/done&amp;gt;
         &amp;lt;/search&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value $range2$"&amp;gt;
             $value2$
         &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;search&amp;gt;
             &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd
             | stats avg(date_hour) as date_hour
             | eval date_hour=round(date_hour)
             | eval range= case(date_hour&amp;gt;=0 AND date_hour&amp;lt;=10,"low",
                               date_hour&amp;gt;=11 AND date_hour&amp;lt;=20,"high",
                               date_hour&amp;gt;=21 AND date_hour&amp;lt;=60,"elevated",
                               true(),"none")&amp;lt;/query&amp;gt;
              &amp;lt;earliest&amp;gt;-1h&amp;lt;/earliest&amp;gt;
              &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
             &amp;lt;done&amp;gt;
                 &amp;lt;set token="value3"&amp;gt;$result.date_hour$&amp;lt;/set&amp;gt;
                 &amp;lt;set token="range3"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
             &amp;lt;/done&amp;gt;
         &amp;lt;/search&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value $range3$"&amp;gt;
             $value3$
         &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
 &amp;lt;/row&amp;gt;
 &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value icon-only $range1$"&amp;gt; &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value icon-only $range2$"&amp;gt; &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
     &amp;lt;panel&amp;gt;
         &amp;lt;html&amp;gt;
         &amp;lt;div class="custom-result-value icon-only $range3$"&amp;gt; &amp;lt;/div&amp;gt;
         &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
 &amp;lt;/row&amp;gt;  
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2019 20:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444649#M42427</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-03-19T20:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Decorations</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444650#M42428</link>
      <description>&lt;P&gt;Hi  @niketnilay! Thaks for your help!&lt;/P&gt;

&lt;P&gt;I did exactly has you told me to do, but it didan't workout.&lt;BR /&gt;
This is the source that I used:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
    &amp;lt;label&amp;gt;Custom Decorations&amp;lt;/label&amp;gt;
   &amp;lt;description&amp;gt;
       This example shows decorations using tokens from search results, HTML panels and some custom CSS. The icon are displayed using the Splunk Icon Font.
   &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;
              .custom-result-value {
                  font-size: 55px;
                  margin: 35px auto;
                  text-align: center;
                  font-weight: bold;
                  color: rgb(85, 85, 85);
              }
              .custom-result-value:before {
                  font-family: "Splunk Icons";
                  font-style: normal;
                  font-weight: normal;
                  text-decoration: inherit;
                  font-size: 110%;
              }
              .severe.custom-result-value:before {
                  content: "\2297";
              }
              .severe.custom-result-value {
                  color: rgb(217, 63, 60);
              }
              .high.custom-result-value {
                  color: rgb(245, 143, 57);
              }
              .high.custom-result-value:before {
                  content: "\ECD4";
              }
              .elevated.custom-result-value {
                  color: rgb(247, 188, 56);
              }
              .elevated.custom-result-value:before {
                  content: "\26A0";
              }
              .low.custom-result-value {
                  color: rgb(101, 166, 55);
              }
              .low.custom-result-value:before {
                  content: "\ECD3";
              }
              .guarded.custom-result-value {
                  color: rgb(109, 183, 198);
              }
              .guarded.custom-result-value:before {
                  content: "\0049";
              }
              .custom-result-value.icon-only {
                  font-size: 90px;
              }
           &amp;lt;/style&amp;gt;
         &amp;lt;/html&amp;gt;
      &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
   &amp;lt;row&amp;gt;
       &amp;lt;panel&amp;gt;
           &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;|(index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value1"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range1"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range1$"&amp;gt;
                $value1$
            &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value2"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range2"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range2$"&amp;gt;
                $value2$
            &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value3"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range3"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range3$"&amp;gt;
                $value3$
            &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;| (index="bmb_fortigate") OR (index="bmb_juniper") OR (index="bmb_cisco") mem=* |stats last(mem) as mem by devname|eval value=mem|rangemap field=value low=0-40 high=41-50 elevated=51-100 default=none&amp;lt;/query&amp;gt;
                &amp;lt;progress&amp;gt;
                        &amp;lt;set token="value4"&amp;gt;$result.value$&amp;lt;/set&amp;gt;
                        &amp;lt;set token="range4"&amp;gt;$result.range$&amp;lt;/set&amp;gt;
                    &amp;lt;/progress&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value $range4$"&amp;gt;
                $value4$
            &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range1$"&amp;gt; &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range2$"&amp;gt; &amp;lt;/div&amp;gt;

            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range3$"&amp;gt; &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
        &amp;lt;panel&amp;gt;
            &amp;lt;html&amp;gt;
            &amp;lt;div class="custom-result-value icon-only $range4$"&amp;gt; &amp;lt;/div&amp;gt;
            &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
    &amp;lt;/row&amp;gt;

&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I saved the source this is what appearce:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6719iBAFB04AB4CAFC5E7/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Can you see what I did wrong, please?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 14:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Decorations/m-p/444650#M42428</guid>
      <dc:creator>leticiamartello</dc:creator>
      <dc:date>2019-03-25T14:24:30Z</dc:date>
    </item>
  </channel>
</rss>

