Dashboards & Visualizations

Splunk 6.0 default time in "Time Picker"

mikelanghorst
Motivator

In previous versions the Time Picker would default to All-Time, but would remember a users last time choice. Now the behavior seems to always default back to "All Time".

What's the best place to change this, I'd rather my users not default to this.

Tags (2)
1 Solution

jtrucks
Splunk Employee
Splunk Employee

You an change the default on the instance using the info in this post:

http://answers.splunk.com/answers/106136/how-to-set-the-default-search-time-in-splunk-6

--
Jesse Trucks
Minister of Magic

View solution in original post

the_wolverine
Champion

In ~/etc/system/local/ui-prefs.conf on your search head, set the following which will set "Last 15 minutes" as your default search time range in the picker:

[default]
dispatch.earliest_time = -15m
dispatch.latest_time = now

jtrucks
Splunk Employee
Splunk Employee

You an change the default on the instance using the info in this post:

http://answers.splunk.com/answers/106136/how-to-set-the-default-search-time-in-splunk-6

--
Jesse Trucks
Minister of Magic
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...