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: trueData sources
After you provision the data source, it appears in the data sources list.




