datasources.yaml 3.5 KB

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