Hi,
I'm managing a multi-user environment and everybody needs to access kibana, so I added them the "kibana-user" role.
But recently, I discovered that this role is able to manage and even delete the .kibana index.
I finally created a "kibana-user-nodelete" role that can only read and index the .kibana index.
Would not it be more logical to have two default roles for kibana which would be "kibana-manager" or "kibana-admin" and a "kibana-user" that can't delete the .kibana index?