Saved Bookmarks
| 1. |
Explain how will you set default search time in Splunk 6. |
|
Answer» Using 'ui-prefs.conf' in Splunk 6, we can specify the default search TIME. If we set the value as follows, all 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 = nowThe default time RANGE that will appear to all users in the search APP is today. |
|