Hi all,
I am struggling with the ChangeLog plugin on NABox 4.0.8 running Harvest 24.11.1.
- I created custom_svm.yaml, custom_volume.yaml and custom_node.yaml in nabox:/etc/nabox/harvest/user/zapi/9.8.0
- added
plugins:
- ChangeLog
- added the custom filenames to nabox:/etc/nabox/harvest/user/zapi/custom.yaml
objects:
Volume:
- custom_volume.yaml
Node:
- custom_node.yaml
SVM:
- custom_svm.yaml
- issued a "dc restart"
- Receive log entries like
grafana | loader-provisioning.dashboard type=file name="Harvest CDOT" t=2025-02-05713:40:08.7733666342 level=error msg="failed to save dashboard" file=/dashboards-harvest/mode/changelogMonitor.json error="could not resolve dashboards: uid:cdot-changelog-monitor: Dashboard not found"
...and an empty dashboard.
Also went the REST-route and copied & changed the files from GitHub's rest directory, but the result is the same.
Am I missing something obvious here?