Keyboard Shortcuts
The insightd web UI has a small set of keyboard shortcuts for fast navigation and common actions. Press ? from anywhere to see a help modal listing whatever shortcuts are currently active for the page you’re on.
Global
Available on every page.
| Key | Action |
|---|---|
? | Toggle the keyboard shortcut help modal |
g d | Go to Dashboard |
g h | Go to Hosts |
g s | Go to Stacks |
g e | Go to Endpoints |
g i | Go to Insights |
g a | Go to Alerts |
g u | Go to Updates |
g , | Go to Settings |
The g prefix matches the convention used by vim, GitHub, and Linear. After pressing g, you have one second to follow up with the second key — otherwise the buffer clears and g becomes a no-op.
Container detail
Available on /hosts/:hostId/containers/:containerName. The action shortcuts auto-disable when the container is stopped or the user is not authenticated.
| Key | Action |
|---|---|
r | Restart container (opens the same confirm dialog as the button) |
s | Stop container (opens confirm) |
1 | Switch to Overview tab |
2 | Switch to Logs tab |
3 | Switch to Alerts & history tab |
b | Back to host detail |
[ | Previous container on the same host (alphabetical) |
] | Next container on the same host (alphabetical) |
Host detail
Available on /hosts/:hostId.
| Key | Action |
|---|---|
1 | Switch to Overview tab |
2 | Switch to Resources tab |
3 | Switch to Alerts tab |
b | Back to hosts list |
[ | Previous host (alphabetical) |
] | Next host (alphabetical) |
Endpoint detail
Available on /endpoints/:endpointId.
| Key | Action |
|---|---|
b | Back to endpoints list |
e | Edit endpoint (requires authentication) |
Dashboard
| Key | Action |
|---|---|
r | Refresh the dashboard data (refetch all queries) |
Alerts page
| Key | Action |
|---|---|
r | Refresh the alerts list |
The Alerts page also has a per-section Select toggle button (top-right of each section card) that reveals row checkboxes and a bulk action toolbar — silence presets for active alerts, Clear for resolved alerts. See the Alerts page guide for more on bulk operations.