Splunk Search

How to set default time range for view

tkadale
Path Finder

I want to set the default time range to last 7 days whenever View gets loaded. If I change it manually to All time and revisit the view again, it should show the default time range set for it and not the one I selected manually. Is there any way to achieve it??

Tags (1)
0 Karma

tkadale
Path Finder

I have tried it but it didn't work.

0 Karma

imrago
Contributor
0 Karma

imrago
Contributor
<module name="TimeRangePicker"> 
<param name="default">Year to date</param> 

from the documentation of the TimeRangePicker module:

default

When this is set to one of the time range labels in times.conf, the system sets that time range option when the page loads.

0 Karma
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 ...