start_dashboard_html.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <br/>
  2. <div class="row-fluid">
  3. <div class="span6">
  4. <ul>
  5. <li>
  6. <a href="http://localhost:4567/docs#configuration" target="_blank">Configuration</a>
  7. </li>
  8. <li>
  9. <a href="http://localhost:4567/docs/troubleshooting" target="_blank">Troubleshooting</a>
  10. </li>
  11. <li>
  12. <a href="http://localhost:4567/docs/support" target="_blank">Support</a>
  13. </li>
  14. <li>
  15. <a href="http://localhost:4567/docs/features/intro" target="_blank">Getting started</a> (Must read!)
  16. </li>
  17. </ul>
  18. </div>
  19. <div class="span6">
  20. <ul>
  21. <li>
  22. <a href="http://localhost:4567/docs/features/charts" target="_blank">Charts</a>
  23. </li>
  24. <li>
  25. <a href="http://localhost:4567/docs/features/annotations" target="_blank">Annotations</a>
  26. </li>
  27. <li>
  28. <a href="http://localhost:4567/docs/features/graphite" target="_blank">Graphite</a>
  29. </li>
  30. <li>
  31. <a href="http://localhost:4567/docs/features/influxdb" target="_blank">InfluxDB</a>
  32. </li>
  33. <li>
  34. <a href="http://localhost:4567/docs/features/opentsdb" target="_blank">OpenTSDB</a>
  35. </li>
  36. </ul>
  37. </div>
  38. </div>
  39. <br/>
  40. <div class="row-fluid">
  41. <div class="span12">
  42. <ul>
  43. <li>Ctrl+S saves the current dashboard</li>
  44. <li>Ctrl+F Opens the dashboard finder (searches elastic search)</li>
  45. <li>Ctrl+H Hide/show row controls</li>
  46. <li>Click and drag graph title to move panel</li>
  47. <li>Hit Escape to exit graph when in fullscreen or edit mode</li>
  48. <li>Click the colored icon in the legend to change series color</li>
  49. <li>Ctrl or Shift + Click legend name to hide other series</li>
  50. <li>Click the Save icon in the menu to save the dashboard with a new name</li>
  51. </ul>
  52. </div>
  53. </div>