38 lines
866 B
YAML
38 lines
866 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: $TEST_VAR
|
|
type: type
|
|
access: proxy
|
|
orgId: 2
|
|
url: url
|
|
user: user
|
|
database: database
|
|
basicAuth: true
|
|
basicAuthUser: basic_auth_user
|
|
withCredentials: true
|
|
isDefault: true
|
|
correlations:
|
|
- targetUID: a target
|
|
label: a label
|
|
description: a description
|
|
config:
|
|
field: "fieldName"
|
|
target:
|
|
target: "test.query"
|
|
jsonData:
|
|
graphiteVersion: "1.1"
|
|
tlsAuth: true
|
|
tlsAuthWithCACert: true
|
|
secureJsonData:
|
|
tlsCACert: "MjNOcW9RdkbUDHZmpco2HCYzVq9dE+i6Yi+gmUJotq5CDA=="
|
|
tlsClientCert: "ckN0dGlyMXN503YNfjTcf9CV+GGQneN+xmAclQ=="
|
|
tlsClientKey: "ZkN4aG1aNkja/gKAB1wlnKFIsy2SRDq4slrM0A=="
|
|
editable: true
|
|
version: 10
|
|
uid: "test_uid"
|
|
|
|
deleteDatasources:
|
|
- name: old-graphite3
|
|
orgId: 2
|