kibana-own-home
kibana-own-home copied to clipboard
Own Home index access control
Hi, I have query about the functionality described in the animated screenshot in the "Own home" feature description below: https://github.com/wtakase/kibana-own-home I understand that this plugin enables a user to have own personal kibana.index so that objects the user created are stored to separate location from others. However the animated screenshot shows that once the "Own home" tab on the left is clicked, the user selects his personal index from the list. Can "Own home" be configured (e.g. with Searchguard) such that a user (or role) only sees a specific Index? Thanks
If you set own_home.local.enabled: false
and own_home.ldap.enabled: false
, each user only can see own personal .kibana.index
.
If you set own_home.local.enabled: true
, you can have a global .kibana.index
which can be accessible from all users.
If you want to share kibana objects among a LDAP group, you can set own_home.ldap.enabled: true
, then configure LDAP related options (e.g. own_home.ldap.url
).