<?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: default search timeframes in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36232#M8054</link>
    <description>&lt;P&gt;For version 6.0  I put in the changes in Manager » User interface » Views&lt;BR /&gt;&lt;BR /&gt;
on but the default still shows as "All time" &lt;BR /&gt;
Are there other views to be added for Splunk 6 ?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2013 21:31:41 GMT</pubDate>
    <dc:creator>JimDeich</dc:creator>
    <dc:date>2013-12-02T21:31:41Z</dc:date>
    <item>
      <title>default search timeframes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36229#M8051</link>
      <description>&lt;P&gt;I tried doing this, and it worked for the Summary view, but once I picked on a specific source or sourcetype, it went back to "All Time". Is there a way to change the default so that when I go from Summary to an individual source/sourctype, it won't be "All Time"?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2012 18:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36229#M8051</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2012-04-25T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: default search timeframes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36230#M8052</link>
      <description>&lt;P&gt;You need to change this in &lt;EM&gt;all&lt;/EM&gt; of the search views.  For Splunk 4.3, there are two default search views in the Search app.&lt;/P&gt;

&lt;P&gt;Look under &lt;STRONG&gt;Manager » User interface » Views&lt;/STRONG&gt; and choose the App Context "search".&lt;BR /&gt;
You should see a view named "flashtimeline" and a view named "dashboard_live". (BTW, dashboard_live is the name of the Summary view.)&lt;/P&gt;

&lt;P&gt;Edit each view by clicking on its name. Look for the two lines &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;module name="TimeRangePicker"&amp;gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;param name="selected"&amp;gt;All time&amp;lt;/param&amp;gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Change &lt;CODE&gt;All time&lt;/CODE&gt; to the default time range of your choice. Spell it exactly as it appears in the time range picker drop-down. For example&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;module name="TimeRangePicker"&amp;gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;param name="selected"&amp;gt;Last 60 minutes&amp;lt;/param&amp;gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Save your edits.&lt;/P&gt;

&lt;P&gt;When you have done this for both views, you will have altered the defaults. If you have other, custom search views, you may need to edit them as well. And you may need to repeat this when you install updates to Splunk. Fortunately, it is easy to do.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:44:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36230#M8052</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-28T11:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: default search timeframes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36231#M8053</link>
      <description>&lt;P&gt;This can also be set on a per-user basis in the etc/users/&lt;USERNAME&gt;/search/local/viewstates.conf file:&lt;/USERNAME&gt;&lt;/P&gt;

&lt;P&gt;[flashtimeline:_current]&lt;BR /&gt;
TimeRangePicker_0_1_0.default = Last 15 minutes&lt;/P&gt;

&lt;P&gt;[dashboard_live:_current]&lt;BR /&gt;
TimeRangePicker_0_1_0.default = Last 4 hours&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36231#M8053</guid>
      <dc:creator>baconm</dc:creator>
      <dc:date>2020-09-28T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: default search timeframes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36232#M8054</link>
      <description>&lt;P&gt;For version 6.0  I put in the changes in Manager » User interface » Views&lt;BR /&gt;&lt;BR /&gt;
on but the default still shows as "All time" &lt;BR /&gt;
Are there other views to be added for Splunk 6 ?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36232#M8054</guid>
      <dc:creator>JimDeich</dc:creator>
      <dc:date>2013-12-02T21:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: default search timeframes</title>
      <link>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36233#M8055</link>
      <description>&lt;P&gt;In 6.0, use the ui-prefs.conf file. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Search/Selecttimerangestoapply#Change_the_default_selected_time_range"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/Search/Selecttimerangestoapply#Change_the_default_selected_time_range&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2014 22:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/default-search-timeframes/m-p/36233#M8055</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-01-03T22:41:21Z</dc:date>
    </item>
  </channel>
</rss>

