From 945f6f42f9ee43a173645a6dd573c6c3eeee35ea Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 5 Nov 2024 17:30:58 -0500 Subject: [PATCH] more tweaks Signed-off-by: Peter Zhu --- config/opensearch_dashboards-2.x.yml | 4 ++-- config/opensearch_dashboards-default.x.yml | 4 ++-- .../opensearch-dashboards-docker-entrypoint-2.x.sh | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/opensearch_dashboards-2.x.yml b/config/opensearch_dashboards-2.x.yml index 9bce4088df..c6e9c6cc1d 100644 --- a/config/opensearch_dashboards-2.x.yml +++ b/config/opensearch_dashboards-2.x.yml @@ -201,7 +201,7 @@ # Set the value of this setting to true to enable the ml commons dashboards # ml_commons_dashboards.enabled: false -# 2.12 New experimental Assistant Dashboards Feature +# 2.12 New Experimental Assistant Dashboards Feature # Set the value of this setting to true to enable the assistant dashboards # assistant.chat.enabled: false @@ -213,7 +213,7 @@ # Set the value of this setting to true to enable UI Metric collections # usageCollection.uiMetric.enabled: false -# 2.18 New Experimental Dashboards Assistant Feature +# 2.18 New Experimental Settings # Set the value to true to enable # assistant.alertInsight.enabled: false # assistant.smartAnomalyDetector.enabled: false diff --git a/config/opensearch_dashboards-default.x.yml b/config/opensearch_dashboards-default.x.yml index 9bce4088df..c6e9c6cc1d 100644 --- a/config/opensearch_dashboards-default.x.yml +++ b/config/opensearch_dashboards-default.x.yml @@ -201,7 +201,7 @@ # Set the value of this setting to true to enable the ml commons dashboards # ml_commons_dashboards.enabled: false -# 2.12 New experimental Assistant Dashboards Feature +# 2.12 New Experimental Assistant Dashboards Feature # Set the value of this setting to true to enable the assistant dashboards # assistant.chat.enabled: false @@ -213,7 +213,7 @@ # Set the value of this setting to true to enable UI Metric collections # usageCollection.uiMetric.enabled: false -# 2.18 New Experimental Dashboards Assistant Feature +# 2.18 New Experimental Settings # Set the value to true to enable # assistant.alertInsight.enabled: false # assistant.smartAnomalyDetector.enabled: false diff --git a/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh b/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh index 5c24b76ca4..055354ba98 100755 --- a/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh +++ b/docker/release/config/opensearch-dashboards/opensearch-dashboards-docker-entrypoint-2.x.sh @@ -175,7 +175,6 @@ opensearch_dashboards_vars=( assistant.smartAnomalyDetector.enabled assistant.text2viz.enabled queryEnhancements.queryAssist.summary.enabled - ) function setupSecurityDashboardsPlugin {