-
What Grafana version and what operating system are you using?
-
11.4.0 onPrem, Windows
-
What are you trying to achieve?
Provision Dashboard with folder-structure from Windows
- What did you expect to happen?
The same structure of folders in Grafana like in Windows.
- Can you copy/paste the configuration(s) that you are having problems with?
apiVersion: 1
providers:
- name: ‘XXXX-Dashboards’
orgId: 1
folder: ‘’
folderUid: ‘’
type: file
disableDeletion: false
updateIntervalSeconds: 10
allowUiUpdates: false
options:
path: e:/Apps/Grafana/grafana/XXXX-dashboards
foldersFromFilesStructure: true
It’s all done like in the docu. And it worked in the past for three folders:
But if I add a new folder, this folder will be added below root, not in the structure:
I expect this folder where the “AIX Server”- folder is.
And this is the structure in Windows, where the *.jsons are …:
How could I solve this?
Is this a bug or a miss-configuration?
Is something else, what to be set?
I checked the jsons. They are fine.
Thanks a lot.
Regards
Jürgen