@ -28,7 +28,6 @@ When you create a library panel, the panel on the source dashboard is converted
1. In the panel display options, click the down arrow option to bring changes to the visualization.
{{<figuresrc="/static/img/docs/library-panels/create-lib-panel-from-edit-8-0.png"class="docs-image--no-shadow"max-width="800px"caption="Screenshot of the edit panel">}}
1. Click the **Library panels** option, and then click **Create library panel** to open the create dialog.
{{<figuresrc="/static/img/docs/library-panels/create-lib-panel-8-0.png"class="docs-image--no-shadow"max-width="500px"caption="Screenshot of the create library panel dialog">}}
1. In **Library panel name**, enter the name.
1. In **Save in folder**, select the folder to save the library panel.
1. Click **Create library panel** to save your changes.
You can save a playlist and add it to your **Playlists** page, where you can start it. Be sure that all the dashboards you want to appear in your playlist are added when creating or editing the playlist before saving it.
@ -70,12 +70,6 @@ Only organization administrators can create reports by default. You can customiz
- **Send test email:** To verify that the configuration works as expected. You can choose to send this email to the recipients configured for the report, or to a different set of email addresses only used for testing.
> **Note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) version 7.5 and later behind the `reportVariables` feature flag, Grafana Enterprise version 8.0 and later without a feature flag, and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud/).
@ -142,8 +136,6 @@ A background job runs every 10 minutes and removes temporary CSV files. You can
Scheduled reports can be sent once, or repeated on an hourly, daily, weekly, or monthly basis, or sent at custom intervals. You can also disable scheduling by selecting **Never**, for example to send the report via the API.
- **Send now** sends the report immediately after you save it. To stop sending the report at some point in the future, add an end date. If you leave the end date empty, the report is sent out indefinitely.
@ -169,8 +161,6 @@ When you schedule a report with a monthly frequency, and set the start date betw
The last saved version of the report will be sent to selected emails. You can use this to verify emails are working and to make sure the report is generated and displayed as you expect.
> **Note:** Available in [Grafana Enterprise]({{< relref "../../introduction/grafana-enterprise/" >}}) version 8.0 and later, and [Grafana Cloud Pro and Advanced](/docs/grafana-cloud/).
@ -257,8 +247,6 @@ Email branding:
- **Footer link text:** Text of the link in the report email footer. Defaults to `Grafana`.
- **Footer link URL:** Link of the report email footer.
To troubleshoot and get more log information, enable debug logging in the configuration file. Refer to [Configuration]({{< relref "../../setup-grafana/configure-grafana/#filters" >}}) for more information.
If you want to export a dashboard for others to use, you can add template variables for things like a metric prefix (use a constant variable) and server name.
@ -110,9 +106,6 @@ A template variable of the type `Constant` will automatically be hidden in the d
### Import a dashboard
1. Click **Dashboards > Import** in the side menu.
@ -59,8 +59,6 @@ You can share a dashboard as a direct link or as a snapshot. You can also export
The share dialog opens and shows the **Link** tab.

### Share a direct link
The **Link** tab shows the current time range, template variables, and the default theme. You can also share a shortened URL.
@ -77,8 +75,6 @@ A dashboard snapshot shares an interactive dashboard publicly. Grafana strips se
You can publish snapshots to your local instance or to [snapshots.raintank.io](http://snapshots.raintank.io). The latter is a free service provided by Grafana Labs that enables you to publish dashboard snapshots to an external Grafana instance. Anyone with the link can view it. You can set an expiration time if you want the snapshot removed after a certain time period.
1. Click **Local Snapshot** or **Publish to snapshots.raintank.io**.
Grafana generates a link of the snapshot.
@ -91,8 +87,6 @@ If you created a snapshot by mistake, click **Delete snapshot** to remove the sn
Grafana dashboards can easily be exported and imported. For more information, refer to [Export and import dashboards]({{< relref "./manage-dashboards/#export-and-import-dashboards" >}}).
You can generate and save PDF files of any dashboard.
@ -114,8 +108,6 @@ You can share a panel as a direct link, as a snapshot, or as an embedded link. Y
The share dialog opens and shows the **Link** tab.

### Use direct link
The **Link** tab shows the current time range, template variables, and the default theme. You can optionally enable a shortened URL to share.
@ -149,8 +141,6 @@ A panel snapshot shares an interactive panel publicly. Grafana strips sensitive
You can publish snapshots to your local instance or to [snapshots.raintank.io](http://snapshots.raintank.io). The latter is a free service provided by [Grafana Labs](https://grafana.com), that enables you to publish dashboard snapshots to an external Grafana instance. You can optionally set an expiration time if you want the snapshot to be removed after a certain time period.
The result is an interactive Grafana graph embedded in an iframe.
### Library panel
To create a library panel from the **Share Panel** dialog:
1. Click **Library panel**.
{{<figuresrc="/static/img/docs/library-panels/create-lib-panel-8-0.png"class="docs-image--no-shadow"max-width="900px"caption="Screenshot of the create library panel dialog">}}
1. In **Library panel name**, enter the name.
1. In **Save in folder**, select the folder in which to save the library panel. By default, the General folder is selected.
1. Click **Create library panel** to save your changes.
{{<figuresrc="/static/img/docs/explore/access-explore-7-4.png"max-width="650px"caption="Screenshot of the new Explore Icon">}}
An empty Explore tab opens.
Alternately to start with an existing query in a panel, choose the Explore option from the Panel menu. This opens an Explore tab with the query from the panel and allows you to tweak or iterate in the query outside of your dashboard.
{{<figuresrc="/static/img/docs/explore/panel_dropdown-7-4.png"class="docs-image--no-shadow"max-width="650px"caption="Screenshot of the new Explore option in the panel menu">}}
{{<figuresrc="/static/img/docs/explore/panel_dropdown-7-4.png"class="docs-image--no-shadow"max-width="650px"caption="Screenshot of the new Explore option in the panel menu">}}
1. Choose your data source from the dropdown in the top left. [Prometheus](https://grafana.com/oss/prometheus/) has a custom Explore implementation, the other data sources use their standard query editor.
1. In the query field, write your query to explore your data. There are three buttons beside the query field, a clear button (X), an add query button (+) and the remove query button (-). Just like the normal query editor, you can add and remove multiple queries.