[BUG] gdg backup #297
Replies: 2 comments
-
That's not the expected behavior. Default is to ONLY download from the folders that were configured, If none are configured the default is to only list dashboards under "General". the -f flag allows you further filter down to only operate on a given folder. Also, see the FAQ: https://software.es.net/gdg/docs/gdg/frequently-asked-questions/#why-does-gdg-not-list-all-my-dashboards If you want to download files from ALL folders and ignore any filtering, you can set ignore_dashboard_filters
Also, if the -f works, to download data from the new folder, that IS a bug, it shouldn't allow you to do that. The -f is a filter on the imported folders. It's not intended to allow you to fetch folders that are not white listed unless the ignore_dashboard_filter is set. |
Beta Was this translation helpful? Give feedback.
-
gdg backup dash download
get dashboards only from folder GeneralDescribe the bug
A clear and concise description of what the bug is. If applicable and possible the JSON of dashboard or datasource that is causing issues with credentials removed would be helpful.
To Reproduce
Create dashboard1 in folder General
Create new folder in grafana, create dashboard2 in this new folder
gdg backup dash list
- show dashboard only in folder Generalgdg backup dash download
- download dashboard only from folder Geneatlto download dashboard from new folder must be set -f
gdg backup dash download -f 'new folder'
Expected behavior
gdg backup dash download
- should be download dashboards from all folderDesktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions