Working with TAC, we figured out a solution for the Loading... issue. There is an issue with the browser properly displaying the toolbar, this is mitigated by adjusting the web.conf file There are a couple of places where I had to edit the file. $Splunk_Home\etc\system\default\web.conf $Splunk_Home\etc\system\local\web.conf $Splunk_Home\var\run\splunk\merged\web.conf You want to find the "minify_js" and set it to false. minify_js = false By default, it will be set to "true" Restart the Splunk service, flush your browser cache and you should be good to go! (if it does not work, there might be another web.conf file with the minify_js still set to true. Search through and adjust as needed)
... View more