We recently updated our Splunk to version 6.5 (from version 6.4.2) and our Splunk MapView and TableView (django) no longer work.
To investigate the issue, we've tried a simple example from http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAEVP
and found this example to behave exactly the same way as our app (also not working).
When loading the page, we see we have error 404 (page not found) on the following URL
http://localhost:8000/en-us/splunkd/__raw/servicesNS/admin/mysplunkapp/data/ui/views/mypage?output_mode=json&_=1480384381498
http://localhost:8000/en-us/static/@undefined/build/splunkjs/6.6.js
http://localhost:8000/en-us/static/@undefined/build/splunkjs/4.4.js
(Notice the "@undefined" in the last 2 links)
Would someone please help us fix this issue? We have been stuck on this issue for a few days now.
Thank you very much in advance
... View more