I'm getting a bunch of 404 errors after a default install using the rpm on cents 6.
2018-01-20 23:40:46,611 INFO [5a63d37e9ab5b33b0c] error:133 - Masking the original 404 message: 'The path '/en-US/static/@22799F5D759FAAF5BC8CBC4DB6F9C347CF2F14259A09AC2539DA1929EFCB9586/build/pages/enterprise/account.js' was not found.' with 'Page not found!' for security reasons
2018-01-21 00:00:45,364 INFO [5a63d82d3fa661db6c] error:133 - Masking the original 404 message: 'The path '/en-US/static/@000/js/common.min.js' was not found.' with 'Page not found!' for security reasons
2018-01-21 00:00:45,588 INFO [5a63d82d92a662658c] error:133 - Masking the original 404 message: 'The path '/en-US/static/@000/css/message.css' was not found.' with 'Page not found!' for security reasons
2018-01-21 00:00:45,589 INFO [5a63d82d94a65cbbac] error:133 - Masking the original 404 message: 'The path '/en-US/static/@000/css/skins/default/default.css' was not found.' with 'Page not found!' for security reasons
2018-01-21 00:03:06,587 INFO [5a63d8ba90b5b4120c] error:133 - Masking the original 404 message: 'The path '/en-US/static/@22799F5D759FAAF5BC8CBC4DB6F9C347CF2F14259A09AC2539DA1929EFCB9586/build/pages/enterprise/common.js' was not found.' with 'Page not found!' for security reasons
I tracked to where the files should be at /opt/splunk/share/splunk/search_mrsparkle/exposed/ and I'm not seeing these files anywhere in there:
[splunk@cloud exposed]$ pwd
/opt/splunk/share/splunk/search_mrsparkle/exposed
[splunk@cloud exposed]$ tree -fir | grep -e default.css -e common.js -e message.css
I'm curious as to why the files aren't link, or why they're missing, and how to fix this. I've already uninstalled, and reinstalled splunk twice.
... View more