diff --git a/app/_landing_pages/custom-dashboards.yaml b/app/_landing_pages/custom-dashboards.yaml index e55f079041e..f014fbaebe1 100644 --- a/app/_landing_pages/custom-dashboards.yaml +++ b/app/_landing_pages/custom-dashboards.yaml @@ -94,9 +94,16 @@ rows: - q: Once I create a dashboard from a template, can I customize it? a: | Yes. Templates are intended as starting points. Once you create a dashboard from a template, you can modify tiles, filters, and layouts as needed. - - q: Can I download dashboards as PDF? + - q: | + Can I import a dashboard? + a: | + Yes. From the **Create dashboard** dropdown, select "Import JSON definition", then upload a previously exported dashboard JSON file (from the **Export JSON definition** action) and optionally name the new dashboard. + Importing creates a new dashboard that you access the same way as any other dashboard, so once it's created, it's available to anyone in your org who has access to dashboards. + - q: | + Can I download a dashboard as a PDF? a: | - PDF export is not yet available, but may be considered in a future release. + Yes. Open any dashboard, click the action menu icon, and select "Download as PDF". + The PDF reflects the dashboard's current time range and filters, and anyone with the file can view it, even without a {{site.konnect_short_name}} account. This is useful for sharing insights with stakeholders outside {{site.konnect_short_name}}. - q: Can I upload my own template? a: | Uploading your own template is not yet available, but may be considered in a future release. diff --git a/app/_landing_pages/observability.yaml b/app/_landing_pages/observability.yaml index f51c4bc4b67..04b7ed93142 100644 --- a/app/_landing_pages/observability.yaml +++ b/app/_landing_pages/observability.yaml @@ -107,6 +107,10 @@ rows: {{site.observability}} includes the ability to build organization-specific views with [Custom Dashboards](/custom-dashboards/). You can create them from scratch or use existing templates. The functionality is powered by a robust [API](/api/konnect/analytics-dashboards/), and [Terraform integration](/how-to/automate-dashboard-terraform/). + You can also download or import dashboards: + * Download any dashboard as JSON or a PDF from the action menu in the dashboard view. This is useful for sharing insights with people who don't have a {{site.konnect_short_name}} account. + * Import a dashboard from a previously exported JSON file by selecting "Import JSON definition" from the **Create dashboard** dropdown. This is useful for reusing dashboards and templates across organizations. + - header: type: h2 text: "Access and permissions"