From 3b3fc01ebfe92b9563369dc3c07e636fdd1df83c Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Mon, 13 Jun 2022 11:42:41 -0500 Subject: [PATCH] Add dashborads plugins Signed-off-by: Zelin Hao --- manifests/2.0.1/opensearch-dashboards-2.0.1.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/2.0.1/opensearch-dashboards-2.0.1.yml b/manifests/2.0.1/opensearch-dashboards-2.0.1.yml index 96c72e9a66..7a858223de 100644 --- a/manifests/2.0.1/opensearch-dashboards-2.0.1.yml +++ b/manifests/2.0.1/opensearch-dashboards-2.0.1.yml @@ -36,3 +36,12 @@ components: repository: https://github.com/opensearch-project/notifications.git working_directory: dashboards-notifications ref: '2.0' + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: '2.0' + - name: indexManagementDashboards + repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git + ref: '2.0' + - name: alertingDashboards + repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git + ref: '2.0'