# Custom Dashboards

May 5, 2026

Linked widgets (Early access)

**Linked widgets** — Reuse widgets across Custom Dashboards without recreating them. Browse the Widgets library to find widgets across your team's dashboards, drag one into your dashboard, and it appears with a purple **Linked** badge. The widget stays in sync with the source and updates automatically when the original changes. Use **Go to source dashboard** to view the source, or **Unlink** to convert it into a standalone, editable widget. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/linked-widgets/index.md)**

This feature is in early access and available to selected customers. Contact your account manager to request access.

Apr 20, 2026

Dashboards List, auto refresh, date format, and variables

**Dashboards List and Folders** — Dashboards are now organized in a folder-based catalog. Create folders, drag dashboards between them, rename dashboards and folders, and search across your entire catalog from the Dashboards List panel. Use the **All Dashboards** link in the dashboard header to navigate back to the list at any time. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/manage-dashboard-catalog/index.md)**

**Auto refresh** — Set a refresh interval (1m, 2m, 5m, 15m) on any Custom Dashboard to reload widget data automatically. Visual Explorer supports additional short intervals (15s, 30s). Use the pause/play controls to temporarily stop refresh without changing the selected interval. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/auto-refresh/index.md)**

**X-axis and time-axis date format** — Control how time labels appear on the X-axis of Vertical Bar Charts and Heatmaps with a new Date Format dropdown. Choose from 8 formats including Auto (adaptive), DD/MM, MM/DD, HH:mm, and combined date+time variants. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/vertical-bar-charts/index.md)**

**Variables: Sort None and metric label improvements** — Static variable values now support **Sort: None** to preserve user-defined order—useful for interval variables such as 1m/5m/15m. The metric name is now optional when creating a Metric label variable. Variable value previews are capped at 1,000 results with substring search as a fallback. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-variables/index.md)**

**Sub-daily scheduled reports (limited beta)** — Schedule dashboard PDF reports every 4, 8, or 12 hours in addition to the existing daily, weekly, and monthly options. Contact support to enable sub-daily scheduling for your team. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/save-a-dashboard-as-a-pdf/index.md)**

Apr 1, 2026

Stat Widget and timestamp variables

Stat Widget — Display a single key metric with color-coded thresholds, value mappings (Range, Value, Regex), and multi-value mode. Supports the new Datetime ISO unit type for converting Unix timestamps to human-readable format. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/stat-widget/index.md)**

Absolute timestamp variables for Custom Actions — Two new variables, `$p.timeRange.startTimestamp` and `$p.timeRange.endTimestamp`, output absolute Unix timestamps regardless of whether the dashboard uses a relative time range. Use them for cross-module drill-downs where the target requires absolute timestamps. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-custom-actions/index.md)**

Filter In and Filter Out for Dynamic Widget table view — Right-click any cell value to filter results directly from the table without editing your query. Includes documented limitations for URL persistence, multi-query (join) tables, and text/JSON views. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/dynamic-widget/#filter-table-results-with-filter-in-and-filter-out)**

Variables improvements — Static variable values now support a Sort: None option to preserve the exact order values were defined, which is useful for interval variables such as `1m`, `5m`, and `15m`. Metric label variables no longer require a metric name; if left blank, label names are fetched across all available metrics. The values preview shows up to 1,000 results, with substring search available when results are truncated. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-variables/index.md)**

Date Format for time-axis bar charts — Vertical bar charts with a time-based X axis now include a Date Format setting. Select from eight display formats, including Auto (adaptive), date-only, time-only, and combined date and time options. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/vertical-bar-charts/index.md)**

Auto refresh for Custom Dashboards — Set a refresh interval to automatically reload all widget data at a fixed cadence. All widgets in the dashboard refresh together. Supports intervals of 1m, 5m, and 15m, with additional 15s and 30s options in Visual Explorer. Refresh pauses automatically when the browser tab is not in focus. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/auto-refresh/index.md)**

Mar 17, 2026

Time Interval config and multi-query bar charts

Configure Time Interval for time-axis widgets — New guide explaining how interval settings work, including Auto and Manual modes, Max data points, Min interval, and the effective interval applied by the system. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/configure-time-interval/index.md)**

Multi-query support for bar charts — Combine multiple queries in a single vertical or horizontal bar chart to compare results side by side across shared categories such as service, city, or severity. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/multiple-queries-in-custom-dashboards/#multi-query-in-bar-charts)**

Filters and Variables now persist in shared dashboard URLs — Save behavior for shared links updated to include active filters and variable state. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/share-dashboard-content/#save-behavior-for-all-shared-links)**

Filter URL syntax for Custom Actions — Pass filter selections between dashboards using the `f-<filter-name>=<value>` parameter format, including support for multiple values, exclusions, and combined variable and filter parameters in a single URL. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-custom-actions/#link-to-dashboards-using-filter-parameters)**

Jan 21, 2026

Dashboard Version History and Geomap Widget

Manage Dashboard Version History for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/manage-dashboard-version-history/index.md)**

Geomap Widget for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/geomap-widget/index.md)**

Multi-Query for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/multiple-queries-in-custom-dashboards/index.md)**

Display name property for Dynamic Widget. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/dynamic-widget/index.md)**

Dec 4, 2025

Share Dashboard URLs and Dynamic Widget

Share Dashboard URLs for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/share-dashboard-content/index.md)**

Export Widget Data to CSV for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/export-widget-data-to-csv/index.md)**

Dynamic Widget for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/dynamic-widget/index.md)**

Build Dynamic Tables for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/build-a-dynamic-table-widget/index.md)**

