default.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "title": "Welcome to Grafana!",
  3. "services": {
  4. "filter": {
  5. "list": [],
  6. "time": {
  7. "from": "now-6h",
  8. "to": "now"
  9. }
  10. }
  11. },
  12. "rows": [
  13. {
  14. "title": "Welcome to Grafana",
  15. "height": "150px",
  16. "editable": true,
  17. "collapse": false,
  18. "collapsable": true,
  19. "panels": [
  20. {
  21. "error": false,
  22. "span": 12,
  23. "editable": true,
  24. "type": "text",
  25. "loadingEditor": false,
  26. "mode": "markdown",
  27. "content": "####Thank you for trying out Grafana! \n\nGeneral documentation is found in the readme and in the wiki section of the [Github Project](https://github.com/torkelo/grafana). If you encounter any problem or have an idea for an improvement do not hesitate to open a github issue. \n\nTips: \n\n- Ctrl+S saves the current dashboard\n- Ctrl+F Opens the dashboard finder (searches elastic search)\n- Ctrl+H Hide/show row controls \n- Click and drag graph title to move panel (only works when row controls are enabled)\n\nIf you do not see a graph in the panel bellow the browser cannot access your graphite installation. Please make sure that the graphiteUrl property in config.js is correctly set and accessible.",
  28. "style": {},
  29. "title": "Welcome to Grafana"
  30. }
  31. ],
  32. "notice": false
  33. },
  34. {
  35. "title": "test",
  36. "height": "250px",
  37. "editable": true,
  38. "collapse": false,
  39. "collapsable": true,
  40. "panels": [
  41. {
  42. "span": 12,
  43. "editable": true,
  44. "type": "graphite",
  45. "x-axis": true,
  46. "y-axis": true,
  47. "scale": 1,
  48. "y_formats": ["short", "short"],
  49. "grid": {
  50. "max": null,
  51. "min": null
  52. },
  53. "resolution": 100,
  54. "lines": true,
  55. "fill": 1,
  56. "linewidth": 2,
  57. "points": false,
  58. "pointradius": 5,
  59. "bars": false,
  60. "stack": true,
  61. "spyable": true,
  62. "options": false,
  63. "legend": true,
  64. "interactive": true,
  65. "legend_counts": true,
  66. "timezone": "browser",
  67. "percentage": false,
  68. "zerofill": true,
  69. "nullPointMode": "connected",
  70. "steppedLine": false,
  71. "tooltip": {
  72. "value_type": "cumulative"
  73. },
  74. "targets": [
  75. {
  76. "target": "randomWalk('random walk')"
  77. },
  78. {
  79. "target": "randomWalk('random walk2')"
  80. },
  81. {
  82. "target": "randomWalk('random walk3')"
  83. }
  84. ],
  85. "aliasColors": {},
  86. "aliasYAxis": {},
  87. "title": "Graphite test"
  88. }
  89. ],
  90. "notice": false
  91. }
  92. ],
  93. "editable": true,
  94. "failover": false,
  95. "panel_hints": true,
  96. "style": "dark",
  97. "pulldowns": [
  98. {
  99. "type": "filtering",
  100. "collapse": false,
  101. "notice": false,
  102. "enable": false
  103. }
  104. ],
  105. "nav": [
  106. {
  107. "type": "timepicker",
  108. "collapse": false,
  109. "notice": false,
  110. "enable": true,
  111. "status": "Stable",
  112. "time_options": [
  113. "5m",
  114. "15m",
  115. "1h",
  116. "6h",
  117. "12h",
  118. "24h",
  119. "2d",
  120. "7d",
  121. "30d"
  122. ],
  123. "refresh_intervals": [
  124. "5s",
  125. "10s",
  126. "30s",
  127. "1m",
  128. "5m",
  129. "15m",
  130. "30m",
  131. "1h",
  132. "2h",
  133. "1d"
  134. ],
  135. "now": true
  136. }
  137. ],
  138. "loader": {
  139. "save_gist": false,
  140. "save_elasticsearch": true,
  141. "save_local": true,
  142. "save_default": true,
  143. "save_temp": true,
  144. "save_temp_ttl_enable": true,
  145. "save_temp_ttl": "30d",
  146. "load_gist": false,
  147. "load_elasticsearch": true,
  148. "load_elasticsearch_size": 20,
  149. "load_local": false,
  150. "hide": false
  151. },
  152. "refresh": false
  153. }