apiVersion: 1 providers: # an unique provider name. Required - name: 'Scaphandre examples' # Org id. Default to 1 orgId: 1 # name of the dashboard folder. folder: 'scaphandre' # provider type. Default to 'file' type: file # disable dashboard deletion disableDeletion: true # allow updating provisioned dashboards from the UI allowUiUpdates: false options: # path to dashboard files on disk. Required when using the 'file' type path: /var/lib/grafana/dashboards # use folder names from filesystem to create folders in Grafana foldersFromFilesStructure: true