Nov 14, 2025

Heatmap Widget and Policy-Based Access Control

Heatmap for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/heatmap-widget/index.md)**

Policy-Based Access Control, supporting API Keys and Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/aaa/access-control/policies/index.md)**

October 2025

Variables and annotations

Variables for Custom Dasbhoards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-variables/index.md)**

Annotations for Custom Dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-annotations/index.md)**

June 2025

Custom actions

Create and manage custom actions — Custom actions let you turn insights into action, right from your dashboards. Build internal or external links based on widget data. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-and-manage-custom-actions/index.md)**

October 2024

Query Builder and Multi-Gauge

Simplify query building in Custom Dashboards — Query faster and more intuitively with the Query Builder, now available in custom dashboards for logs, metrics, and spans. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/query-builder/index.md)**

Flexible, unified views in Custom Dashboards — Gain a comprehensive, polystat view of your system with our new Multi-Gauge. Also, set individual time frames for widgets with the widget time picker. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/gauges/multi-gauges/index.md)**

August 2024

Scheduled Reporting

Empower your team with Scheduled Reporting — Deliver the power of Coralogix directly to any inbox with scheduled reports to visualize your logs, metrics, and tracing data. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/save-a-dashboard-as-a-pdf/index.md)**

April 2024

Stacked line charts and Permalink sharing

New custom dashboard views + easier sharing — Visualize the cumulative contribution of various data points over time with stacked line charts, then use our new Permalink feature to share a snapshot of a dashboard. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

March 2024

DataPrime Widget auto-visualizations

Dynamic Query Visualization with DataPrime Widget — Bridge the gap between your data and actionable insight with our DataPrime Widget—now with auto-generated visualizations and modification suggestions. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/dataprime-widget/index.md)**

February 2024

Annotations and folder drag and drop

Get Immediate Context with Dashboard Annotations — Add Annotations to your Custom Dashboards to spotlight and give context to crucial events. You can also now create folders using drag and drop to better organize your dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/create-annotations/index.md)**

January 2024

Import/export and metric search

Easily Import and Export Custom Dashboard — Effortlessly share your custom dashboards across teams within your organization by importing and exporting them. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/import-and-export-custom-dashboards/index.md)**

View Metrics And What They Monitor — Adding metrics to your Custom Dashboard? You can now use free text to search for a metric of your choice and see what that metric monitors. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

September 2023

Interlinked filters and Markdown Widget

Dashboard Improvements — Exciting dashboard updates include interlinked filters, stacked bar charts, and a new colour scheme for graphs. Plus, enjoy design flexibility with the new Markdown Widget and query archived data within custom dashboards. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

August 2023

90-day time range and line chart alerts

Dashboard Improvements — Custom dashboards now support a longer time range (90 days). Line chart widgets can now create alerts. Money added as a new unit set. Enhanced multi-query editing with hide, rename and duplicate options. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

July 2023

Multiple queries per widget and bar chart grouping

Multiple Queries within a Single Widget — Custom dashboards now support multiple queries, allowing you to compare logs, metrics and spans on the same line chart. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/tutorials/multiple-queries-in-custom-dashboards/index.md)**

Bar Chart Additions — Bar charts in custom dashboards now have the option to group charts either by time buckets or multiple group-by values. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/vertical-bar-charts/index.md)**

Dashboard Improvements — Multiple group-by fields for Spans in pie/bar/line charts, tooltip tab improvements, pie chart display threshold, follow-up actions in Line Chart legends, multiple y-axes enhancements. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

June 2023

Pie and bar chart widgets

Dashboard Improvements — Pie charts and bar charts added as new widget types. Upgraded data tables with 'values over time' graph. All 5 widget types now support all 3 data types. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

May 2023

Pie Chart widget and Save As

Dashboard Improvements — Pie Chart added as new visualization widget. 'Metrics' added as a new filter type. 'Save As' button to clone dashboards. 'Show Only Errors' button for span-based widgets. Go to Platform >. **[Learn more](https://dashboard.coralogix.com/#/login)**

March 2023

Spans as a data source

Spans in Custom Dashboards — Custom Dashboards are now more flexible. Use spans as a new data source, along with logs and metrics. View Documentation >. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

February 2023

Custom Dashboards launch

New! Custom Dashboards — Create unlimited, personalized custom dashboards. Use three new visualizations – Data Table, Line Chart, and Gauge – to define and create a dashboard catered to your specific observability needs. View Documentation >. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/getting-started/index.md)**

October 2022

Stacked severity logs and help tooltips

Dashboard Updates — Logs Graph Grouped by Severity now stacks severity types with breakdown tooltip. Help Tooltips added to dashboard widgets. Top 3 Abnormal Errors now differentiates 'Above Normal' vs 'Newly Introduced'. View Dashboard >. **[Learn more](https://dashboard.coralogix.com/#/login)**

August 2022

Revamped system health dashboard

New & Improved Dashboard! — Get an overview of your system health with more in-depth widgets showing a summary of your anomalies, alerts, and more. Open Dashboard >. **[Learn more](https://dashboard.coralogix.com/#/login)**

June 2022

DataMap Group Editor updates

DataMap Updates — In the Group Editor, new options to sort by attributes, scale threshold values, and limit hexagons per group. New 'Compare to others' functionality. Learn More >. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/polystat-widget/index.md)**

May 2022

DataMap launch

DataMap — Build custom mappings of your infrastructure, log-based, and business metrics to visualize and monitor your system health. Learn More >. **[Learn more](https://coralogix.com/docs/user-guides/custom-dashboards/widgets/polystat-widget/index.md)**
