I am newbie with elastic and after watching some tutorials I started digging around and fund this:
Is it possible with the free and open subscription, having different roles that can only access to a specific index and not to the others?
Or limit the access to different index's based on the user role?
Imagine this index's:
- grandparents
- parents
- childrens
Imagine this roles:
- granny
- father
- child
Access:
- granny - can access to all index's but on parents index only have permissions to read
- father - can access to parents and childrens index's
- son - can only access to children index
Best Regards,
Marco Gonçalves