Skip to content

Commit

Permalink
Added alerting front and backend plugins to manifest files. (#2253)
Browse files Browse the repository at this point in the history
* Added alerting front and backend plugins to manifest files.

Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt authored Jun 24, 2022
1 parent ef5ff97 commit 8cfd401
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/2.1.0/opensearch-2.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: main
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.1'
Expand Down
3 changes: 3 additions & 0 deletions manifests/2.1.0/opensearch-dashboards-2.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ components:
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: main
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: main

0 comments on commit 8cfd401

Please sign in to comment.