v.23.11New Feature

Configurable Dashboards with New Query Table System

Configurable dashboards. Queries for charts are now loaded using a query, which by default uses a new system.dashboards table. #56771 (Sergei Trifonov).
Introduces configurable dashboards in ClickHouse, enabling chart queries to be loaded dynamically using the new system.dashboards table.

Why it matters

This feature allows users to customize and manage dashboards more flexibly by loading chart data queries from a centralized system table, simplifying dashboard configuration and enhancing usability.

How to use it

Users can create and configure dashboard queries by interacting with the system.dashboards table, which serves as the default source for chart queries in dashboards.