Merge pull request #328 from opensearch-project/dashboards-troubleshooting

Changed index name back to kibana
This commit is contained in:
Keith Chan 2021-12-13 09:51:28 -08:00 committed by GitHub
commit ce9ba0fd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:
```
.opensearch_dashboards_<hash>_<tenant_name>
.opensearch_dashboards_<hash>_<username>
.kibana_<hash>_<tenant_name>
.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.