sample.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # # config file version
  2. apiVersion: 1
  3. # # list of datasources that should be deleted from the database
  4. #deleteDatasources:
  5. # - name: Graphite
  6. # orgId: 1
  7. # # list of datasources to insert/update depending
  8. # # on what's available in the database
  9. #datasources:
  10. # # <string, required> name of the datasource. Required
  11. # - name: Graphite
  12. # # <string, required> datasource type. Required
  13. # type: graphite
  14. # # <string, required> access mode. direct or proxy. Required
  15. # access: proxy
  16. # # <int> org id. will default to orgId 1 if not specified
  17. # orgId: 1
  18. # # <string> url
  19. # url: http://localhost:8080
  20. # # <string> database password, if used
  21. # password:
  22. # # <string> database user, if used
  23. # user:
  24. # # <string> database name, if used
  25. # database:
  26. # # <bool> enable/disable basic auth
  27. # basicAuth:
  28. # # <string> basic auth username
  29. # basicAuthUser:
  30. # # <string> basic auth password
  31. # basicAuthPassword:
  32. # # <bool> enable/disable with credentials headers
  33. # withCredentials:
  34. # # <bool> mark as default datasource. Max one per org
  35. # isDefault:
  36. # # <map> fields that will be converted to json and stored in json_data
  37. # jsonData:
  38. # graphiteVersion: "1.1"
  39. # tlsAuth: true
  40. # tlsAuthWithCACert: true
  41. # httpHeaderName1: "Authorization"
  42. # # <string> json object of data that will be encrypted.
  43. # secureJsonData:
  44. # tlsCACert: "..."
  45. # tlsClientCert: "..."
  46. # tlsClientKey: "..."
  47. # # <openshift\kubernetes token example>
  48. # httpHeaderValue1: "Bearer xf5yhfkpsnmgo"
  49. # version: 1
  50. # # <bool> allow users to edit datasources from the UI.
  51. # editable: false