Skip to content

Commit 142f8c3

Browse files
authored
Remove ml-commons-dashboards experiment keyword in config file (#3705)
Signed-off-by: Lin Wang <wonglam@amazon.com>
1 parent 3bf03fc commit 142f8c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/opensearch_dashboards-2.x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
# data_source.encryption.wrappingKeyNamespace: 'changeme'
193193
# data_source.encryption.wrappingKey: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
194194

195-
# 2.6 New ML Commons Dashboards Experimental Feature
196-
# Set the value of this setting to true to enable the experimental ml commons dashboards
195+
# 2.6 New ML Commons Dashboards Feature
196+
# Set the value of this setting to true to enable the ml commons dashboards
197197
# ml_commons_dashboards.enabled: false
198198

199199
opensearch.hosts: [https://localhost:9200]

config/opensearch_dashboards-default.x.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
# data_source.encryption.wrappingKeyNamespace: 'changeme'
193193
# data_source.encryption.wrappingKey: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
194194

195-
# 2.6 New ML Commons Dashboards Experimental Feature
196-
# Set the value of this setting to true to enable the experimental ml commons dashboards
195+
# 2.6 New ML Commons Dashboards Feature
196+
# Set the value of this setting to true to enable the ml commons dashboards
197197
# ml_commons_dashboards.enabled: false
198198

199199
opensearch.hosts: [https://localhost:9200]

0 commit comments

Comments
 (0)