Skip to content

Commit 308d3c1

Browse files
Update 2.18 dashboards assistant new experimental configs (opensearch-project#5166)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 328695a commit 308d3c1

4 files changed

+26
-4
lines changed

config/opensearch_dashboards-2.x.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
# Set the value of this setting to true to enable the ml commons dashboards
202202
# ml_commons_dashboards.enabled: false
203203

204-
# 2.12 New experimental Assistant Dashboards Feature
204+
# 2.12 New Experimental Assistant Dashboards Feature
205205
# Set the value of this setting to true to enable the assistant dashboards
206206
# assistant.chat.enabled: false
207207

@@ -213,6 +213,13 @@
213213
# Set the value of this setting to true to enable UI Metric collections
214214
# usageCollection.uiMetric.enabled: false
215215

216+
# 2.18 New Experimental Settings
217+
# Set the value to true to enable
218+
# assistant.alertInsight.enabled: false
219+
# assistant.smartAnomalyDetector.enabled: false
220+
# assistant.text2viz.enabled: false
221+
# queryEnhancements.queryAssist.summary.enabled: false
222+
216223
opensearch.hosts: [https://localhost:9200]
217224
opensearch.ssl.verificationMode: none
218225
opensearch.username: kibanaserver

config/opensearch_dashboards-default.x.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
# Set the value of this setting to true to enable the ml commons dashboards
202202
# ml_commons_dashboards.enabled: false
203203

204-
# 2.12 New experimental Assistant Dashboards Feature
204+
# 2.12 New Experimental Assistant Dashboards Feature
205205
# Set the value of this setting to true to enable the assistant dashboards
206206
# assistant.chat.enabled: false
207207

@@ -213,6 +213,13 @@
213213
# Set the value of this setting to true to enable UI Metric collections
214214
# usageCollection.uiMetric.enabled: false
215215

216+
# 2.18 New Experimental Settings
217+
# Set the value to true to enable
218+
# assistant.alertInsight.enabled: false
219+
# assistant.smartAnomalyDetector.enabled: false
220+
# assistant.text2viz.enabled: false
221+
# queryEnhancements.queryAssist.summary.enabled: false
222+
216223
opensearch.hosts: [https://localhost:9200]
217224
opensearch.ssl.verificationMode: none
218225
opensearch.username: kibanaserver

docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,14 @@ opensearch_dashboards_vars=(
167167
data_source.audit.appender.layout.highlight
168168
data_source.audit.appender.layout.pattern
169169
ml_commons_dashboards.enabled
170-
assistant.chat.enabled
171170
observability.query_assist.enabled
172171
usageCollection.uiMetric.enabled
173172
workspace.enabled
173+
assistant.chat.enabled
174+
assistant.alertInsight.enabled
175+
assistant.smartAnomalyDetector.enabled
176+
assistant.text2viz.enabled
177+
queryEnhancements.queryAssist.summary.enabled
174178
)
175179

176180
function setupSecurityDashboardsPlugin {

docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-default.x.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,14 @@ opensearch_dashboards_vars=(
167167
data_source.audit.appender.layout.highlight
168168
data_source.audit.appender.layout.pattern
169169
ml_commons_dashboards.enabled
170-
assistant.chat.enabled
171170
observability.query_assist.enabled
172171
usageCollection.uiMetric.enabled
173172
workspace.enabled
173+
assistant.chat.enabled
174+
assistant.alertInsight.enabled
175+
assistant.smartAnomalyDetector.enabled
176+
assistant.text2viz.enabled
177+
queryEnhancements.queryAssist.summary.enabled
174178
)
175179

176180
function setupSecurityDashboardsPlugin {

0 commit comments

Comments
 (0)