问题
I am trying to configure roles to a user to give him access to dashboard but only in read only mode:this "read only" user can see a dashboard but cannot save modifications.
I tried several solutions :
- x-pack
I tried to install x-pack but I do not understand wih permissions I should give to my "read only" user.
- Change kibana settings
I tried to change kibana settings :
PUT .kibana/_settings
{ "index.blocks.read_only" : false }
It works fine but nobody can change the dashboard anymore
- Embedded dashboard
I could also use embedded dashboards but the user cannot have access to time picker.
Thanks for your help.
Corinne
回答1:
Did you try the kibana_dashboard_only_user reserved role ? All datas for thoses users are in a read only mode, and he can only access to dashboards
回答2:
I could also use embedded dashboards but the user cannot have access to time picker.
This plugin works well with Kibana if you put it on your dashboard whilst embedded you are still able to change times.
来源:https://stackoverflow.com/questions/41116916/kibana-read-only-dashboard