Skip to content

Commit

Permalink
Merge pull request newrelic#15584 from newrelic/fix-csv-export
Browse files Browse the repository at this point in the history
feat(data): rewrite doc w/ refreshed content
  • Loading branch information
bradleycamacho authored Jan 24, 2024
2 parents 1ec0706 + 73e933c commit 23b60b3
Showing 1 changed file with 43 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,59 @@ redirects:
freshnessValidatedDate: never
---

import dashboardsDashboardMenu from 'images/dashboards_screenshot-crop_dashboard-menu.webp'
You can use [dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/) to visualalize and track your system's health, tackle issues, and plan any further steps. Learn to share all that information with your team, customers, or other stakeholders with various import and export options.

## Import dashboards

[Dashboards](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/) is a powerful tool to visualize and track how your system is doing, and allows you to tackle issues and plan next steps. Learn to share all that information with your team, customers, or other stakeholders, using the following options to import, share and export dashboards, or add and share charts (or other content) in a dashboard.
At the [dashboards index](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#get-started), you can **[import a dashboard as JSON](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#dashboards-import)**.

## Import, share, and export dashboards [#dashboards]
## Export dashboards

At the [dashboards index](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#get-started), you can **[import a dashboard as JSON](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#dashboards-import)**.

From any dashboard, share it with one of these options:
You can export your dashboard as either a comma-seperated file(CSV) or a PDF.

* Copy the dashboard's permalink.
* Copy your dashboard **as JSON** and add it to the clipboard by clicking on the **</>** icon on the right corner.
* Export your dashboard **as a pdf file** clicking the <Icon name="fe-download"/> icon.
<Tabs>
<TabsBar>
<TabsBarItem id="1">
Export CSV
</TabsBarItem>
<TabsBarItem id="2">
Export PDF
</TabsBarItem>
</TabsBar>

<img
title="dashboard_menu.png"
alt="Dashboard menu.png"
src={dashboardsDashboardMenu}
/>
<TabsPages>
<TabsPageItem id="1">

You can also [duplicate your dashboard](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#dashboards-clone).
From any dashboard, export charts as CSVs by clicking the dropdown in the top right of a chart and selecting **Export as CSV**. This will download your data as a CSV.

While powerful, exporting as a CSV has limitations. A few things to keep in mind:

- Data always exports in UTC time (-7:00)
- Export doesn't support aggregator functions like `average()`
- Export doesn't support the `COMPARE_WITH` clause

</TabsPageItem>
<TabsPageItem id="2">

## Add and share charts and content from your dashboards [#charts]
Export your dashboard as a pdf file by clicking the `...` button in the top right and selecting **Export dashboard as PDF**.

</TabsPageItem>
</TabsPages>
</Tabs>


## Share dashboards
From any dashboard, share it with one of these options:

* Copy the dashboard's permalink by clicking the link icon in the top right of a dashboard. Permalinks share a direct link to the dashboard.
* Copy your dashboard **as JSON** and add it to the clipboard by clicking the `...` button in the top right and selecting **Copy JSON to clipboard**.

You can also [duplicate your dashboard](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#dashboards-clone).

### Add new content to a dashboard [#charts-add]
## Add new content to a dashboard [#charts-add]

You can add new content to any dashboard from [metrics and events](/docs/query-your-data/explore-query-data/data-explorer/introduction-data-explorer) and [query builder](/docs/introduction-chart-builder) features.
You can add new content in the form of [metrics and events](/docs/query-your-data/explore-query-data/data-explorer/introduction-data-explorer) to any dashboard through the [query builder](/docs/introduction-chart-builder) feature.

Also, in a given dashboard, to add content:

Expand All @@ -46,7 +71,7 @@ Also, in a given dashboard, to add content:

From any chart, use the chart action menu on the upper right corner to **copy or duplicate** the chart.

### Troubleshooting chart errors [#chart-error-messages]
## Troubleshooting chart errors [#chart-error-messages]

When adding charts you may come across these error messages:

Expand Down

0 comments on commit 23b60b3

Please sign in to comment.