datasources.yaml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. apiVersion: 1
  2. datasources:
  3. - name: gdev-graphite
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8180
  7. jsonData:
  8. graphiteVersion: "1.1"
  9. - name: gdev-prometheus
  10. type: prometheus
  11. access: proxy
  12. url: http://localhost:9090
  13. - name: gdev-slow-prometheus
  14. type: prometheus
  15. access: proxy
  16. url: http://localhost:3011
  17. - name: gdev-testdata
  18. type: testdata
  19. isDefault: true
  20. - name: gdev-influxdb
  21. type: influxdb
  22. access: proxy
  23. database: site
  24. user: grafana
  25. url: http://localhost:8086
  26. jsonData:
  27. timeInterval: "15s"
  28. secureJsonData:
  29. password: grafana
  30. - name: gdev-influxdb-telegraf
  31. type: influxdb
  32. access: proxy
  33. database: telegraf
  34. user: grafana
  35. url: http://localhost:8086
  36. jsonData:
  37. timeInterval: "10s"
  38. secureJsonData:
  39. password: grafana
  40. - name: gdev-opentsdb
  41. type: opentsdb
  42. access: proxy
  43. url: http://localhost:4242
  44. jsonData:
  45. tsdbResolution: 1
  46. tsdbVersion: 1
  47. - name: gdev-elasticsearch-v2-metrics
  48. type: elasticsearch
  49. access: proxy
  50. database: "[metrics-]YYYY.MM.DD"
  51. url: http://localhost:9200
  52. jsonData:
  53. interval: Daily
  54. timeField: "@timestamp"
  55. esVersion: 2
  56. - name: gdev-elasticsearch-v2-logs
  57. type: elasticsearch
  58. access: proxy
  59. database: "[logs-]YYYY.MM.DD"
  60. url: http://localhost:9200
  61. jsonData:
  62. interval: Daily
  63. timeField: "@timestamp"
  64. esVersion: 2
  65. - name: gdev-elasticsearch-v5-metrics
  66. type: elasticsearch
  67. access: proxy
  68. database: "[metrics-]YYYY.MM.DD"
  69. url: http://localhost:10200
  70. jsonData:
  71. interval: Daily
  72. timeField: "@timestamp"
  73. esVersion: 5
  74. - name: gdev-elasticsearch-v5-logs
  75. type: elasticsearch
  76. access: proxy
  77. database: "[logs-]YYYY.MM.DD"
  78. url: http://localhost:10200
  79. jsonData:
  80. interval: Daily
  81. timeField: "@timestamp"
  82. esVersion: 5
  83. - name: gdev-elasticsearch-v6-metrics
  84. type: elasticsearch
  85. access: proxy
  86. database: "[metrics-]YYYY.MM.DD"
  87. url: http://localhost:11200
  88. jsonData:
  89. interval: Daily
  90. timeField: "@timestamp"
  91. esVersion: 60
  92. - name: gdev-elasticsearch-v6-logs
  93. type: elasticsearch
  94. access: proxy
  95. database: "[logs-]YYYY.MM.DD"
  96. url: http://localhost:11200
  97. jsonData:
  98. interval: Daily
  99. timeField: "@timestamp"
  100. esVersion: 60
  101. - name: gdev-elasticsearch-v6-filebeat
  102. type: elasticsearch
  103. access: proxy
  104. database: "[filebeat-]YYYY.MM.DD"
  105. url: http://localhost:11200
  106. jsonData:
  107. interval: Daily
  108. timeField: "@timestamp"
  109. esVersion: 60
  110. - name: gdev-elasticsearch-v7-metrics
  111. type: elasticsearch
  112. access: proxy
  113. database: "[metrics-]YYYY.MM.DD"
  114. url: http://localhost:12200
  115. jsonData:
  116. timeInterval: 10s
  117. interval: Daily
  118. timeField: "@timestamp"
  119. esVersion: 70
  120. - name: gdev-elasticsearch-v7-logs
  121. type: elasticsearch
  122. access: proxy
  123. database: "[logs-]YYYY.MM.DD"
  124. url: http://localhost:12200
  125. jsonData:
  126. interval: Daily
  127. timeField: "@timestamp"
  128. esVersion: 70
  129. - name: gdev-elasticsearch-v7-filebeat
  130. type: elasticsearch
  131. access: proxy
  132. database: "[filebeat-]YYYY.MM.DD"
  133. url: http://localhost:12200
  134. jsonData:
  135. interval: Daily
  136. timeField: "@timestamp"
  137. esVersion: 70
  138. - name: gdev-elasticsearch-v7-metricbeat
  139. type: elasticsearch
  140. access: proxy
  141. database: "[metricbeat-]YYYY.MM.DD"
  142. url: http://localhost:12200
  143. jsonData:
  144. interval: Daily
  145. timeField: "@timestamp"
  146. esVersion: 70
  147. timeInterval: "10s"
  148. - name: gdev-mysql
  149. type: mysql
  150. url: localhost:3306
  151. database: grafana
  152. user: grafana
  153. secureJsonData:
  154. password: password
  155. - name: gdev-mysql-ds-tests
  156. type: mysql
  157. url: localhost:3306
  158. database: grafana_ds_tests
  159. user: grafana
  160. secureJsonData:
  161. password: password
  162. - name: gdev-mssql
  163. type: mssql
  164. url: localhost:1433
  165. database: grafana
  166. user: grafana
  167. secureJsonData:
  168. password: Password!
  169. - name: gdev-mssql-ds-tests
  170. type: mssql
  171. url: localhost:1433
  172. database: grafanatest
  173. user: grafana
  174. secureJsonData:
  175. password: Password!
  176. - name: gdev-postgres
  177. type: postgres
  178. url: localhost:5432
  179. database: grafana
  180. user: grafana
  181. secureJsonData:
  182. password: password
  183. jsonData:
  184. sslmode: "disable"
  185. - name: gdev-postgres-ds-tests
  186. type: postgres
  187. url: localhost:5432
  188. database: grafanadstest
  189. user: grafanatest
  190. secureJsonData:
  191. password: grafanatest
  192. jsonData:
  193. sslmode: "disable"
  194. - name: gdev-cloudwatch
  195. type: cloudwatch
  196. editable: true
  197. jsonData:
  198. authType: credentials
  199. defaultRegion: eu-west-2
  200. - name: gdev-loki
  201. type: loki
  202. access: proxy
  203. url: http://localhost:3100
  204. editable: false