Skip to content

Commit

Permalink
Authoring in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitnewrelic committed Jan 21, 2025
1 parent f7d94d3 commit f87796d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Here are all our available NerdGraph docs:
* [Dashboards: charts and widgets](/docs/apis/nerdgraph/examples/create-widgets-dashboards-api)
* [Export dashboards to other accounts](/docs/apis/nerdgraph/examples/export-import-dashboards-using-api/)
* [Export dashboards as files](/docs/apis/nerdgraph/examples/export-dashboards-pdfpng-using-api/)
* [Manage externally shared dashboards](/docs/apis/nerdgraph/examples/manage-live-dashoard-urls-via-api)
* [Manage externally shared dashboards](/docs/apis/nerdgraph/examples/manage-live-dashboard-urls-via-api)
* [Manage externally shared charts](/docs/apis/nerdgraph/examples/manage-live-chart-urls-via-api)
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Click a dashboard to open its charts. A dashboard page includes these features:
id="dash-share"
title="Share your dashboard"
>
You can [share your dashboard with your internal team](/docs/query-your-data/explore-query-data/dashboards/share-dashboard-internally) via a permalink. To share the dashboard with viewers outside your New Relic organization, you need to create publicly accessible live dashboard URLs and share them. This can be done using both the [UI](/docs/query-your-data/explore-query-data/dashboards/share-charts-dashbords-externally) and [NerdGraph](/docs/apis/nerdgraph/examples/manage-live-dashoard-urls-via-api). When sharing the dashboard externally, you can set an expiration date for the shared dashboard URL.
You can [share your dashboard with your internal team](/docs/query-your-data/explore-query-data/dashboards/share-dashboard-internally) via a permalink. To share the dashboard with viewers outside your New Relic organization, you need to create publicly accessible live dashboard URLs and share them. This can be done using both the [UI](/docs/query-your-data/explore-query-data/dashboards/share-charts-dashbords-externally) and [NerdGraph](/docs/apis/nerdgraph/examples/manage-live-dashboard-urls-via-api). When sharing the dashboard externally, you can set an expiration date for the shared dashboard URL.

<Callout variant="caution"> Anyone with the live dashboard URL can view all the information from the dashboard. Share information carefully and in accordance with your company's internal policies and procedures.</Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This feature includes multiple security layers and conditions to ensure controll
## Share your dashboard [#share-dashboard]
You can share your dashboard by generating a live dashboard URL and managing its expiration duration. Additionally, you can view the list of generated URLs with details and revoke them at any time from the New Relic platform. To ensure security and compliance, monitor the audit trail for creating, updating, or revoking shared dashboard URLs.

Check notice on line 32 in src/content/docs/query-your-data/explore-query-data/dashboards/share-charts-dashbords-externally.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] src/content/docs/query-your-data/explore-query-data/dashboards/share-charts-dashbords-externally.mdx#L32

[new-relic.ComplexWords] Consider using 'check' or 'watch' instead of 'monitor'.
Raw output
{"message": "[new-relic.ComplexWords] Consider using 'check' or 'watch' instead of 'monitor'.", "location": {"path": "src/content/docs/query-your-data/explore-query-data/dashboards/share-charts-dashbords-externally.mdx", "range": {"start": {"line": 32, "column": 262}}}, "severity": "INFO"}

<Callout variant="caution">You can also create and manage live dashboard URLs through the [NerdGraph API](/docs/apis/nerdgraph/examples/manage-live-dashoard-urls-via-api). </Callout>
<Callout variant="caution">You can also create and manage live dashboard URLs through the [NerdGraph API](/docs/apis/nerdgraph/examples/manage-live-dashboard-urls-via-api). </Callout>

### Create a live dashboard URL [#create-dashboard-url]
To create a publicly accessible live URL for your dashboard:
Expand Down
2 changes: 1 addition & 1 deletion src/nav/telemetry-data-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pages:
- title: Manage public sharing chart URLs
path: /docs/apis/nerdgraph/examples/manage-live-chart-urls-via-api
- title: Manage public sharing dashboard URLs
path: /docs/apis/nerdgraph/examples/manage-live-dashboard-urls-via-api
path: /docs/apis/nerdgraph/examples/manage-live-dashboard-urls-via-api
- title: 'Distributed tracing'
pages:
- title: View trace details
Expand Down

0 comments on commit f87796d

Please sign in to comment.