kibana read only dashboard

不想你离开。 提交于 2019-12-25 08:30:46

问题


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 :

  1. x-pack

I tried to install x-pack but I do not understand wih permissions I should give to my "read only" user.

  1. 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

  1. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!