datasources.yaml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. apiVersion: 1
  2. datasources:
  3. - name: gdev-graphite
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8080
  7. jsonData:
  8. graphiteVersion: "1.1"
  9. - name: gdev-prometheus
  10. type: prometheus
  11. access: proxy
  12. url: http://localhost:9090
  13. - name: gdev-testdata
  14. type: testdata
  15. isDefault: true
  16. - name: gdev-influxdb
  17. type: influxdb
  18. access: proxy
  19. database: site
  20. user: grafana
  21. password: grafana
  22. url: http://localhost:8086
  23. jsonData:
  24. timeInterval: "15s"
  25. - name: gdev-opentsdb
  26. type: opentsdb
  27. access: proxy
  28. url: http://localhost:4242
  29. jsonData:
  30. tsdbResolution: 1
  31. tsdbVersion: 1
  32. - name: gdev-elasticsearch-v2-metrics
  33. type: elasticsearch
  34. access: proxy
  35. database: "[metrics-]YYYY.MM.DD"
  36. url: http://localhost:9200
  37. jsonData:
  38. interval: Daily
  39. timeField: "@timestamp"
  40. esVersion: 2
  41. - name: gdev-elasticsearch-v2-logs
  42. type: elasticsearch
  43. access: proxy
  44. database: "[logs-]YYYY.MM.DD"
  45. url: http://localhost:9200
  46. jsonData:
  47. interval: Daily
  48. timeField: "@timestamp"
  49. esVersion: 2
  50. - name: gdev-elasticsearch-v5-metrics
  51. type: elasticsearch
  52. access: proxy
  53. database: "[metrics-]YYYY.MM.DD"
  54. url: http://localhost:10200
  55. jsonData:
  56. interval: Daily
  57. timeField: "@timestamp"
  58. esVersion: 5
  59. - name: gdev-elasticsearch-v5-logs
  60. type: elasticsearch
  61. access: proxy
  62. database: "[logs-]YYYY.MM.DD"
  63. url: http://localhost:10200
  64. jsonData:
  65. interval: Daily
  66. timeField: "@timestamp"
  67. esVersion: 5
  68. - name: gdev-elasticsearch-v6-metrics
  69. type: elasticsearch
  70. access: proxy
  71. database: "[metrics-]YYYY.MM.DD"
  72. url: http://localhost:11200
  73. jsonData:
  74. interval: Daily
  75. timeField: "@timestamp"
  76. esVersion: 60
  77. - name: gdev-elasticsearch-v6-logs
  78. type: elasticsearch
  79. access: proxy
  80. database: "[logs-]YYYY.MM.DD"
  81. url: http://localhost:11200
  82. jsonData:
  83. interval: Daily
  84. timeField: "@timestamp"
  85. esVersion: 60
  86. - name: gdev-mysql
  87. type: mysql
  88. url: localhost:3306
  89. database: grafana
  90. user: grafana
  91. password: password
  92. - name: gdev-mysql-ds-tests
  93. type: mysql
  94. url: localhost:3306
  95. database: grafana_ds_tests
  96. user: grafana
  97. password: password
  98. - name: gdev-mssql
  99. type: mssql
  100. url: localhost:1433
  101. database: grafana
  102. user: grafana
  103. secureJsonData:
  104. password: Password!
  105. - name: gdev-mssql-ds-tests
  106. type: mssql
  107. url: localhost:1433
  108. database: grafanatest
  109. user: grafana
  110. secureJsonData:
  111. password: Password!
  112. - name: gdev-postgres
  113. type: postgres
  114. url: localhost:5432
  115. database: grafana
  116. user: grafana
  117. secureJsonData:
  118. password: password
  119. jsonData:
  120. sslmode: "disable"
  121. - name: gdev-postgres-ds-tests
  122. type: postgres
  123. url: localhost:5432
  124. database: grafanadstest
  125. user: grafanatest
  126. secureJsonData:
  127. password: grafanatest
  128. jsonData:
  129. sslmode: "disable"
  130. - name: gdev-cloudwatch
  131. type: cloudwatch
  132. editable: true
  133. jsonData:
  134. authType: credentials
  135. defaultRegion: eu-west-2
  136. - name: gdev-loki
  137. type: loki
  138. access: proxy
  139. url: http://localhost:3100
  140. editable: false