From c76961d9f120f8ac9172c03448933563b1fc0e01 Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Wed, 9 Oct 2024 15:15:01 -0700 Subject: [PATCH] Add multi data source dependencies plugins Signed-off-by: Junqiu Lei --- opensearch_dashboards.json | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index e8abd481..f25a723b 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,9 +1,22 @@ { - "id": "customImportMapDashboards", - "version": "3.0.0.0", - "opensearchDashboardsVersion": "3.0.0", - "server": true, - "ui": true, - "requiredPlugins": ["regionMap", "opensearchDashboardsReact", "opensearchDashboardsUtils", "navigation", "savedObjects", "data", "embeddable", "visualizations"], - "optionalPlugins": ["home"] - } + "id": "customImportMapDashboards", + "version": "3.0.0.0", + "opensearchDashboardsVersion": "3.0.0", + "server": true, + "ui": true, + "requiredPlugins": [ + "regionMap", + "opensearchDashboardsReact", + "opensearchDashboardsUtils", + "navigation", + "savedObjects", + "data", + "embeddable", + "visualizations" + ], + "optionalPlugins": [ + "home", + "dataSource", + "dataSourceManagement" + ] +}