对Kibana仪表板应用只读权限? [英] Applying read only permission to Kibana dashboard?

查看:440
本文介绍了对Kibana仪表板应用只读权限?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与他人共享kibana仪表板时,是否可以设置某种权限.我担心有人会删除它或进行更改并保存.我用谷歌搜索,但没有找到任何东西.

is there a way to set some sort of permissions when sharing kibana dashboard with others. I'm worried that someone would either delete it or make changes and save it. I googled but didn't find anything.

推荐答案

如果没有屏蔽,您可以尝试在只读模式下锁定.kibana索引:

Without shield, you can try to lock .kibana index on read only mode :

curl -XPUT 'localhost:9200/.kibana/_settings' -d '{ "index.blocks.read_only" : true }'

运行良好,没有人可以保存/删除仪表板/搜索/可视化.如果用户在仪表板上调整大小/移动某些内容,则可以通过为仪表板添加书签而不在url中添加参数来轻松重置(或直接加载).

It's working well, nobody can save/delete a dashboard / search / visualization. If user resize / move something on dashboard he can reset easily by bookmarking dashboard without parameters in url (or load it directly).

您可以检查有关索引的更多选项: https://www.elastic.co/guide/zh-CN/elasticsearch/reference/1.4/indices-update-settings.html

You can check more options about indices : https://www.elastic.co/guide/en/elasticsearch/reference/1.4/indices-update-settings.html

这篇关于对Kibana仪表板应用只读权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