| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <br/>
- <div class="row-fluid">
- <div class="span6">
- <ul>
- <li>
- <a href="http://localhost:4567/docs#configuration" target="_blank">Configuration</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/troubleshooting" target="_blank">Troubleshooting</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/support" target="_blank">Support</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/features/intro" target="_blank">Getting started</a> (Must read!)
- </li>
- </ul>
- </div>
- <div class="span6">
- <ul>
- <li>
- <a href="http://localhost:4567/docs/features/charts" target="_blank">Charts</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/features/annotations" target="_blank">Annotations</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/features/graphite" target="_blank">Graphite</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/features/influxdb" target="_blank">InfluxDB</a>
- </li>
- <li>
- <a href="http://localhost:4567/docs/features/opentsdb" target="_blank">OpenTSDB</a>
- </li>
- </ul>
- </div>
- </div>
- <br/>
- <div class="row-fluid">
- <div class="span12">
- <ul>
- <li>Ctrl+S saves the current dashboard</li>
- <li>Ctrl+F Opens the dashboard finder (searches elastic search)</li>
- <li>Ctrl+H Hide/show row controls</li>
- <li>Click and drag graph title to move panel</li>
- <li>Hit Escape to exit graph when in fullscreen or edit mode</li>
- <li>Click the colored icon in the legend to change series color</li>
- <li>Ctrl or Shift + Click legend name to hide other series</li>
- <li>Click the Save icon in the menu to save the dashboard with a new name</li>
- </ul>
- </div>
- </div>
|