Filter visualization data by cookie identity claims

Hi there,

The website embed the Kibana dashboard and pulling resource data from Kibana. Is there a way to authorize resource filtering by looking into what values are contained in identity claims field value? For example, the identity cookie in this website has a "States" field, that contains values like "Sourth-Carolina", "North-Carolina", "Georgia" and "Florida". What should I do, so that the authorized resource data in visualization components are restricted or filtered by this list of states?

Thanks.

You will need to set up field and document access control in Elasticsearch for the index. Once that is set-up, you can create Kibana roles for those indices and assign the roles to your users.

1 Like

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