# 2023-05-24 # config file version apiVersion: 1 providers: # an unique provider name - name: Org # org id. will default to orgId 1 if not specified org_id: 1 # name of the dashboard folder. Required folder: "General" # provider type. Required type: "file" # disable dashboard deletion disableDeletion: false # enable dashboard editing editable: true # how often Grafana will scan for changed dashboards updateIntervalSeconds: 5 # allow updating provisioned dashboards from the UI allowUiUpdates: true options: # path to dashboard files on disk. Required path: /etc/grafana/dashboards/provisioned #path: /opt/monitor-stack/grafana/dashboards # use folder names from filesystem to create folders in Grafana foldersFromFilesStructure: true