From 52fd956477164528a7903fab23d966712277e3b1 Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Wed, 9 Oct 2024 16:22:19 -0700 Subject: [PATCH] Add multi data source dependencies plugins --- 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 +}