Hi all,
I’m building grafana docker image and in the image I’m copying certaing dashborards under a directory structure
├── CompBio
│ ├── Batch
│ │ ├── ECR.json
│ │ ├── cost.json
│ │ └── EC2.json
│ ├── Data
│ │ ├── S3.json
│ │ ├── onpremfsa.json
│ │ ├── onpremperf.json
│ │ └── xchange.json
│ ├── Posit
│ │ ├── Connect.json
│ │ └── WorkBench.json
│ └── default.json
├── TechPlatforms
│ ├── Puppet.json
│ ├── azure.json
│ ├── cron.json
│ ├── disk.json
│ ├── https_certificates.json
│ ├── os.json
│ ├── server.json
│ └── services.json
└── config.yaml
I expected to get something like :
but I’m getting this:
what would be the way to create thos subfolders in the dashboards?
Thanks