Release Notes

 


Understanding and altering time range behavior on the Splunk Web start page

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Understanding and altering time range behavior on the Splunk Web start page

Splunk version 3.3.2 changes the default behavior when clicking on a link from the main start page. If what you are clicking on does not contain a time range in the search, it will default to "All Time" despite your preference being set to something else.


If you would like to revert this change in /opt/splunk/share/splunk/search_oxiclean/static/js/odysseus.js, line 206-208:


  // Going with All time here to reconcile with Dashboards notion of default time as All Time (SPL-14535)
  //timelineManager.resetToDefaults();
  timelineManager.resetToAllTime();

Swap the commenting to:


  // Going with All time here to reconcile with Dashboards notion of default time as All Time (SPL-14535)
  timelineManager.resetToDefaults();
  //timelineManager.resetToAllTime();

This documentation applies to the following versions of Splunk: 3.3.2 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.