From 9414a2f4960707e4cb8ae389de5b961b3fc9143f Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Wed, 6 Apr 2022 01:39:51 +0000 Subject: [PATCH] [OSD][1.3.1] add Observability Signed-off-by: Kawika Avilla --- manifests/1.3.1/opensearch-dashboards-1.3.1.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/1.3.1/opensearch-dashboards-1.3.1.yml b/manifests/1.3.1/opensearch-dashboards-1.3.1.yml index 7892403192..fc112113ef 100644 --- a/manifests/1.3.1/opensearch-dashboards-1.3.1.yml +++ b/manifests/1.3.1/opensearch-dashboards-1.3.1.yml @@ -35,3 +35,7 @@ components: repository: https://github.com/opensearch-project/dashboards-visualizations.git working_directory: gantt-chart ref: '1.3' + - name: observabilityDashboards + repository: https://github.com/opensearch-project/observability.git + working_directory: dashboards-observability + ref: '1.3'