We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fd1c4 commit 4d80ad6Copy full SHA for 4d80ad6
config/opensearch_dashboards.yml
@@ -29,6 +29,13 @@
29
# dashboards. OpenSearch Dashboards creates a new index if the index doesn't already exist.
30
#opensearchDashboards.index: ".opensearch_dashboards"
31
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
39
# The default application to load.
40
#opensearchDashboards.defaultAppId: "home"
41
0 commit comments