Splunk Search

How to remove "Other" option from Time Range Picker

tkadale
Path Finder

I have "Other" as a drop-down option in my Time Range Picker.
I have separate times.conf file for my application in default directory of application.
I have removed the "Other" from application's times.conf.
But still the Time Range Picker is showing Other as option in drop down.
I also have sub menu in Other option.
when I do is_sub_menu=False then sub menu doesn't display.
Is there any way, so that "Other" option should not display in Time Range Picker.
I want to remove "Other" option from Time range Picker drop down.
Can Anybody help??
Thanks in advance!

Tags (1)

wgntec
New Member

Try this!

1 - Create a file on $splunk_home/etc//appserver/static/dashboard.css
2 - Paste And modify as you want:
/* ------------------------------------------------- /
/
Hides or display specific portions of the /
/
Datetimepicker accordion /
/
------------------------------------------------- */

/* OPTIONS
div[id^='presets_view']
div[id^='relative_view']
div[id^='realtime_view']
div[id^='daterange_view']
div[id^='dateandtimerange_view']
div[id^='advanced_view']
*/

div[id^='daterange_view'],
div[id^='advanced_view'],
div[id^='relative_view'],
div[id^='realtime_view'] {
display: none;
}

3 - Salve and restart Splunk

0 Karma

mw
Splunk Employee
Splunk Employee

Try this:

# times.conf

[other]
disabled = true

dvg06
Path Finder

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.

0 Karma

nitesh218ss
Communicator

Hi i use same and restart after also but they not effect after that also they automatically sort base on _time

0 Karma

tkadale
Path Finder

Thank You Very Much. It worked.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...