datasources.yaml 4.2 KB

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