Hi , What is the configuration for turning on subfolder feature in Grafana 10 ?
Assuming this isnt some new 10 feature I’m not aware of…
In helm:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'developers'
orgId: 1
folder: 'Custom Folder / Developers'
type: file
disableDeletion: false
editable: false
options:
path: /var/lib/grafana/dashboards/developers```
Yeah this is new feature in Grafana 10
https://grafana.com/blog/2023/06/13/grafana-10-release-all-the-new-features-to-know/
Easy organization, enhanced security with Grafana subfolders
Cool!
“To get started creating subfolders, enable the nestedFolders
feature toggle”
Yup , but i dont see how the config will look like ?
Like this ?
enabled: true```
Oh Yes that did it
enable: nestedFolders```
Also where can we see what all options are available for feature_toggles
?
Might need to look in the code right now, I couldnt see anything
Sorry misunderstood, they are all here https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/
That’s exactly what i was looking for . Thanks so much