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