Skip to content

Commit

Permalink
Add observability plugin to 2.5.0 manifest (#3026)
Browse files Browse the repository at this point in the history
* Add observability to 2.5.0 manifests

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Rename the repo URL

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh authored Jan 4, 2023
1 parent 05ab187 commit 7994bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifests/2.5.0/opensearch-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,13 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability.git
ref: 2.x
platforms:
- linux
- windows
working_directory: opensearch-observability
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
4 changes: 4 additions & 0 deletions manifests/2.5.0/opensearch-dashboards-2.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ components:
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: 2.x
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: 2.x

0 comments on commit 7994bf3

Please sign in to comment.