New Sciple is live. Connect your AWS in 10 minutes and explore the platform with a sandbox workspace. Book a demo

Creating dashboards

Dashboards bring your metrics and logs onto one canvas. This guide walks through creating a dashboard, adding panels, arranging them, and sharing the result. It takes about ten minutes.

Before you start. Dashboards are powered by your connected data sources. You need at least a Prometheus connection before you can create one. Until then the New Dashboard button stays disabled and a short setup checklist is shown in its place. See Connecting data sources first.

Step 1. Open Dashboards

From the Observability area, open Dashboards. You will see the dashboards you already have, each as a card with its panel count and the date it was last updated.

The Dashboards list with cards for existing dashboards. New Dashboard and Import are marked in the top right.
  1. 1 Create a dashboard from scratch with New Dashboard.
  2. 2 Bring one in from a file with Import, which is useful for moving a dashboard between environments.

Step 2. Name the dashboard

Give the dashboard a name, and optionally a short description so teammates know what it is for. You can change both later.

The New Dashboard dialog with Name and Description fields and a Create button.
  1. 1 Enter a Name.
  2. 2 Add an optional Description.
  3. 3 Click Create. You land on the empty dashboard, ready for panels.

Step 3. Enter edit mode and add a panel

A new dashboard starts empty. Switch into edit mode to add panels and rearrange the layout. In edit mode the grid becomes draggable and each panel gains its own edit, duplicate, and delete controls.

A dashboard in edit mode, with the Add Panel and Save buttons highlighted in the toolbar.
  1. 1 Click Add Panel to open the panel editor.
  2. 2 When you are done, Save exits edit mode and stores the layout.

Step 4. Configure the panel

Each panel pulls from one of three categories. Metric panels draw charts from Prometheus or CloudWatch as a line, bar, stat, or gauge. Log panels show a raw or aggregated log table from your log sources. Text panels hold a heading or note and fetch no data, which is handy for labelling sections of a busy board.

The Add Panel editor showing Title, Category, Panel type, Data source, and query fields.
  1. 1 Give the panel a Title.
  2. 2 Pick a Category of Metric, Log, or Text.
  3. 3 Choose the Panel type (line, bar, stat, gauge, and so on).
  4. 4 Select the Data source to read from.
  5. 5 Write one or more queries, adding a label to each so the legend stays readable.
  6. 6 Save Panel to drop it onto the grid.

Step 5. Arrange and save

Back on the grid, drag panels to reposition them and pull a panel’s edge to resize it. The layout uses a twelve-column grid, so panels snap into tidy rows. When the board looks right, click Save to leave edit mode.

The finished dashboard is read-only by default, so a casual viewer can’t move things by accident. Use the time-range control to change the window every panel covers, and Export to download the dashboard as a file you can import elsewhere.

A finished dashboard with a text panel and a memory metrics line chart, plus the time range, Export, and Edit controls.
  1. 1 Set the time range shared by every panel.
  2. 2 Export the dashboard to a file.
  3. 3 Re-enter Edit at any time to change panels or layout.

Sharing and permissions

Open Dashboard Settings from the gear beside the title to rename the dashboard or manage who can see it. Access is granted per user with one of three roles: a Viewer can open the dashboard, an Editor can add and edit panels, and an Admin can manage permissions and delete the dashboard.

What is next