https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/chartsImage
Is there some permission I can assign to users to allow them to upload images without asking an admin/power user?
@merrelr Edit permission of below collections and make them readable to user roles
splunk-dashboard-images splunk-dashboard-images
@dinesh_bendigo I haven't tested this, but I don't think this will work. The collection you mention isn't exported to the system, but instead is app only (splunk-dashboard-studio). Because of this it's not clear to me how allowing the user role read permissions to the splunk-dashboard-images will allow them to upload images on dashboards in other apps that aren't splunk-dashboard-studio.
Currently on version 9.0.2 and having the same issue.
I did some testing with a new user and role and this is what I found.
The only capability that will grant this access is the admin_all_objects which we can all agree isn't for regular users.
Since we don't use the built in power role I did some testing with it and removed all it's inheritance and capabilities then set my new testing role to inherit it. For some reason that worked. So it's just checking if the user has the power role not actually anything within it.
So the ability to upload images currently requires one of the following:
Following as I have the same question and actually my power users can't upload images either even though documentation says they can.