# Can I restrict users to certain dashboards, without using different tenants?

**URL:** https://forum.opensearch.org/t/can-i-restrict-users-to-certain-dashboards-without-using-different-tenants/3291
**Category:** Security
**Created:** [July 9, 2020, 1:56pm UTC](https://forum.opensearch.org/t/can-i-restrict-users-to-certain-dashboards-without-using-different-tenants/3291 "2020-07-09T13:56:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sb.bogdan](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@sb.bogdan](https://forum.opensearch.org/u/sb.bogdan)
#### Post date: [July 9, 2020, 1:56pm UTC](https://forum.opensearch.org/t/can-i-restrict-users-to-certain-dashboards-without-using-different-tenants/3291/1 "2020-07-09T13:56:59Z")

</div>

Hello!

Let’s say i have one global tenant with 3 dashboards. I want to be able to allow certain users to view only certain dashboards.  
e.g.

```auto
user1: dashboard1
user2: dashboard1, dashboard2
user3: all dashboards

```

Can this be done without creating different tenants? (that option is a real pain when you want to update any viz or dashboard since you have to make the updates on each tenant)

i tried with document level security on my `.kibana_<hash>_<tenant>` index with something like this but then then I get an error when I log in  
`{"bool" : { "must_not" : [{"match_phrase" : { "dashboard.title": "Dashboard1" }}]}}`

Thanks in advance!

---

<div class="post-metadata">

### Author: ![kris](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.opensearch.org/kris/32/2208_2.png) [@kris](https://forum.opensearch.org/u/kris)
#### Post date: [February 7, 2023, 1:05am UTC](https://forum.opensearch.org/t/can-i-restrict-users-to-certain-dashboards-without-using-different-tenants/3291/2 "2023-02-07T01:05:31Z")

</div>


