Sharing and embedding dashboards
To share a dashboard or a panel
- Open a dashboard and click the Share icon
.
If you are sharing only a panel, click the title header of a panel and click the Share icon. - On the Share page, select one of the tabs depending on how you want to share the dashboard or panel.
Link — Copy and share the link that you can see in this tab. You can choose to share the dashboard or panel with its current time range and template variables. You can also select a theme.
Snapshot — Share a dashboard or panel instantly with users inside or outside your organization. When you share a snapshot, sensitive data is removed and only the metrics data is displayed. While sharing, you can add a name for the snapshot and add an expiry time. The snapshot will not be available after the expiry time. You can also choose to configure a timeout for the dashboard or panel to collect data before taking a snapshot. For more information, click here.
- Export — Save or view the dashboard or panel as a JSON object.
Download — Save or view a dashboard or panel as a PDF, XLS, or CSV file. You can select the page layout for the PDF. You can also configure the formats to download a dashboard. For more information, see To configure variable for supported report formats.
To embed dashboards or panels in external applications
As a tenant administrator or an editor, embed dashboards or panels into any external application by using an iframe. By doing so, you can view a dashboard or a panel directly from an external application without logging into BMC Helix Dashboards.
- Open a dashboard and click a panel title.
- Click Share.
- In the Share Panel dialog box, select the Embed tab.
Copy the HTML Code displayed in the Embed HTML box and paste it into the external application to view the panel.
<iframe src="https://<tenantURL>/dashboards/d-solo/UID-EVENTDATA/event-data?orgId=6881408&from=1646032655008&to=1646205455008&panelId=6" width="450" height="200" frameborder="0"></iframe>In the above URL:
- EVENTDATA indicates the dashboard's UID.
- from=1646032655008&to=1646205455008 indicates the date/time range for which the data will be displayed in the external application.
- panelId=6 indicates the panel that you want to embed.
- width="450" height="200" indicates the size of the panel that will be displayed in the external application.
(Optional) If you want to embed a dashboard in an external application, copy the URL of the dashboard as displayed on your computer screen and create an iframe URL:
<iframe src="https://<tenantURL>/dashboards/d/UID-EVENTDATA/event-data?orgId=6881408&kiosk=tv&from=1646032655008&to=1646205455008 width="800" height="400" frameborder="0"></iframe>where kiosk=tv indicates that the dashboard will be displayed in cycle view mode.