<?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 The default value for TimeRangePicker is not working for 'admin' user. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31580#M1333</link>
    <description>&lt;P&gt;I set the default value for TimeRangePicker to 5 minute window and I also mentioned the isSticky to false for my view. For 'admin' user, It always shows selected time as '1 hour window' on page load no matter what I set the default value to. For the users which I created, It works fine.&lt;/P&gt;

&lt;P&gt;Is there anything I am am missing.&lt;/P&gt;

&lt;P&gt;PS: I created customized times.conf for my app.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2011 18:39:00 GMT</pubDate>
    <dc:creator>asingla</dc:creator>
    <dc:date>2011-12-08T18:39:00Z</dc:date>
    <item>
      <title>The default value for TimeRangePicker is not working for 'admin' user.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31580#M1333</link>
      <description>&lt;P&gt;I set the default value for TimeRangePicker to 5 minute window and I also mentioned the isSticky to false for my view. For 'admin' user, It always shows selected time as '1 hour window' on page load no matter what I set the default value to. For the users which I created, It works fine.&lt;/P&gt;

&lt;P&gt;Is there anything I am am missing.&lt;/P&gt;

&lt;P&gt;PS: I created customized times.conf for my app.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 18:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31580#M1333</guid>
      <dc:creator>asingla</dc:creator>
      <dc:date>2011-12-08T18:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: The default value for TimeRangePicker is not working for 'admin' user.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31581#M1334</link>
      <description>&lt;P&gt;FYI, this may be helpful: &lt;A href="http://splunk-base.splunk.com/answers/1415/how-do-i-set-the-default-time-range-for-the-search-bar-of-the-search-apps-summary-view"&gt;http://splunk-base.splunk.com/answers/1415/how-do-i-set-the-default-time-range-for-the-search-bar-of-the-search-apps-summary-view&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 00:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31581#M1334</guid>
      <dc:creator>anssntaco</dc:creator>
      <dc:date>2012-01-05T00:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: The default value for TimeRangePicker is not working for 'admin' user.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31582#M1335</link>
      <description>&lt;P&gt;This was ansered here: &lt;A href="http://splunk-base.splunk.com/answers/11306/splunk-ignoring-params-in-dashboard"&gt;http://splunk-base.splunk.com/answers/11306/splunk-ignoring-params-in-dashboard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2012 00:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31582#M1335</guid>
      <dc:creator>helge</dc:creator>
      <dc:date>2012-12-08T00:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: The default value for TimeRangePicker is not working for 'admin' user.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31583#M1336</link>
      <description>&lt;P&gt;The issue here concerns viewstates and the somewhat unintuitive behavior of isSticky=False&lt;/P&gt;

&lt;P&gt;This is discussed in detail here:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/9741/timerangepicker-wont-hold-value-on-dashboard"&gt;http://splunk-base.splunk.com/answers/9741/timerangepicker-wont-hold-value-on-dashboard&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and the short version is that you would expect that setting isSticky to False would &lt;BR /&gt;
a) no longer preserve or remember any values going forward.&lt;BR /&gt;&lt;BR /&gt;
and&lt;BR /&gt;
b)  ignore all previously stuck values &lt;/P&gt;

&lt;P&gt;But unintuitively, it only does "a".   So any user that still has a previously stuck value, will get that value set forever. &lt;/P&gt;

&lt;P&gt;you can go find a viewstates.conf stanza for the admin user, and manually delete their preserved viewstate for the flashtimeline view. &lt;/P&gt;

&lt;P&gt;Again, this answer discusses it more fully: &lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/9741/timerangepicker-wont-hold-value-on-dashboard"&gt;http://splunk-base.splunk.com/answers/9741/timerangepicker-wont-hold-value-on-dashboard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2012 02:41:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/The-default-value-for-TimeRangePicker-is-not-working-for-admin/m-p/31583#M1336</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-12-08T02:41:26Z</dc:date>
    </item>
  </channel>
</rss>

