Skip to content

Commit

Permalink
Added index-management and dashboard plugin to 2.3 manifest files (#2593
Browse files Browse the repository at this point in the history
)

* Added index-management and dashboard plugins

Signed-off-by: Angie Zhang <[email protected]>
  • Loading branch information
Angie-Zhang authored Sep 8, 2022
1 parent dbe41c2 commit 20cb37f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/2.3.0/opensearch-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,10 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
3 changes: 3 additions & 0 deletions manifests/2.3.0/opensearch-dashboards-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ components:
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.3'
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.3'
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.3'

0 comments on commit 20cb37f

Please sign in to comment.