Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions app/_landing_pages/custom-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions app/_landing_pages/observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading