Skip to content

Commit

Permalink
Merge pull request opensearch-project#508 from alicejw-aws/global-tenant
Browse files Browse the repository at this point in the history
Clarify global and primary tenant functionality - issue 488
  • Loading branch information
alicejw1 authored Apr 14, 2022
2 parents 7f7adf9 + 19e11b8 commit cb02f71
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _security-plugin/access-control/multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ nav_order: 30

# OpenSearch Dashboards multi-tenancy

*Tenants* in OpenSearch Dashboards are spaces for saving index patterns, visualizations, dashboards, and other OpenSearch Dashboards objects. By default, all OpenSearch Dashboards users have access to two tenants: **Private** and **Global**. The global tenant is shared between every OpenSearch Dashboards user. The private tenant is exclusive to each user and can't be shared.
*Tenants* in OpenSearch Dashboards are spaces for saving index patterns, visualizations, dashboards, and other OpenSearch Dashboards objects. Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can control which roles have access to a tenant and whether those roles have read or write access. By default, all OpenSearch Dashboards users have access to two independent tenants:

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can control which roles have access to a tenant and whether those roles have read or write access.
- **Private** - This tenant is exclusive to each user and can't be shared. You can't use it to access routes or index patterns made by the user's global tenant.
- **Global** - This tenant is shared between every OpenSearch Dashboards user.

The global tenant is not a *primary* tenant such that any action done within the global tenant is not replicated to a user's private tenant. If you make a change to your global tenant, you won't see that change reflected in your private tenant. Some example changes include, but are not limited to:

- Change advanced settings
- Create visualizations
- Create index patterns

You might use the private tenant for exploratory work, create detailed visualizations with your team in an `analysts` tenant, and maintain a summary dashboard for corporate leadership in an `executive` tenant.

Expand Down

0 comments on commit cb02f71

Please sign in to comment.