<?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 TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20454#M372</link>
    <description>&lt;P&gt;as title mentioned, when TimeRangePicker Module contains HiddenSavedSearch just as follows&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module&amp;gt;name="TimeRangePicker" layoutPanel="panel_row2_col1" group="Test" 
  &amp;lt;param name="searchWhenChanged"&amp;gt;True&amp;lt;/param&amp;gt;
  &amp;lt;param name="default"&amp;gt;Last 24 hours&amp;lt;/param&amp;gt;
    &amp;lt;module name="HiddenSavedSearch" autoRun="True"&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;true&amp;lt;/param&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Test&amp;lt;/param&amp;gt;
      &amp;lt;module name="ViewRedirectorLink"&amp;gt;
        &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;
        &amp;lt;param name="label"&amp;gt;View full results&amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt;
      &amp;lt;module name="SimpleResultsTable"&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;when loading into this view, splunk will says 『No scheduled job was found for saved search "false".』. it must set param useHistory to be false to run correctly. in this case, can i use cached saved search to quickly show results?? thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2011 07:05:35 GMT</pubDate>
    <dc:creator>hjwang</dc:creator>
    <dc:date>2011-06-01T07:05:35Z</dc:date>
    <item>
      <title>TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search?</title>
      <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20454#M372</link>
      <description>&lt;P&gt;as title mentioned, when TimeRangePicker Module contains HiddenSavedSearch just as follows&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module&amp;gt;name="TimeRangePicker" layoutPanel="panel_row2_col1" group="Test" 
  &amp;lt;param name="searchWhenChanged"&amp;gt;True&amp;lt;/param&amp;gt;
  &amp;lt;param name="default"&amp;gt;Last 24 hours&amp;lt;/param&amp;gt;
    &amp;lt;module name="HiddenSavedSearch" autoRun="True"&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;true&amp;lt;/param&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Test&amp;lt;/param&amp;gt;
      &amp;lt;module name="ViewRedirectorLink"&amp;gt;
        &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;
        &amp;lt;param name="label"&amp;gt;View full results&amp;lt;/param&amp;gt;
      &amp;lt;/module&amp;gt;
      &amp;lt;module name="SimpleResultsTable"&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;when loading into this view, splunk will says 『No scheduled job was found for saved search "false".』. it must set param useHistory to be false to run correctly. in this case, can i use cached saved search to quickly show results?? thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 07:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20454#M372</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-01T07:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search?</title>
      <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20455#M373</link>
      <description>&lt;P&gt;First: You will need to schedule and have this job run at least once.  Or you can switch the useHistory param to auto to run the search again.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/13740/could-not-find-a-job-in-the-saved-search-history"&gt;Please see similar question&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Second: I don't think you want the save search as a child of a timepicker since the saved search would already have been run over a specified time.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 23:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20455#M373</guid>
      <dc:creator>melting</dc:creator>
      <dc:date>2011-06-01T23:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search?</title>
      <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20456#M374</link>
      <description>&lt;P&gt;Thanks for your response,melting. I try to set useHistory param to auto but still not work at all. Splunk shows 『Configuration error - HiddenSavedSearch is being run as a schedule and is configured to listen to the time picker. Scheduled results will not be shown』. I think it's an order of module hierarchy problem. It might not be used in this turn.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2011 01:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20456#M374</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-02T01:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search?</title>
      <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20457#M375</link>
      <description>&lt;P&gt;HiddenSavedSearch will not load search artifacts if a TimeRangePicker passes down a time to it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2011 19:55:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20457#M375</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2011-06-02T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: TimeRangePicker Module contains HiddenSavedSearch could not use cached saved search?</title>
      <link>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20458#M376</link>
      <description>&lt;P&gt;Thanks araitz. I got it. It can not be used in this form.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 01:31:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeRangePicker-Module-contains-HiddenSavedSearch-could-not-use/m-p/20458#M376</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-03T01:31:24Z</dc:date>
    </item>
  </channel>
</rss>

