2018-02-12 08:17:32 -06:00
|
|
|
# # config file version
|
2018-02-20 00:33:24 -06:00
|
|
|
apiVersion: 1
|
2018-02-12 08:17:32 -06:00
|
|
|
|
2017-12-07 23:52:47 -06:00
|
|
|
# # list of datasources that should be deleted from the database
|
2018-02-12 08:17:32 -06:00
|
|
|
#deleteDatasources:
|
2017-12-07 23:52:47 -06:00
|
|
|
# - name: Graphite
|
2018-02-12 08:17:32 -06:00
|
|
|
# orgId: 1
|
2017-12-07 08:14:57 -06:00
|
|
|
|
2017-12-07 23:52:47 -06:00
|
|
|
# # list of datasources to insert/update depending
|
2018-11-28 15:04:14 -06:00
|
|
|
# # on what's available in the database
|
2017-12-08 03:50:11 -06:00
|
|
|
#datasources:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <string, required> name of the datasource. Required
|
|
|
|
# - name: Graphite
|
|
|
|
# # <string, required> datasource type. Required
|
|
|
|
# type: graphite
|
|
|
|
# # <string, required> access mode. direct or proxy. Required
|
|
|
|
# access: proxy
|
2018-02-12 08:17:32 -06:00
|
|
|
# # <int> org id. will default to orgId 1 if not specified
|
|
|
|
# orgId: 1
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <string> url
|
|
|
|
# url: http://localhost:8080
|
|
|
|
# # <string> database password, if used
|
|
|
|
# password:
|
|
|
|
# # <string> database user, if used
|
|
|
|
# user:
|
|
|
|
# # <string> database name, if used
|
|
|
|
# database:
|
|
|
|
# # <bool> enable/disable basic auth
|
2018-02-12 08:17:32 -06:00
|
|
|
# basicAuth:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <string> basic auth username
|
2018-02-12 08:17:32 -06:00
|
|
|
# basicAuthUser:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <string> basic auth password
|
2018-02-12 08:17:32 -06:00
|
|
|
# basicAuthPassword:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <bool> enable/disable with credentials headers
|
2018-02-12 08:17:32 -06:00
|
|
|
# withCredentials:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <bool> mark as default datasource. Max one per org
|
2018-02-12 08:17:32 -06:00
|
|
|
# isDefault:
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <map> fields that will be converted to json and stored in json_data
|
2018-02-12 08:17:32 -06:00
|
|
|
# jsonData:
|
2017-12-07 23:52:47 -06:00
|
|
|
# graphiteVersion: "1.1"
|
|
|
|
# tlsAuth: true
|
|
|
|
# tlsAuthWithCACert: true
|
2018-04-16 09:28:20 -05:00
|
|
|
# httpHeaderName1: "Authorization"
|
2017-12-07 23:52:47 -06:00
|
|
|
# # <string> json object of data that will be encrypted.
|
2018-02-12 08:17:32 -06:00
|
|
|
# secureJsonData:
|
2017-12-07 23:52:47 -06:00
|
|
|
# tlsCACert: "..."
|
|
|
|
# tlsClientCert: "..."
|
|
|
|
# tlsClientKey: "..."
|
2018-04-16 09:28:20 -05:00
|
|
|
# # <openshift\kubernetes token example>
|
|
|
|
# httpHeaderValue1: "Bearer xf5yhfkpsnmgo"
|
2017-12-07 23:52:47 -06:00
|
|
|
# version: 1
|
|
|
|
# # <bool> allow users to edit datasources from the UI.
|
|
|
|
# editable: false
|
2017-12-07 08:14:57 -06:00
|
|
|
|