<?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 How to select few options under TimeRangePicker in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76453#M4140</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there a way to selectively show only few options available under "TimeRangePicker" module and not all the options? Like I only want to show "Last 15 minutes", "Last 4 hours" and "Custom time..." to the user when I use "TimeRangePicker" module in my dashboard.&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2013 08:12:00 GMT</pubDate>
    <dc:creator>samsplunkd</dc:creator>
    <dc:date>2013-01-03T08:12:00Z</dc:date>
    <item>
      <title>How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76453#M4140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is there a way to selectively show only few options available under "TimeRangePicker" module and not all the options? Like I only want to show "Last 15 minutes", "Last 4 hours" and "Custom time..." to the user when I use "TimeRangePicker" module in my dashboard.&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 08:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76453#M4140</guid>
      <dc:creator>samsplunkd</dc:creator>
      <dc:date>2013-01-03T08:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76454#M4141</link>
      <description>&lt;P&gt;Sure, you can use your own custom times.conf in an app or under the search app, the docs on it are here;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Timesconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Timesconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;With this you can define your own custom time ranges as well as the ones you want to be displayed to your end users.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 08:32:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76454#M4141</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-01-03T08:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76455#M4142</link>
      <description>&lt;P&gt;Thanks for the reply. I entered my options in times.conf and copied it under my app local folder but it still uses the default times.conf with all the options. Any idea what may be wrong in what I am doing?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 08:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76455#M4142</guid>
      <dc:creator>samsplunkd</dc:creator>
      <dc:date>2013-01-03T08:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76456#M4143</link>
      <description>&lt;P&gt;To make sure the default ones are disabled you can explicitly set them as disabled, e.g.&lt;BR /&gt;
&lt;CODE&gt;[all_time]&lt;BR /&gt;
disabled=true&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 10:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76456#M4143</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-01-03T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76457#M4144</link>
      <description>&lt;P&gt;Thanks.So you are saying this should work?&lt;/P&gt;

&lt;H1&gt;cat /&lt;SPLUNK_HOME&gt;/etc/apps/&lt;MY_APP&gt;/local/times.conf&lt;/MY_APP&gt;&lt;/SPLUNK_HOME&gt;&lt;/H1&gt;

&lt;P&gt;[last_15_mins]&lt;BR /&gt;
label = Last 15 minutes&lt;BR /&gt;
header_label = in the last 15 minutes&lt;BR /&gt;
earliest_time = -15m@m&lt;BR /&gt;
latest_time = now&lt;BR /&gt;
order = 10&lt;/P&gt;

&lt;P&gt;[last_60_mins]&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[last_4_hours]&lt;BR /&gt;
label = Last 4 hours&lt;BR /&gt;
header_label = in the last 4 hours&lt;BR /&gt;
earliest_time = -4h@h&lt;BR /&gt;
latest_time = now&lt;BR /&gt;
order = 30&lt;/P&gt;

&lt;P&gt;[last_24_hours]&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[last_7_days]&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[last_30_days]&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[other]&lt;BR /&gt;
label = Other&lt;BR /&gt;
is_sub_menu = True&lt;BR /&gt;
order = 200&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[real_time_menu]&lt;BR /&gt;
disabled=true&lt;/P&gt;

&lt;P&gt;[all_time]&lt;BR /&gt;
disabled=true&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:02:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76457#M4144</guid>
      <dc:creator>samsplunkd</dc:creator>
      <dc:date>2020-09-28T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to select few options under TimeRangePicker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76458#M4145</link>
      <description>&lt;P&gt;I'm not sure I get it. Is it possible to define time ranges that only apply to a certain module on a certain dashboard? It appears you are disabling the default ranges for all modules wherever they may appear.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 20:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-select-few-options-under-TimeRangePicker/m-p/76458#M4145</guid>
      <dc:creator>tsmithsplunk</dc:creator>
      <dc:date>2013-10-03T20:11:58Z</dc:date>
    </item>
  </channel>
</rss>

