Roles with different access to index'ss

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

Welcome to our community! :smiley:

Yes, this is possible - User authorization | Elasticsearch Guide [8.3] | Elastic

I already understand how the roles can give full access to an index.

But, it is possible to the user that is a child have read access only the entrance of there parents in the parents index?

As, it can't read the all parents index but it can read there 2 parents entrances.

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