<?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 Variable in dashboard description in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Variable-in-dashboard-description/m-p/248829#M15506</link>
    <description>&lt;P&gt;What is the best way to have the &amp;lt;description&amp;gt; tag in a dashboard reference a variable?  Let's say that I want to display a disclaimer or other information for a set of dashboards and don't wish to edit each one as often as it changes.  I know I could probably use HTML or CSS for this, but wanted to know if anyone has a better way or if splunk supports this natively.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2015 18:46:44 GMT</pubDate>
    <dc:creator>jawebb</dc:creator>
    <dc:date>2015-11-23T18:46:44Z</dc:date>
    <item>
      <title>Variable in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Variable-in-dashboard-description/m-p/248829#M15506</link>
      <description>&lt;P&gt;What is the best way to have the &amp;lt;description&amp;gt; tag in a dashboard reference a variable?  Let's say that I want to display a disclaimer or other information for a set of dashboards and don't wish to edit each one as often as it changes.  I know I could probably use HTML or CSS for this, but wanted to know if anyone has a better way or if splunk supports this natively.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:46:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Variable-in-dashboard-description/m-p/248829#M15506</guid>
      <dc:creator>jawebb</dc:creator>
      <dc:date>2015-11-23T18:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variable in dashboard description</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Variable-in-dashboard-description/m-p/248830#M15507</link>
      <description>&lt;P&gt;I'm doing this with a saved search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;....
| eval comment="Disclaimer"
| stats values(comment) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is configured as single value vizualisation and can be added as dashboard panel. To update the displayed information in all dashboards just edit the | eval comment=&lt;STRONG&gt;"Disclaimer"&lt;/STRONG&gt; in the saved search.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 07:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Variable-in-dashboard-description/m-p/248830#M15507</guid>
      <dc:creator>HeinzWaescher</dc:creator>
      <dc:date>2015-11-24T07:57:27Z</dc:date>
    </item>
  </channel>
</rss>

