File tree 4 files changed +26
-4
lines changed
docker/release/config/opensearch-dashboards
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 201
201
# Set the value of this setting to true to enable the ml commons dashboards
202
202
# ml_commons_dashboards.enabled: false
203
203
204
- # 2.12 New experimental Assistant Dashboards Feature
204
+ # 2.12 New Experimental Assistant Dashboards Feature
205
205
# Set the value of this setting to true to enable the assistant dashboards
206
206
# assistant.chat.enabled: false
207
207
213
213
# Set the value of this setting to true to enable UI Metric collections
214
214
# usageCollection.uiMetric.enabled: false
215
215
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
+
216
223
opensearch.hosts : [https://localhost:9200]
217
224
opensearch.ssl.verificationMode : none
218
225
opensearch.username : kibanaserver
Original file line number Diff line number Diff line change 201
201
# Set the value of this setting to true to enable the ml commons dashboards
202
202
# ml_commons_dashboards.enabled: false
203
203
204
- # 2.12 New experimental Assistant Dashboards Feature
204
+ # 2.12 New Experimental Assistant Dashboards Feature
205
205
# Set the value of this setting to true to enable the assistant dashboards
206
206
# assistant.chat.enabled: false
207
207
213
213
# Set the value of this setting to true to enable UI Metric collections
214
214
# usageCollection.uiMetric.enabled: false
215
215
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
+
216
223
opensearch.hosts : [https://localhost:9200]
217
224
opensearch.ssl.verificationMode : none
218
225
opensearch.username : kibanaserver
Original file line number Diff line number Diff line change @@ -167,10 +167,14 @@ opensearch_dashboards_vars=(
167
167
data_source.audit.appender.layout.highlight
168
168
data_source.audit.appender.layout.pattern
169
169
ml_commons_dashboards.enabled
170
- assistant.chat.enabled
171
170
observability.query_assist.enabled
172
171
usageCollection.uiMetric.enabled
173
172
workspace.enabled
173
+ assistant.chat.enabled
174
+ assistant.alertInsight.enabled
175
+ assistant.smartAnomalyDetector.enabled
176
+ assistant.text2viz.enabled
177
+ queryEnhancements.queryAssist.summary.enabled
174
178
)
175
179
176
180
function setupSecurityDashboardsPlugin {
Original file line number Diff line number Diff line change @@ -167,10 +167,14 @@ opensearch_dashboards_vars=(
167
167
data_source.audit.appender.layout.highlight
168
168
data_source.audit.appender.layout.pattern
169
169
ml_commons_dashboards.enabled
170
- assistant.chat.enabled
171
170
observability.query_assist.enabled
172
171
usageCollection.uiMetric.enabled
173
172
workspace.enabled
173
+ assistant.chat.enabled
174
+ assistant.alertInsight.enabled
175
+ assistant.smartAnomalyDetector.enabled
176
+ assistant.text2viz.enabled
177
+ queryEnhancements.queryAssist.summary.enabled
174
178
)
175
179
176
180
function setupSecurityDashboardsPlugin {
You can’t perform that action at this time.
0 commit comments