Provisioning
Grafana supports managing data sources by adding one or more YAML config files in the provisioning/datasources folder.
Example​
Example of provisioning the Static Data Source.
datasources:
  - name: Static
    type: marcusolsson-static-datasource
    access: proxy
    isDefault: true
    orgId: 1
    version: 1
    editable: true
    jsonData:
      codeEditorEnabled: true
Data Sources​
When provisioned, the Static data source should be available in the data sources list.
