From 89bae706a8510c413bccdd81e3539fd7ba46977f Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Wed, 31 May 2023 01:15:38 +0800 Subject: [PATCH] remove experiment keyword for ml-commons-dashboards config Signed-off-by: Lin Wang --- config/opensearch_dashboards-2.x.yml | 4 ++-- config/opensearch_dashboards-default.x.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/opensearch_dashboards-2.x.yml b/config/opensearch_dashboards-2.x.yml index 7623412eb7..e224eb6311 100644 --- a/config/opensearch_dashboards-2.x.yml +++ b/config/opensearch_dashboards-2.x.yml @@ -192,8 +192,8 @@ # data_source.encryption.wrappingKeyNamespace: 'changeme' # 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] -# 2.6 New ML Commons Dashboards Experimental Feature -# Set the value of this setting to true to enable the experimental ml commons dashboards +# 2.6 New ML Commons Dashboards Feature +# Set the value of this setting to true to enable the ml commons dashboards # ml_commons_dashboards.enabled: false opensearch.hosts: [https://localhost:9200] diff --git a/config/opensearch_dashboards-default.x.yml b/config/opensearch_dashboards-default.x.yml index 7623412eb7..e224eb6311 100644 --- a/config/opensearch_dashboards-default.x.yml +++ b/config/opensearch_dashboards-default.x.yml @@ -192,8 +192,8 @@ # data_source.encryption.wrappingKeyNamespace: 'changeme' # 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] -# 2.6 New ML Commons Dashboards Experimental Feature -# Set the value of this setting to true to enable the experimental ml commons dashboards +# 2.6 New ML Commons Dashboards Feature +# Set the value of this setting to true to enable the ml commons dashboards # ml_commons_dashboards.enabled: false opensearch.hosts: [https://localhost:9200]