Splunk Search

How to set default Time range always when the View loads

tkadale
Path Finder

I want to set default time range to Last 7 days from All Time when View loads every time. I have put the times.conf from /system/default to app/default directory. Then added last_7_days this parameter to TimeRangePicker module. but still it doesnt work? What should I do?

Tags (1)
0 Karma

hazekamp
Builder

I would recommend setting this via a local/viewstates.conf in your app. For instance:

## viewstates.conf
[mydashboard:_current]
TimeRangePicker_0_1_0.default = Last 7 days

There are 2 variables here that will need modification.

  1. mydashboard should reflect the name of your view
  2. _0_1_0 should reflect the module ID of TimeRangePicker in your view. This can be found in a couple of different ways. The easiest of which is probably by looking at the viewstates.conf from your users directory. $SPLUNK_HOME/etc/users/<your_user>/<your_app>/local/viewstates.conf. You could also specify "?showsource=1" in the browser URL just after the view name. This will give you a breakdown of modules and their respective IDs.
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...