Skip to content

Commit f4b778f

Browse files
committed
Services: updated kibana yml settings(reversed opensearchDashboards.index) name.
1 parent aadaf3f commit f4b778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/kibana/config/opensearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ opensearch_security.cookie.secure: true
3838

3939
# We changed this from .opensearch_dashboards to .kibana because of a permission bug in OpenSearch Dashboards 2.19.x and 3.0.0
4040
# report: https://github.com/opensearch-project/security/issues/5360
41-
opensearchDashboards.index: ".kibana"
41+
opensearchDashboards.index: ".opensearch_dashboards"
4242

4343
# The default application to load.
4444
#opensearchDashboards.defaultAppId: "home"

0 commit comments

Comments
 (0)