From 708673eb7225a92744fd07bf109b06f143d5a53a Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Wed, 9 Oct 2024 16:18:15 -0700 Subject: [PATCH] Add multi data source dependencies plugins Signed-off-by: Junqiu Lei --- opensearch_dashboards.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 649ed073..eba4adc9 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -15,6 +15,8 @@ "visualizations" ], "optionalPlugins": [ - "home" + "home", + "dataSource", + "dataSourceManagement" ] -} \ No newline at end of file +}