Kibana role to just view dashboards and visualizations

How do I create a user that can ONLY view dashboards and visualizations?

Seems the only thing that works, for users besides myself (admin), is SUPERUSER.

I don't want to do that, right?

The built in kibana_user role is a good starting point which you should be able to modify to do what you want. Copy that role, and then remove everything other than the read permission from the .kibana index. That should do the trick. The UI won't change, Kibana itself doesn't currently support fine grained controls, but it should prevent users from creating/modifying index-patterns, dashboards, visualizations and saved searches.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.