<%doc> Redirects the client to the appropriate online help resource. If the client is not connected to the internet, then it will fallback to local help. URI params ---------- license: {free | pro} the product license level versionNumber: the textual product version label, i.e. 3.4.6 location: the keyword identifier for the requesting asset, i.e. 'documentation' installType: {trial | prod} the license type, i.e. unpaid trial or fully licensed skin: the current skin theme locale: the user's locale, i.e., en-US The splunk.com help system uses URI segments to identify the request: https://quickdraw.splunk.com/help////?locale= This page will attempt to populate the params from left to right. If it encounters a missing param, then it will stop building the URI and redirect with what it has. (Ported from the 3.x branch) Docs redirection system worked out between Ashley and Nick, detailed in SPL-7796. Besides providing the ability for splunk.com to redirect to version specific docs It's also intended to provide fallback to offline docs that we package up and ship with for this purpose alone. So people with internet access get latest greatest docs for *their* version and people with no internet access get the docs for *their* version that we shipped with. <%inherit file="//layout/base.html" /> <%! title = 'Help' %> <% import json %> <%def name="css()">
${_('Loading...')}
${_('Unable to access online documentation. Please ensure docsCheckerBaseURL in web.conf is correct.')}