# config file version apiVersion: 1 providers: # an unique provider name - name: My Dashboard # org id. will default to orgId 1 if not specified org_id: 1 # name of the dashboard folder. Required folder: '' # 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 # use folder names from filesystem to create folders in Grafana foldersFromFilesStructure: true