for clarifying global and primary tenant functionality per doc bug https://github.com/opensearch-project/documentation-website/issues/488

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-04-13 17:18:29 -07:00
parent 7f7adf929b
commit 49499216c0

View File

@ -7,7 +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. By default, all OpenSearch Dashboards users have access to two tenants:
- **Private -** This tenant is exclusive to each user and can't be shared.
- **Global -** This tenant is shared between every OpenSearch Dashboards user.
**Note:** 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
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.