How do I determine the version of Splunk via Javascript (without using an SDK)?
You can get the version of Splunk from the global variable $C:
alert($C.VERSION_LABEL);
You can get the version of Splunk from the global variable $C:
alert($C.VERSION_LABEL);
@LukeMurphey - Where can we get more information about this global variable $C?