Skip to content

Commit 4c18a8c

Browse files
authored
Update opensearch.yml to resolve ongoing bug with index permissions.
Official git ticket on opensearch: opensearch-project/security#5360
1 parent 0f13fc0 commit 4c18a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/kibana/config/opensearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ opensearch_security.cookie.secure: true
3535

3636
# OpenSearch Dashboards uses an index in OpenSearch to store saved searches, visualizations and
3737
# dashboards. OpenSearch Dashboards creates a new index if the index doesn't already exist.
38-
opensearchDashboards.index: ".opensearch_dashboards"
38+
opensearchDashboards.index: ".kibana"
3939

4040
# The default application to load.
4141
#opensearchDashboards.defaultAppId: "home"
@@ -127,4 +127,4 @@ opensearch.requestHeadersWhitelist: ["securitytenant", "Authorization"]
127127

128128
# Set the value of this setting to true to capture region blocked warnings and errors
129129
# for your map rendering services.
130-
# map.showRegionBlockedWarning: false
130+
# map.showRegionBlockedWarning: false

0 commit comments

Comments
 (0)