
Turn off autopause
Searches in views pause automatically if all three of the following conditions are met:
- The view contains a JobStatus module (for example flashtimeline, charting).
- The view has configured JobStatus with a valid autoPauseInterval parameter (defaults to 30 seconds).
- The URI of the view contains an
auto_pause=true
parameter, for example:
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>
PREVIOUS Build a real-time dashboard |
NEXT Switcher modules |
This documentation applies to the following versions of Splunk® Enterprise: 5.0, 5.0.1, 5.0.2, 5.0.3, 5.0.4, 5.0.5, 5.0.6, 5.0.7, 5.0.8, 5.0.9, 5.0.10, 5.0.11, 5.0.12, 5.0.13, 5.0.14, 5.0.15, 5.0.16, 5.0.17, 5.0.18
Feedback submitted, thanks!