Closed matteoMiglio closed 11 months ago
I've encountered a bug while downloading dashboards with the command:
grafana-dashboard-manager \ --host <host> \ --token <token> \ download all \ --destination-dir export_dir
One of our dashboards had a slash in the name, such as service-metrics 2023/11/23. The script downloaded the dashboard correctly, but it created a structure like this:
service-metrics 2023/11/23
└─ export_dir └─ service-metrics_2023 └─ 11 └─ 23.json
Python 3.10.11 Grafana 8.3.2
3.10.11
8.3.2
I've encountered a bug while downloading dashboards with the command:
One of our dashboards had a slash in the name, such as
service-metrics 2023/11/23
. The script downloaded the dashboard correctly, but it created a structure like this:Versions
Python
3.10.11
Grafana8.3.2