From 753403eeb85b15364c427b47dadd1c0fefbf5f35 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 17 Jan 2023 14:28:22 -0800 Subject: [PATCH] Add security-dashboards-plugin's 2.x branch into 2.6.0 manifest Signed-off-by: Ryan Liang --- manifests/2.6.0/opensearch-dashboards-2.6.0.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/2.6.0/opensearch-dashboards-2.6.0.yml b/manifests/2.6.0/opensearch-dashboards-2.6.0.yml index 0fcee0e937..00f279f896 100644 --- a/manifests/2.6.0/opensearch-dashboards-2.6.0.yml +++ b/manifests/2.6.0/opensearch-dashboards-2.6.0.yml @@ -13,3 +13,6 @@ components: - name: notificationsDashboards repository: https://github.com/opensearch-project/dashboards-notifications.git ref: '2.x' + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: '2.x'