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_m...
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
Based on this response, I would say that Django is no longer supported in 6.5.
https://answers.splunk.com/answers/463255/splunk-65-is-not-run-django-app.html
We saw that post but since it is a big deal for us if we had to re-write our app and Splunk does not explicitly state this, we were hoping there is a way to fix this problem. Does anyone out there run into the same situation as we do? Is there a solution?
Please help.
I will defer to someone else that can give a more definitive answer. It does not look like Splunk has marked Django has removed as of yet, but I would be skeptical of things being reliable given the other JS-related changes they made in 6.5.
Please do. Hope to get some help on this issue soon. Thank you