Developing Dashboards, Views, and Apps for Splunk Web

 


How to turn off autopause

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

How to turn off autopause

Searches in views will pause, automatically, if all of the following three conditions are met:

http://localhost:8000/app/search/flashtimeline?auto_pause=true&q=search foo bar

The best way to build a URI with auto_pause=true is to send searches to this view using the ViewRedirector in another view. Use ViewRedirector module to insert the URI params in your redirect. For example:

<module name="ViewRedirector">
  <param name="viewTarget">flashtimeline</param>
  <param name="uriParam.auto_pause">true</param>
</module>

Specifically, set <param name="uriParam.auto_pause">true</param>.

This documentation applies to the following versions of Splunk: 4.1 , 4.1.1 , 4.1.2 , 4.1.3 , 4.1.4 , 4.1.5 , 4.1.6 , 4.1.7 , 4.1.8 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.

Feedback submitted, thanks!