Skip to content

Commit 4d80ad6

Browse files
committed
add back yml change
Signed-off-by: Tianle Huang <tianleh@amazon.com>
1 parent 73fd1c4 commit 4d80ad6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/opensearch_dashboards.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
# dashboards. OpenSearch Dashboards creates a new index if the index doesn't already exist.
3030
#opensearchDashboards.index: ".opensearch_dashboards"
3131

32+
# OpenSearch Dashboards uses an index in OpenSearch to store dynamic configurations.
33+
# This shall be a different index from opensearchDashboards.index.
34+
# opensearchDashboards.configIndex: ".opensearch_dashboards_config"
35+
36+
# Set the value of this setting to true to enable plugin application config. By default it is disabled.
37+
# application_config.enabled: false
38+
3239
# The default application to load.
3340
#opensearchDashboards.defaultAppId: "home"
3441

0 commit comments

Comments
 (0)