AWS Quicksight Fine-grained access control document level security on Elasticsearch data

211 Views Asked by At

I have integrated AWS elasticsearch into AWS QuickSight, but we are attempting to only allow certain users to see certain data. For example

  • Users in group A would only be able to see data for records in the elasticsearch index that have record.group === 'A'
  • Users in group B would only be able to see data for records in the elasticsearch index that have record.group === 'B'

All data that a user "cannot see" should be hidden in visualizations for these users.

Is this possible? The security roles don't seem to be able to do this, so I'm wondering if there is something else that I'm missing

1

There are 1 best solutions below

0
On BEST ANSWER