<?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: Module Title in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101171#M5651</link>
    <description>&lt;P&gt;This causes the same problem as mentioned above. I am now using &lt;MODULE name="GenericHeader" layoutpanel="panel_row1_col1_grp1" autorun="True"&gt;&lt;OBJECT&gt;&lt;PARAM name="label" /&gt;Production Services Running which works. The greater than symbol is intentional!&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2012 14:18:55 GMT</pubDate>
    <dc:creator>matthewcanty</dc:creator>
    <dc:date>2012-07-18T14:18:55Z</dc:date>
    <item>
      <title>Module Title</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101169#M5649</link>
      <description>&lt;P&gt;How do I give this SingleValue a title?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="label"&amp;gt;My Nice Label&amp;lt;/param&amp;gt;
  &amp;lt;module name="SingleValue"&amp;gt;...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The above causes "Splunk cannot find the ... view."&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSearch" layoutPanel="panel_row2_col1_grp1" autoRun="True"&amp;gt;
&amp;lt;param name="search"&amp;gt;
    host="APP90*-TSDAL" FeedSource="*"      
&amp;lt;/param&amp;gt;
&amp;lt;earliestTime&amp;gt;-1d&amp;lt;/earliestTime&amp;gt;


&amp;lt;module name="HiddenPostProcess" layoutPanel="panel_row2_col1_grp1"&amp;gt;
  &amp;lt;param name="search"&amp;gt;
    search FeedSource="abelson" | stats max(_time) As LatestTime by FeedSource 
    | eval Gap=round(((now()-LatestTime)/60),1)
    | rangemap field=Gap low=0-10 elevated=10-30 severe=30-60 default=severe
  &amp;lt;/param&amp;gt;      
  &amp;lt;module name="SingleValue"&amp;gt;
    &amp;lt;param name="field"&amp;gt;Gap&amp;lt;/param&amp;gt;
    &amp;lt;param name="beforeLabel"&amp;gt;&amp;gt;&amp;lt;/param&amp;gt;
    &amp;lt;param name="afterLabel"&amp;gt;min&amp;lt;/param&amp;gt;
    &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
  &amp;lt;/module&amp;gt;    
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Jul 2012 16:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101169#M5649</guid>
      <dc:creator>matthewcanty</dc:creator>
      <dc:date>2012-07-17T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Module Title</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101170#M5650</link>
      <description>&lt;P&gt;Assuming the code above is copied from the actual XML... on your "beforeLabel" you have to greater than symbols (i.e. &lt;CODE&gt;&amp;lt;param name="beforeLabel"&amp;gt;&amp;gt;&amp;lt;/param&amp;gt;&lt;/CODE&gt; should be &lt;CODE&gt;&amp;lt;param name="beforeLabel"&amp;gt;&amp;lt;/param&amp;gt;&lt;/CODE&gt;).&lt;/P&gt;

&lt;P&gt;Also have you tried the following (instead of the order you used in the example)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="SingleValue"&amp;gt;
  &amp;lt;param name="label"&amp;gt;My Nice Label&amp;lt;/param&amp;gt;
  ...
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;MHibbin&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101170#M5650</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-18T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Module Title</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101171#M5651</link>
      <description>&lt;P&gt;This causes the same problem as mentioned above. I am now using &lt;MODULE name="GenericHeader" layoutpanel="panel_row1_col1_grp1" autorun="True"&gt;&lt;OBJECT&gt;&lt;PARAM name="label" /&gt;Production Services Running which works. The greater than symbol is intentional!&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:18:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101171#M5651</guid>
      <dc:creator>matthewcanty</dc:creator>
      <dc:date>2012-07-18T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Module Title</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101172#M5652</link>
      <description>&lt;P&gt;you should try encasing the &lt;CODE&gt;"&amp;gt;"&lt;/CODE&gt; in a CDATA tag then, otherwise Splunk will try to close a tag that doesn't exist.&lt;/P&gt;

&lt;P&gt;e.g. &lt;CODE&gt;&amp;lt;param name="beforeLabel"&amp;gt;&amp;lt;![CDATA[&amp;gt;]]&amp;gt;&amp;lt;/param&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;OR use the &lt;CODE&gt;&amp;amp;gt;&lt;/CODE&gt; in place of the symbol, e.g.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;param name="beforeLabel"&amp;gt;&amp;amp;gt;&amp;lt;/param&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2012 16:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Module-Title/m-p/101172#M5652</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-07-18T16:18:10Z</dc:date>
    </item>
  </channel>
</rss>

