I want to provide a user e.g. an analyst a set of permissions that will allow him to:
- read index
- build dashboard around it
- save dashboard
First two activities are easily covered by the permissions I found (using cluster_composite_ops_ro and indices:data/read/*), however I'm still unable to define exact permissions to allow saving the dashboard. Could you please advise?
I tested all indices:data/write/* permissions, kibana_all_write cluster permissions and write action permission to no avail.