datasources.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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-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-opentsdb
  31. type: opentsdb
  32. access: proxy
  33. url: http://localhost:4242
  34. jsonData:
  35. tsdbResolution: 1
  36. tsdbVersion: 1
  37. - name: gdev-elasticsearch-v2-metrics
  38. type: elasticsearch
  39. access: proxy
  40. database: "[metrics-]YYYY.MM.DD"
  41. url: http://localhost:9200
  42. jsonData:
  43. interval: Daily
  44. timeField: "@timestamp"
  45. esVersion: 2
  46. - name: gdev-elasticsearch-v2-logs
  47. type: elasticsearch
  48. access: proxy
  49. database: "[logs-]YYYY.MM.DD"
  50. url: http://localhost:9200
  51. jsonData:
  52. interval: Daily
  53. timeField: "@timestamp"
  54. esVersion: 2
  55. - name: gdev-elasticsearch-v5-metrics
  56. type: elasticsearch
  57. access: proxy
  58. database: "[metrics-]YYYY.MM.DD"
  59. url: http://localhost:10200
  60. jsonData:
  61. interval: Daily
  62. timeField: "@timestamp"
  63. esVersion: 5
  64. - name: gdev-elasticsearch-v5-logs
  65. type: elasticsearch
  66. access: proxy
  67. database: "[logs-]YYYY.MM.DD"
  68. url: http://localhost:10200
  69. jsonData:
  70. interval: Daily
  71. timeField: "@timestamp"
  72. esVersion: 5
  73. - name: gdev-elasticsearch-v6-metrics
  74. type: elasticsearch
  75. access: proxy
  76. database: "[metrics-]YYYY.MM.DD"
  77. url: http://localhost:11200
  78. jsonData:
  79. interval: Daily
  80. timeField: "@timestamp"
  81. esVersion: 60
  82. - name: gdev-elasticsearch-v6-logs
  83. type: elasticsearch
  84. access: proxy
  85. database: "[logs-]YYYY.MM.DD"
  86. url: http://localhost:11200
  87. jsonData:
  88. interval: Daily
  89. timeField: "@timestamp"
  90. esVersion: 60
  91. - name: gdev-elasticsearch-v6-filebeat
  92. type: elasticsearch
  93. access: proxy
  94. database: "[filebeat-]YYYY.MM.DD"
  95. url: http://localhost:11200
  96. jsonData:
  97. interval: Daily
  98. timeField: "@timestamp"
  99. esVersion: 60
  100. - name: gdev-elasticsearch-v7-metrics
  101. type: elasticsearch
  102. access: proxy
  103. database: "[metrics-]YYYY.MM.DD"
  104. url: http://localhost:12200
  105. jsonData:
  106. timeInterval: 10s
  107. interval: Daily
  108. timeField: "@timestamp"
  109. esVersion: 70
  110. - name: gdev-elasticsearch-v7-logs
  111. type: elasticsearch
  112. access: proxy
  113. database: "[logs-]YYYY.MM.DD"
  114. url: http://localhost:12200
  115. jsonData:
  116. interval: Daily
  117. timeField: "@timestamp"
  118. esVersion: 70
  119. - name: gdev-elasticsearch-v7-filebeat
  120. type: elasticsearch
  121. access: proxy
  122. database: "[filebeat-]YYYY.MM.DD"
  123. url: http://localhost:12200
  124. jsonData:
  125. interval: Daily
  126. timeField: "@timestamp"
  127. esVersion: 70
  128. - name: gdev-mysql
  129. type: mysql
  130. url: localhost:3306
  131. database: grafana
  132. user: grafana
  133. secureJsonData:
  134. password: password
  135. - name: gdev-mysql-ds-tests
  136. type: mysql
  137. url: localhost:3306
  138. database: grafana_ds_tests
  139. user: grafana
  140. secureJsonData:
  141. password: password
  142. - name: gdev-mssql
  143. type: mssql
  144. url: localhost:1433
  145. database: grafana
  146. user: grafana
  147. secureJsonData:
  148. password: Password!
  149. - name: gdev-mssql-ds-tests
  150. type: mssql
  151. url: localhost:1433
  152. database: grafanatest
  153. user: grafana
  154. secureJsonData:
  155. password: Password!
  156. - name: gdev-postgres
  157. type: postgres
  158. url: localhost:5432
  159. database: grafana
  160. user: grafana
  161. secureJsonData:
  162. password: password
  163. jsonData:
  164. sslmode: "disable"
  165. - name: gdev-postgres-ds-tests
  166. type: postgres
  167. url: localhost:5432
  168. database: grafanadstest
  169. user: grafanatest
  170. secureJsonData:
  171. password: grafanatest
  172. jsonData:
  173. sslmode: "disable"
  174. - name: gdev-cloudwatch
  175. type: cloudwatch
  176. editable: true
  177. jsonData:
  178. authType: credentials
  179. defaultRegion: eu-west-2
  180. - name: gdev-loki
  181. type: loki
  182. access: proxy
  183. url: http://localhost:3100
  184. editable: false