From dbce1fca149929a60c5292b58547ae131401c3d2 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 28 Nov 2022 17:09:27 -0500 Subject: [PATCH 1/3] Update multi-tenancy route to match name change Signed-off-by: Craig Perkins --- _observability-plugin/notebooks.md | 2 +- _security-plugin/configuration/yaml.md | 2 +- _security-plugin/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_observability-plugin/notebooks.md b/_observability-plugin/notebooks.md index cbe95c469c6..db3ffb1c013 100644 --- a/_observability-plugin/notebooks.md +++ b/_observability-plugin/notebooks.md @@ -18,7 +18,7 @@ You can also generate [reports]({{site.url}}{{site.baseurl}}/dashboards/reportin Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation. -Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/access-control/multi-tenancy/). +Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config). {: .note } diff --git a/_security-plugin/configuration/yaml.md b/_security-plugin/configuration/yaml.md index a70fd552154..178d0428397 100644 --- a/_security-plugin/configuration/yaml.md +++ b/_security-plugin/configuration/yaml.md @@ -328,7 +328,7 @@ _meta: ## tenants.yml -You can use this file to specify and add any number of OpenSearch Dashboards tenants to your OpenSearch cluster. For more information about tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/access-control/multi-tenancy). +You can use this file to specify and add any number of OpenSearch Dashboards tenants to your OpenSearch cluster. For more information about tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config). Like all of the other YAML files, we recommend you use `tenants.yml` to add any tenants you must have in your cluster, and then use OpenSearch Dashboards or the [REST API]({{site.url}}{{site.baseurl}}/security-plugin/access-control/api/#tenants) if you need to further configure or create any other tenants. diff --git a/_security-plugin/index.md b/_security-plugin/index.md index 00267957965..66cd596fb49 100755 --- a/_security-plugin/index.md +++ b/_security-plugin/index.md @@ -60,7 +60,7 @@ OpenSearch includes other features that complement the security infrastructure. ### Dashboards multi-tenancy One such feature is OpenSearch Dashboards multi-tenancy. Tenants are work spaces that include visualizations, index patterns, and other Dashboards objects. Multi-tenancy allows for the sharing of tenants among users of Dashboards and leverages OpenSearch roles to manage access to tenants and safely make them available to others. -For more information on creating tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/access-control/multi-tenancy/). +For more information on creating tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config/). ### Cross-cluster search From 0117dd8b49d32392db6d3c4d1a78dfa0c7d45066 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 28 Nov 2022 17:14:51 -0500 Subject: [PATCH 2/3] Add slash at end of route Signed-off-by: Craig Perkins --- _observability-plugin/notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_observability-plugin/notebooks.md b/_observability-plugin/notebooks.md index db3ffb1c013..45f118d89c9 100644 --- a/_observability-plugin/notebooks.md +++ b/_observability-plugin/notebooks.md @@ -18,7 +18,7 @@ You can also generate [reports]({{site.url}}{{site.baseurl}}/dashboards/reportin Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation. -Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config). +Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config/). {: .note } From 7fa9e393a6ced4bfd0a99925a62fc88013d7d5c2 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 29 Nov 2022 16:35:33 -0500 Subject: [PATCH 3/3] Link to multi-tenancy index Signed-off-by: Craig Perkins --- _observability-plugin/notebooks.md | 2 +- _security-plugin/configuration/yaml.md | 2 +- _security-plugin/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_observability-plugin/notebooks.md b/_observability-plugin/notebooks.md index 45f118d89c9..3c8fd1ef67b 100644 --- a/_observability-plugin/notebooks.md +++ b/_observability-plugin/notebooks.md @@ -18,7 +18,7 @@ You can also generate [reports]({{site.url}}{{site.baseurl}}/dashboards/reportin Common use cases include creating postmortem reports, designing runbooks, building live infrastructure reports, and writing documentation. -Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config/). +Tenants in OpenSearch Dashboards are spaces for saving notebooks and other OpenSearch Dashboards objects. For more information, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/tenant-index/). {: .note } diff --git a/_security-plugin/configuration/yaml.md b/_security-plugin/configuration/yaml.md index 178d0428397..db0fd1d30a1 100644 --- a/_security-plugin/configuration/yaml.md +++ b/_security-plugin/configuration/yaml.md @@ -328,7 +328,7 @@ _meta: ## tenants.yml -You can use this file to specify and add any number of OpenSearch Dashboards tenants to your OpenSearch cluster. For more information about tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config). +You can use this file to specify and add any number of OpenSearch Dashboards tenants to your OpenSearch cluster. For more information about tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/tenant-index). Like all of the other YAML files, we recommend you use `tenants.yml` to add any tenants you must have in your cluster, and then use OpenSearch Dashboards or the [REST API]({{site.url}}{{site.baseurl}}/security-plugin/access-control/api/#tenants) if you need to further configure or create any other tenants. diff --git a/_security-plugin/index.md b/_security-plugin/index.md index 66cd596fb49..75525aaacd4 100755 --- a/_security-plugin/index.md +++ b/_security-plugin/index.md @@ -60,7 +60,7 @@ OpenSearch includes other features that complement the security infrastructure. ### Dashboards multi-tenancy One such feature is OpenSearch Dashboards multi-tenancy. Tenants are work spaces that include visualizations, index patterns, and other Dashboards objects. Multi-tenancy allows for the sharing of tenants among users of Dashboards and leverages OpenSearch roles to manage access to tenants and safely make them available to others. -For more information on creating tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/multi-tenancy-config/). +For more information on creating tenants, see [OpenSearch Dashboards multi-tenancy]({{site.url}}{{site.baseurl}}/security-plugin/multi-tenancy/tenant-index/). ### Cross-cluster search