Users access to console

Hi all,

Is it possible to allow a specific team of users to access Kibana's console (Management -> Dev Tools), using native role-based access control mechanism, so that users can only have permission to query "their own" indexes?

Thank you
MC

Only if you use some kind of naming scheme with a sufix or prefix.

For example groupname-* or *-groupname, then you can create a role that will have access to indices with those sufix or prefix.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.