<?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 remove &amp;quot;Other&amp;quot;  option from Time Range Picker in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23610#M4234</link>
    <description>&lt;P&gt;Hi i use same and restart after also but  they not effect after that also they automatically sort base on _time&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2015 06:49:47 GMT</pubDate>
    <dc:creator>nitesh218ss</dc:creator>
    <dc:date>2015-05-04T06:49:47Z</dc:date>
    <item>
      <title>How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23607#M4231</link>
      <description>&lt;P&gt;I have "Other" as a drop-down option in my Time Range Picker. &lt;BR /&gt;
I have separate times.conf file for my application in default directory of application.&lt;BR /&gt;
I have removed the "Other" from application's times.conf.&lt;BR /&gt;
But still the Time Range Picker is showing Other as option in drop down.&lt;BR /&gt;
I also have sub menu in Other option.&lt;BR /&gt;
when I do is_sub_menu=False then sub menu doesn't display. &lt;BR /&gt;
Is there any way, so that "Other" option should not display in Time Range Picker.&lt;BR /&gt;
I want to remove "Other" option from Time range Picker drop down.&lt;BR /&gt;
Can Anybody help??&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23607#M4231</guid>
      <dc:creator>tkadale</dc:creator>
      <dc:date>2020-09-28T09:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23608#M4232</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# times.conf

[other]
disabled = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23608#M4232</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2011-06-02T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23609#M4233</link>
      <description>&lt;P&gt;Thank You Very Much. It worked.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 09:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23609#M4233</guid>
      <dc:creator>tkadale</dc:creator>
      <dc:date>2011-06-03T09:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23610#M4234</link>
      <description>&lt;P&gt;Hi i use same and restart after also but  they not effect after that also they automatically sort base on _time&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 06:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23610#M4234</guid>
      <dc:creator>nitesh218ss</dc:creator>
      <dc:date>2015-05-04T06:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23611#M4235</link>
      <description>&lt;P&gt;Try this!&lt;/P&gt;

&lt;P&gt;1 - Create a file on $splunk_home/etc//appserver/static/dashboard.css&lt;BR /&gt;
2 - Paste And modify as you want:&lt;BR /&gt;
/* ------------------------------------------------- &lt;EM&gt;/&lt;BR /&gt;
 /&lt;/EM&gt; Hides or display specific portions of the         &lt;EM&gt;/&lt;BR /&gt;
 /&lt;/EM&gt; Datetimepicker accordion                          &lt;EM&gt;/&lt;BR /&gt;
 /&lt;/EM&gt; ------------------------------------------------- */&lt;/P&gt;

&lt;P&gt;/* OPTIONS&lt;BR /&gt;
 div[id^='presets_view']&lt;BR /&gt;
 div[id^='relative_view']&lt;BR /&gt;
 div[id^='realtime_view']&lt;BR /&gt;
 div[id^='daterange_view']&lt;BR /&gt;
 div[id^='dateandtimerange_view']&lt;BR /&gt;
 div[id^='advanced_view']&lt;BR /&gt;
 */&lt;/P&gt;

&lt;P&gt;div[id^='daterange_view'],&lt;BR /&gt;
 div[id^='advanced_view'],&lt;BR /&gt;
 div[id^='relative_view'],&lt;BR /&gt;
 div[id^='realtime_view'] {&lt;BR /&gt;
     display: none;&lt;BR /&gt;
 }  &lt;/P&gt;

&lt;P&gt;3 - Salve and restart Splunk&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:51:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23611#M4235</guid>
      <dc:creator>wgntec</dc:creator>
      <dc:date>2020-09-29T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "Other"  option from Time Range Picker</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23612#M4236</link>
      <description>&lt;P&gt;This disables the all time from presets, but you can actually do an all time search if you update earliest time in advanced to 0.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:33:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-quot-Other-quot-option-from-Time-Range-Picker/m-p/23612#M4236</guid>
      <dc:creator>dvg06</dc:creator>
      <dc:date>2018-03-15T08:33:07Z</dc:date>
    </item>
  </channel>
</rss>

