<?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 Configuration error in advanced dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Configuration-error-in-advanced-dashboard/m-p/31622#M1337</link>
    <description>&lt;P&gt;I have a dashboard that produces the results of various HiddenSavedSearches. They all work well except for one, which is showing the following error:&lt;/P&gt;

&lt;P&gt;Configuration error - HiddenSavedSearch is being run as a schedule and is configured to listen to the time picker. Scheduled results will not be shown.&lt;/P&gt;

&lt;P&gt;I'm confused. The HiddenSavedSearch is run on a schedule, just like all the other saved searches. I don't believe I am using the time picker here. &lt;/P&gt;

&lt;P&gt;Here is the code that is producing the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row8_col3" autoRun="True"&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Check Printers&amp;lt;/param&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;Auto&amp;lt;/param&amp;gt;
      &amp;lt;module name="StaticContentSample" layoutPanel="panel_row8_col3"&amp;gt;
         &amp;lt;param name="text"&amp;gt;Printer status:&amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt;
      &amp;lt;module name="HiddenPostProcess" layoutPanel="panel_row8_col3_grp1"&amp;gt;
         &amp;lt;param name="search"&amp;gt;search host="xyz" pr_status=DOWN OR pr_status=CONNECT | stats count | rangemap field=count severe=1-100 default=low&amp;lt;/param&amp;gt;
            &amp;lt;module name="SingleValue"&amp;gt;
               &amp;lt;param name="field"&amp;gt;count&amp;lt;/param&amp;gt;
               &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
               &amp;lt;param name="beforeLabel"&amp;gt;Printers down: &amp;lt;/param&amp;gt;
            &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any idea why I'd be getting this error?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2011 22:59:11 GMT</pubDate>
    <dc:creator>Branden</dc:creator>
    <dc:date>2011-01-25T22:59:11Z</dc:date>
    <item>
      <title>Configuration error in advanced dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Configuration-error-in-advanced-dashboard/m-p/31622#M1337</link>
      <description>&lt;P&gt;I have a dashboard that produces the results of various HiddenSavedSearches. They all work well except for one, which is showing the following error:&lt;/P&gt;

&lt;P&gt;Configuration error - HiddenSavedSearch is being run as a schedule and is configured to listen to the time picker. Scheduled results will not be shown.&lt;/P&gt;

&lt;P&gt;I'm confused. The HiddenSavedSearch is run on a schedule, just like all the other saved searches. I don't believe I am using the time picker here. &lt;/P&gt;

&lt;P&gt;Here is the code that is producing the error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row8_col3" autoRun="True"&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Check Printers&amp;lt;/param&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;Auto&amp;lt;/param&amp;gt;
      &amp;lt;module name="StaticContentSample" layoutPanel="panel_row8_col3"&amp;gt;
         &amp;lt;param name="text"&amp;gt;Printer status:&amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt;
      &amp;lt;module name="HiddenPostProcess" layoutPanel="panel_row8_col3_grp1"&amp;gt;
         &amp;lt;param name="search"&amp;gt;search host="xyz" pr_status=DOWN OR pr_status=CONNECT | stats count | rangemap field=count severe=1-100 default=low&amp;lt;/param&amp;gt;
            &amp;lt;module name="SingleValue"&amp;gt;
               &amp;lt;param name="field"&amp;gt;count&amp;lt;/param&amp;gt;
               &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
               &amp;lt;param name="beforeLabel"&amp;gt;Printers down: &amp;lt;/param&amp;gt;
            &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any idea why I'd be getting this error?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2011 22:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Configuration-error-in-advanced-dashboard/m-p/31622#M1337</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2011-01-25T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration error in advanced dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Configuration-error-in-advanced-dashboard/m-p/31623#M1338</link>
      <description>&lt;P&gt;I was getting the exact same error on my dashboard. I was trying to share a saved search for use in multiple panels. The error disappeared when I removed the nested HiddenSavedSearch module. I only needed one parent HiddenSavedSearch module, and multiple HiddenPostProcess modules to change the search results.&lt;/P&gt;

&lt;P&gt;(this is supposed to be an xml fragment - can't tell if it's going to display)&lt;BR /&gt;
    &lt;MODULE name="HiddenSavedSearch" ...=""&gt;&lt;BR /&gt;
        &lt;OBJECT&gt;&lt;PARAM name="savedSearch" /&gt;mysearch&lt;BR /&gt;
        &lt;MODULE name="HiddenPostProcess" ...=""&gt;&lt;BR /&gt;
            &lt;PARAM name="search" /&gt;chart count over applog_orgName | sort 30 count desc&lt;BR /&gt;
        &lt;/MODULE&gt;&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;module name="HiddenPostProcess" ...&amp;gt;
        &amp;lt;param name="search"&amp;gt;timechart count span=1h&amp;lt;/param&amp;gt;
    &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Oct 2012 15:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Configuration-error-in-advanced-dashboard/m-p/31623#M1338</guid>
      <dc:creator>tsmithsplunk</dc:creator>
      <dc:date>2012-10-17T15:04:05Z</dc:date>
    </item>
  </channel>
</rss>

