We were able to resolve this issue on the box that had it by modifying the web.conf file, this was on Rocky Linux. Edit: /opt/splunk/etc/system/local/web.conf changed: # First party apps:
splunk_dashboard_app_name = splunk-dashboard-app to: # First party apps:
# splunk_dashboard_app_name = splunk-dashboard-app
splunk_dashboard_app_name = splunk-dashboard-studio
enable_splunk_dashboard_app_feature = true
... View more