apiVersion: 1 providers: # an unique provider name. Required - name: 'dashboardprovider' # Org id. Default to 1 orgId: 1 # name of the dashboard folder. folder: 'dashboards' # folder UID. will be automatically generated if not specified folderUid: '' # provider type. Default to 'file' type: file # disable dashboard deletion disableDeletion: false # enable dashboard editing editable: true # how often Grafana will scan for changed dashboards updateIntervalSeconds: 10 # allow updating provisioned dashboards from the UI allowUiUpdates: false options: # path to dashboard files on disk. Required when using the 'file' type path: /etc/grafana/dashboards