datasources.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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-6.2.4-]YYYY.MM.DD"
  91. url: http://localhost:11200
  92. jsonData:
  93. interval: Daily
  94. timeField: "@timestamp"
  95. esVersion: 60
  96. - name: gdev-mysql
  97. type: mysql
  98. url: localhost:3306
  99. database: grafana
  100. user: grafana
  101. secureJsonData:
  102. password: password
  103. - name: gdev-mysql-ds-tests
  104. type: mysql
  105. url: localhost:3306
  106. database: grafana_ds_tests
  107. user: grafana
  108. secureJsonData:
  109. password: password
  110. - name: gdev-mssql
  111. type: mssql
  112. url: localhost:1433
  113. database: grafana
  114. user: grafana
  115. secureJsonData:
  116. password: Password!
  117. - name: gdev-mssql-ds-tests
  118. type: mssql
  119. url: localhost:1433
  120. database: grafanatest
  121. user: grafana
  122. secureJsonData:
  123. password: Password!
  124. - name: gdev-postgres
  125. type: postgres
  126. url: localhost:5432
  127. database: grafana
  128. user: grafana
  129. secureJsonData:
  130. password: password
  131. jsonData:
  132. sslmode: "disable"
  133. - name: gdev-postgres-ds-tests
  134. type: postgres
  135. url: localhost:5432
  136. database: grafanadstest
  137. user: grafanatest
  138. secureJsonData:
  139. password: grafanatest
  140. jsonData:
  141. sslmode: "disable"
  142. - name: gdev-cloudwatch
  143. type: cloudwatch
  144. editable: true
  145. jsonData:
  146. authType: credentials
  147. defaultRegion: eu-west-2
  148. - name: gdev-loki
  149. type: loki
  150. access: proxy
  151. url: http://localhost:3100
  152. editable: false