Hello,
I have setup ELK 5.2.2 and installed x-pack plugin for implementing access controls. I can see some built in user roles.
I need to create two user roles. Following are the requirements
User1(Admin)
- Can create/delete/modify dashboards
- Can create/delete/modify indexes
User2(Normal User)
- Can only read dashboards
- Can search indexes
Anybody have ideas how to implement this. When I try to define a user, that user cannot see anything other than a blank white page in the kibana.
Tried to put some roles in roles.yml. But, these roles cannot be viewed in the kibana for assigning to a user.