From 543feaa87e36c5b2b3f822c72e133ecfeaea9954 Mon Sep 17 00:00:00 2001 From: hardikl Date: Fri, 15 Nov 2024 15:37:28 +0530 Subject: [PATCH] feat: adding the ems doc link in the Health dashboard table --- grafana/dashboards/cmode/health.json | 48 ++++++++++++++++------------ 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/grafana/dashboards/cmode/health.json b/grafana/dashboards/cmode/health.json index e6466a135..e4fbb722f 100644 --- a/grafana/dashboards/cmode/health.json +++ b/grafana/dashboards/cmode/health.json @@ -688,30 +688,18 @@ { "matcher": { "id": "byName", - "options": "Volumes protected" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "green", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Volumes not protected" + "options": "EMS" }, "properties": [ { - "id": "color", - "value": { - "fixedColor": "yellow", - "mode": "fixed" - } + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "", + "url": "https://mysupport.netapp.com/site/bugs-online/syslog-translator?product=ontap&syslog=${__data.fields.EMS}" + } + ] } ] } @@ -4136,6 +4124,24 @@ ] } ] + }, + { + "matcher": { + "id": "byName", + "options": "Message" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "", + "url": "https://mysupport.netapp.com/site/bugs-online/syslog-translator?product=ontap&syslog=${__data.fields.Message}" + } + ] + } + ] } ] },