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'