Learn more about Dashboards in the Dashboards overview.
Configuration
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
checksPerPage | number | ❌ | 15 | Number of checks per page (1-20) |
customCSS | object | ❌ | - | Custom CSS styling (Team/Enterprise plans only) |
customDomain | string | ❌ | - | Custom domain (e.g., “status.example.com”) |
customUrl | string | ❌ | - | Subdomain under “checklyhq.com” (required if customDomain not specified) |
description | string | ❌ | - | Text displayed below the header |
enableIncidents | boolean | ❌ | false | Enable incidents |
expandChecks | boolean | ❌ | false | Expand checks by default |
favicon | string | ❌ | - | URL to favicon image |
header | string | ❌ | - | Text displayed at the top of your dashboard |
hideTags | boolean | ❌ | false | Hide tags on the dashboard |
isPrivate | boolean | ❌ | false | Make dashboard private (Team/Enterprise plans only) |
link | string | ❌ | - | URL to redirect when dashboard logo is clicked |
logo | string | ❌ | - | URL to logo image for the dashboard header |
paginate | boolean | ❌ | true | Enable pagination for checks |
paginationRate | number | ❌ | 60 | Pagination interval: 30 | 60 | 300 seconds |
refreshRate | number | ❌ | 60 | Auto-refresh interval: 60 | 300 | 600 seconds |
showHeader | boolean | ❌ | true | Show header and description |
showP95 | boolean | ❌ | true | Show P95 statistics |
showP99 | boolean | ❌ | true | Show P99 statistics |
tags | string[] | ❌ | [] | Tags that filter which checks appear on the dashboard |
useTagsAndOperator | boolean | ❌ | false | Use AND instead of OR for tag filtering |
width | string | ❌ | 'FULL' | Dashboard width: 'FULL' | '960PX' |
Essential Dashboard
Options
Text displayed at the top of your dashboard as the main title.Usage:Use cases: Brand identity, service identification, user clarity.
Text displayed below the header providing additional context about the dashboard.Usage:Use cases: Context provision, scope clarification, user guidance.
Tags that filter which checks appear on the dashboard. Empty array shows all checks.Usage:Examples:Use cases: Service filtering, environment separation, team organization.
Subdomain under “checklyhq.com” for your dashboard (e.g., “my-status” becomes “my-status.checklyhq.com”).Usage:Use cases: Public access, branded URLs, easy sharing.
Required if
customDomain
is not specified. Use lowercase letters, numbers, and hyphens only.Custom domain for your dashboard (e.g., “status.example.com”). Must be verified through the Checkly UI.Usage:Use cases: Brand consistency, professional appearance, domain control.
Custom CSS styling for your dashboard. Only available on Team and Enterprise plans.Usage:Properties:
Use cases: Brand consistency, custom themes, visual identity, enhanced UX.
Parameter | Type | Required | Description |
---|---|---|---|
entrypoint | string | ❌ | Path to a CSS file containing custom styles |
content | string | ❌ | Inline CSS content as a string |
You must provide either
entrypoint
or content
, but not both.