+1 vote
in DevOps Culture by
How to set the default search time in Splunk 6?

1 Answer

0 votes
by
To do this in Splunk Enterprise 6.0, we have to use ‘ui-prefs.conf’. If we set the value in the following, all our users would see it as the default setting:

$SPLUNK_HOME/etc/system/local

For example, if our

$SPLUNK_HOME/etc/system/local/ui-prefs.conf file

includes:

[search]

dispatch.earliest_time = @d

dispatch.latest_time = now

The default time range that all users will see in the search app will be today.

The configuration file reference for ui-prefs.conf is here:

http://docs.splunk.com/Documentation/Splunk/latest/Admin/Ui-prefsconf

Related questions

0 votes
asked Nov 22, 2022 in DevOps Culture by john ganales
+1 vote
asked Nov 23, 2022 in DevOps Culture by john ganales
...