<?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: How to add a time picker in a dashboard which uses a hidden saved search in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133820#M7930</link>
    <description>&lt;P&gt;Yes, i tried but the chart is not reflecting the data corresponding to the selected time range.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2013 19:15:40 GMT</pubDate>
    <dc:creator>sheeba</dc:creator>
    <dc:date>2013-11-15T19:15:40Z</dc:date>
    <item>
      <title>How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133816#M7926</link>
      <description>&lt;P&gt;We would like to add a time picker in our dashboard which uses a hidden saved search. I am looking forward for using different time ranges in our dashboard. It would be nice to have the option to have it load real time, based on a pre-run saved search, and also based on a time range specified.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 22:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133816#M7926</guid>
      <dc:creator>sheeba</dc:creator>
      <dc:date>2013-11-07T22:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133817#M7927</link>
      <description>&lt;P&gt;Add a &lt;CODE&gt;TimeRangePicker&lt;/CODE&gt; module within the &lt;CODE&gt;HiddenSavedSearch&lt;/CODE&gt;. I put some example code at the end of this answer.&lt;/P&gt;

&lt;P&gt;Following are links to 3 apps: I learned more about building dashboards from these 3 apps than from reading the manuals - they are all free and I recommend them highly. I learn best by examples and use the manuals just for detailed info. It is best to install these apps on a personal copy of Splunk, not production.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1603/"&gt;Splunk Enterprise 6 Dashboard Examples&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1265/"&gt;Splunk Dashboard Examples&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/285/"&gt;Splunk UI examples app for 4.1+&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row2_col1" autoRun="True"&amp;gt;
    &amp;lt;param name="savedSearch"&amp;gt;My Saved Search Name&amp;lt;/param&amp;gt;
    &amp;lt;module name="TimeRangePicker"&amp;gt;
      &amp;lt;param name="searchWhenChanged"&amp;gt;True&amp;lt;/param&amp;gt;
      &amp;lt;param name="selected"&amp;gt;Last 15 minutes&amp;lt;/param&amp;gt;
      &amp;lt;module name="SimpleResultsTable"/&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2013 23:41:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133817#M7927</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-11-07T23:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133818#M7928</link>
      <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;

&lt;P&gt;But i am looking for more of a search swap module. By default it should use the hidden savedSearch, otherwise dashboard should change with the timerange picker.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2013 22:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133818#M7928</guid>
      <dc:creator>sheeba</dc:creator>
      <dc:date>2013-11-13T22:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133819#M7929</link>
      <description>&lt;P&gt;I am not sure what your statement means.&lt;/P&gt;

&lt;P&gt;Did you try this?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2013 07:29:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133819#M7929</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-11-14T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133820#M7930</link>
      <description>&lt;P&gt;Yes, i tried but the chart is not reflecting the data corresponding to the selected time range.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:15:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133820#M7930</guid>
      <dc:creator>sheeba</dc:creator>
      <dc:date>2013-11-15T19:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a time picker in a dashboard which uses a hidden saved search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133821#M7931</link>
      <description>&lt;P&gt;These 3 apps are really amazing. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-time-picker-in-a-dashboard-which-uses-a-hidden/m-p/133821#M7931</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2014-10-31T16:34:03Z</dc:date>
    </item>
  </channel>
</rss>

