From 356d8c74939456b672a305924f95675ffbf1c7ba Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:46:27 -0700 Subject: [PATCH] Increment version to 3.0.0.0 (#744) Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> --- opensearch_dashboards.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 803aa48c..c5d55e96 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,7 +5,10 @@ "configPath": [ "anomaly_detection_dashboards" ], - "optionalPlugins": ["dataSource","dataSourceManagement"], + "optionalPlugins": [ + "dataSource", + "dataSourceManagement" + ], "requiredPlugins": [ "opensearchDashboardsUtils", "expressions", @@ -23,5 +26,7 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=2.9.0", - "requiredOSDataSourcePlugins": ["opensearch-anomaly-detection"] + "requiredOSDataSourcePlugins": [ + "opensearch-anomaly-detection" + ] } \ No newline at end of file