In New Relic, you can share individual charts with viewers outside your organization, even if they don't have a New Relic account. Charts are accessible via live URLs that you create from the New Relic platform. You can also embed the live URL in an iframe, which allows you to integrate real-time chart views into internal portals, status pages, or other web applications.
Caution
Anyone with a live chart URL can view all the information from the chart. Share information carefully and in accordance with your company's internal policies and procedures.
Tip
You can create live chart URLs through both the UI and the NerdGraph API. However, you can only manage (view, update, or delete) live chart URLs through the NerdGraph API.
Access management
To share charts publicly, configure a custom role with the appropriate permissions and assign the user to a group with access to the relevant accounts.
A user with any user type can manage user access to chart sharing, provided they are in at least one group with the Authentication domain manager organization-scoped role.
Configure user roles and permissions
Create a custom role (or add to an existing one) with the permissions your user needs:
Action | Permission |
|---|---|
View own live URL details |
|
Create live URLs and update their properties |
|
Revoke own live URLs |
|
View all live URL details in the account |
|
Revoke any live URL in the account |
|
Grant access
After you create the custom role, grant access to the relevant account. For detailed steps, see Create access grants.
When creating the access grant, make sure you:
- Select Account as the grant type.
- Select the group that will receive access.
- Select the custom role you created.
- Select the account that sources the chart data.
Share a chart
To generate a shareable link for your chart:
- Go to one.newrelic.com > Dashboards.
- Open the dashboard that contains the chart.
- In the top-right corner of the chart, click the icon.
- Select Get chart link. A notification confirms that the public link was created and copied to your clipboard.
- To open the live chart page, click the notification, or paste the copied URL in a new tab.
Related topics
Introduction to public sharing
Introduction to public sharing for dashboards and charts, with availability details.
Share dashboards publicly
Share entire dashboards with external viewers via live URLs, with password protection and expiration controls.
Manage live chart URLs via NerdGraph
Programmatically create, manage, and revoke live chart URLs using the NerdGraph API.