File tree 1 file changed +21
-2
lines changed
config/playground/helm/preview
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,29 @@ config:
121
121
opensearch_security.openid.client_secret : ${OPENID_CLIENT_SECRET}
122
122
opensearch_security.openid.logout_url : ${OPENID_LOGOUT_URL}
123
123
124
+ # uiSettings:
125
+ # overrides:
126
+ # "theme:next": true
127
+ # "theme:darkMode": true
128
+
124
129
uiSettings :
125
130
overrides :
126
- " theme:next " : true
127
- " theme:darkMode " : true
131
+ " query:enhancements:enabled " : true
132
+ " query:dataSource:readOnly " : false
133
+ " query:dataSourceReadOnly " : false
134
+ " home:useNewHomePage " : true
135
+
136
+ # Workspace
137
+ workspace.enabled : true
138
+ savedObjects.permission.enabled : true
139
+ opensearchDashboards.dashboardAdmin.users : ["admin", "test1"]
140
+ assistant.chat.enabled : false
141
+
142
+ queryEnhancements.queryAssist.summary.enabled : true
143
+ assistant.smartAnomalyDetector.enabled : true
144
+ assistant.alertInsight.enabled : true
145
+ assistant.text2viz.enabled : true
146
+ data_source.ssl.verificationMode : none
128
147
129
148
# Content security policy(csp) settings
130
149
csp.rules : [ "connect-src 'self' www.google-analytics.com vectors.maps.opensearch.org tiles.maps.opensearch.org maps.opensearch.org;" ]
You can’t perform that action at this time.
0 commit comments