Developing Dashboards, Views, and Apps for Splunk Web

 


Turn off autopause

Turn off autopause

Searches in views pause automatically if all three of the following 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 a view using the ViewRedirector in another view. Use the 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.3 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.