From b91eca2eaa891dc645da12dd93daea2af3131fa6 Mon Sep 17 00:00:00 2001 From: AWSHurneyt Date: Thu, 4 Nov 2021 00:00:47 -0700 Subject: [PATCH] Added alerting-dashbord-plugin to 1.2 manifest. Signed-off-by: Thomas Hurney Signed-off-by: AWSHurneyt --- manifests/1.2.0/opensearch-dashboards-1.2.0.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/1.2.0/opensearch-dashboards-1.2.0.yml b/manifests/1.2.0/opensearch-dashboards-1.2.0.yml index f2e5f21be4..aa7e4f4eba 100644 --- a/manifests/1.2.0/opensearch-dashboards-1.2.0.yml +++ b/manifests/1.2.0/opensearch-dashboards-1.2.0.yml @@ -10,6 +10,9 @@ components: - name: OpenSearch-Dashboards ref: "1.2" repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git +- name: alertingDashboards + repository: https://github.com/opensearch-project/alerting-dashboards-plugin + ref: "main" - name: functionalTestDashboards repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git ref: "main"