Changed index name back to kibana

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2021-12-10 13:47:49 -08:00
parent f5e529204d
commit 164a9a57c4
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ _meta:
The open source version of OpenSearch Dashboards saves all objects to a single index: `.opensearch-dashboards`. The security plugin uses this index for the global tenant, but separate indices for every other tenant. Each user also has a private tenant, so you might see a large number of indices that follow two patterns: The open source version of OpenSearch Dashboards saves all objects to a single index: `.opensearch-dashboards`. The security plugin uses this index for the global tenant, but separate indices for every other tenant. Each user also has a private tenant, so you might see a large number of indices that follow two patterns:
``` ```
.opensearch_dashboards_<hash>_<tenant_name> .kibana_<hash>_<tenant_name>
.opensearch_dashboards_<hash>_<username> .kibana_<hash>_<username>
``` ```
The security plugin scrubs these index names of special characters, so they might not be a perfect match of tenant names and usernames. The security plugin scrubs these index names of special characters, so they might not be a perfect match of tenant names and usernames.