Hello, I have a simple JSON datasource, and I’d like to know how to setup provisioning in the yaml file? I don’t know which values are available to be used as “type” in this case.
datasources:
Thanks!
the “type” is the id of the datasource. For simple-json-datasource it would be
"id": "grafana-simple-json-datasource",
(from the plugin.json file):
the yaml file would be something like this:
# config file version apiVersion: 1 deleteDatasources: - name: mysimplejsontest orgId: 1 datasources: - name: mysimplejsontest type: grafana-simple-json-datasource enabled: true access: proxy editable: true isDefault: false