In JavaScript, is there a helper function for getting a parameter from the URL?
Yes there is. It's Splunk.util.getParameter(). For example, the following would get the "host" URL parameter:
Splunk.util.getParameter("host")
Yes there is. It's Splunk.util.getParameter(). For example, the following would get the "host" URL parameter:
Splunk.util.getParameter("host")