<?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: Disable &amp;quot;All time&amp;quot; in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63143#M3300</link>
    <description>&lt;P&gt;I could disable the 'all time'. &lt;/P&gt;

&lt;P&gt;times.conf indeed. No overriding conf in a file with higher precedence?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2013 15:42:17 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2013-03-15T15:42:17Z</dc:date>
    <item>
      <title>Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63140#M3297</link>
      <description>&lt;P&gt;I need to disable "All time" from the TimeRangePicker. My customers are not paying attention and all too often run a search for "All time". Then they complain that the search never finishes.&lt;/P&gt;

&lt;P&gt;I have modified times.conf and have looked at the TimeRangePicker.js but can't figure out how to disable "All time".&lt;/P&gt;

&lt;P&gt;My preference is for the default to be "Today" system wide.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:38:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63140#M3297</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2013-03-15T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63141#M3298</link>
      <description>&lt;P&gt;Try looking here,&lt;/P&gt;

&lt;P&gt;Manager -&amp;gt; User Interface -&amp;gt; Time Ranges&lt;/P&gt;

&lt;P&gt;you should be able to disable 'all time' and set a low number on priority for 'today'.&lt;/P&gt;

&lt;P&gt;Haven't tried it though.&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63141#M3298</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-03-15T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63142#M3299</link>
      <description>&lt;P&gt;It just defaulted to "over all time", no improvement there!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 15:26:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63142#M3299</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2013-03-15T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63143#M3300</link>
      <description>&lt;P&gt;I could disable the 'all time'. &lt;/P&gt;

&lt;P&gt;times.conf indeed. No overriding conf in a file with higher precedence?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 15:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63143#M3300</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-03-15T15:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63144#M3301</link>
      <description>&lt;P&gt;The problem is a new user will always get the default "all time" before he changed the timerage-picker the first time, and splunk sotres the last selected value per user.&lt;BR /&gt;
I changed the flashtimeline-dashboard in the search app (goto Manager » User interface » Views) and edited as follow:&lt;/P&gt;

&lt;P&gt;Old (default):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt; module name="TimeRangePicker"&amp;gt;&amp;lt; param name="selected"&amp;gt;All time&amp;lt; /param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;New:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt; module name="TimeRangePicker"&amp;gt;&amp;lt; param name="selected"&amp;gt;Last 15 minutes&amp;lt; /param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will change the default value to "Last 15 minutes"&lt;BR /&gt;
Note: Ignore the spaces after &amp;lt; in the code-blocks, its just because of autoformat in this text-box. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 16:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63144#M3301</guid>
      <dc:creator>christian_l</dc:creator>
      <dc:date>2013-03-15T16:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63145#M3302</link>
      <description>&lt;P&gt;Because I have over 50 dashboards with over 500 views, many with TimeRangePickers, it will take a lot of work to do that. Future dashboards can get that edit.&lt;/P&gt;

&lt;P&gt;The bigger problem for me is that this is a DoD site. that means that I will have to submit to committee an ECP for each view that needs to be edited, and then wait a month while the commieett works its way thorugh it. I'll be retired before then.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 16:38:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63145#M3302</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2013-03-15T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63146#M3303</link>
      <description>&lt;P&gt;We have numerous customized times.conf based on teh requirement of the dashboard. None have "All time". That is not an entry in any .conf that I can find.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 16:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63146#M3303</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2013-03-15T16:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63147#M3304</link>
      <description>&lt;P&gt;I understand. Are you running Splunk on linux? If so, what about a script changing all the TimeRangePicker parameters directly in the XML, after a restart the changes would be applied. You can use tools like sed or awk for this task.&lt;/P&gt;

&lt;P&gt;A other way - which is just an idea by my self - would be to edit the viewstates of the users and change the value of the TimeRangePicker here ...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63147#M3304</guid>
      <dc:creator>christian_l</dc:creator>
      <dc:date>2013-03-19T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63148#M3305</link>
      <description>&lt;P&gt;Also, I could not find the spec file showing the possible values to disable all_time but the configuration would as follows in times.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[all_time]
disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(not, disabled = true)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2013 21:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63148#M3305</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-11-12T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63149#M3306</link>
      <description>&lt;P&gt;To turn All-time off in the menu, edit the flashtimeline view:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#&amp;lt;list&amp;gt;
#&amp;lt;param name="text"&amp;gt;All&amp;lt;/param&amp;gt;
#&amp;lt;param name="value"&amp;gt;0&amp;lt;/param&amp;gt;
#&amp;lt;/list&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternative: edit etc/system/local/authorize.conf and add to any role:&lt;BR /&gt;
srchTimeWin=12345&lt;/P&gt;

&lt;P&gt;This will maximize all-time to 12345 seconds ago. Your users won't complain about long search time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63149#M3306</guid>
      <dc:creator>tweaktubbie</dc:creator>
      <dc:date>2015-10-07T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable "All time"</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63150#M3307</link>
      <description>&lt;P&gt;Nice tip on srchTimeWin... Let's me give the masses more sensible limits but also allow power users more flexibility on a role by role basis. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 04:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Disable-quot-All-time-quot/m-p/63150#M3307</guid>
      <dc:creator>enno</dc:creator>
      <dc:date>2018-06-05T04:29:10Z</dc:date>
    </item>
  </channel>
</rss>

