diff --git a/CHANGELOG.md b/CHANGELOG.md index 6050ab3f..9458d62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # SAS Viya Monitoring for Kubernetes +## Unreleased +* **Logging** + * [CHANGE] Updated link to SAS documentation in the SAS Update Checker Report (within +OpenSearch Dashboards) to be version-independent + +* **Metrics** + * [FIX] Changed metric label (from 'CAS Version' to 'OS Version') on SAS CAS Overview +dashboard (within Grafana) to reflect information displayed + ## Version 1.2.28 (13AUG2024) * **Logging** * [UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.12.0 to 2.15.0 diff --git a/logging/osd/namespace/20_viz_update_checker.ndjson b/logging/osd/namespace/20_viz_update_checker.ndjson index 06af912b..c36a11ae 100644 --- a/logging/osd/namespace/20_viz_update_checker.ndjson +++ b/logging/osd/namespace/20_viz_update_checker.ndjson @@ -1,2 +1,2 @@ -{"attributes":{"description":"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository.","kibanaSavedObjectMeta":{"searchSourceJSON":"{}"},"title":"SAS Update Checker","uiStateJSON":"{}","version":1,"visState":"{\"title\":\"SAS Update Checker\",\"type\":\"markdown\",\"params\":{\"fontSize\":12,\"openLinksInNewTab\":true,\"markdown\":\"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository. The report is written to the stdout of the launched job pod and indicates when new content related to the deployment is available. More information about SAS Update Checker can be found here: \\n\\nhttps://go.documentation.sas.com/doc/en/itopscdc/v_012/k8sag/p1it185kd37v25n1aoybu799tpk4.htm\"},\"aggs\":[]}"},"id":"2f595660-f47f-11eb-89a8-bb803278f58e","migrationVersion":{"visualization":"7.4.2"},"references":[],"type":"visualization","updated_at":"2021-10-13T13:49:56.482Z","version":"WzI3NSw5XQ=="} +{"attributes":{"description":"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository.","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"},"title":"SAS Update Checker","uiStateJSON":"{}","version":1,"visState":"{\"title\":\"SAS Update Checker\",\"type\":\"markdown\",\"aggs\":[],\"params\":{\"fontSize\":12,\"openLinksInNewTab\":true,\"markdown\":\"The SAS Update Checker Report is derived from the SAS Update Checker cron job which builds a report comparing the currently deployed release with available releases in the upstream repository. The report is written to the stdout of the launched job pod and indicates when new content related to the deployment is available. \\n\\nMore information can be found in the [Update Checker Report section of the SAS Viya Platform Operations](https://documentation.sas.com/?cdcId=itopscdc&cdcVersion=default&docsetId=k8sag&docsetTarget=p1it185kd37v25n1aoybu799tpk4.htm) documentation.\"}}"},"id":"2f595660-f47f-11eb-89a8-bb803278f58e","migrationVersion":{"visualization":"7.10.0"},"references":[],"type":"visualization","updated_at":"2024-09-06T17:52:46.154Z","version":"Wzk1LDE5XQ=="} {"exportedCount":1,"missingRefCount":0,"missingReferences":[]} \ No newline at end of file diff --git a/monitoring/dashboards/viya-logs/cas-dashboard.json b/monitoring/dashboards/viya-logs/cas-dashboard.json index 776fc101..dd32f5f0 100644 --- a/monitoring/dashboards/viya-logs/cas-dashboard.json +++ b/monitoring/dashboards/viya-logs/cas-dashboard.json @@ -138,7 +138,7 @@ "release": "OS Kernal", "state": "State", "system": "OS Architecture", - "version": "CAS Version" + "version": "OS Version" } } } diff --git a/monitoring/dashboards/viya/cas-dashboard.json b/monitoring/dashboards/viya/cas-dashboard.json index 93b4216b..d9a6701e 100644 --- a/monitoring/dashboards/viya/cas-dashboard.json +++ b/monitoring/dashboards/viya/cas-dashboard.json @@ -126,7 +126,7 @@ "release": "OS Kernal", "state": "State", "system": "OS Architecture", - "version": "CAS Version" + "version": "OS Version" } } }