Splunk Enterprise Certified Admin — Question 33
After updating a dashboard in myApp, a Splunk admin moves myApp to a different Splunk instance. After logging in to the new instance, the dashboard is not seen. What could have happened? (Select all that apply.)
Answer options
- A. The dashboard's permissions were set to private.
- B. User role permissions are different on the new instance.
- C. The admin deleted the myApp/local directory before packaging.
- D. Changes were placed in: $SPLUNK_HOME/etc/apps/search/default/data/ui/nav
Correct answer: A, B
Explanation
Option A is correct because if the dashboard's permissions are set to private, it won't be visible to users in the new instance. Option B is also correct as differences in user role permissions between instances can prevent access to the dashboard. Options C and D are incorrect because even if the local directory was deleted or changes were made in the specified path, they do not directly lead to the dashboard not being visible due to permission settings.