* Set every page to have defaults of 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/enterprise-licensing pages to have 'Enterprise' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/recorded-queries pages to have labels cloud,enterprise * Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set administration/stats-and-license pages to have labels cloud,enterprise * Set alerting pages to have labels cloud,enterprise,oss * Set breaking-changes pages to have labels cloud,enterprise,oss * Set dashboards pages to have labels cloud,enterprise,oss * Set datasources pages to have labels cloud,enterprise,oss * Set explore pages to have labels cloud,enterprise,oss * Set fundamentals pages to have labels cloud,enterprise,oss * Set introduction/grafana-cloud pages to have labels cloud Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix introduction pages products Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set panels-visualizations pages to have labels cloud,enterprise,oss * Set release-notes pages to have labels cloud,enterprise,oss * Set search pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss * Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise * Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Set troubleshooting pages to have labels cloud,enterprise,oss * Set whatsnew pages to have labels cloud,enterprise,oss * Apply updated labels from review Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
116 lines
4.5 KiB
Markdown
116 lines
4.5 KiB
Markdown
---
|
|
aliases:
|
|
- ../panels/add-panels-dynamically/
|
|
- ../panels/configure-panel-options/
|
|
- ../panels/repeat-panels-or-rows/
|
|
- ../panels/working-with-panels/add-title-and-description/
|
|
- ../panels/working-with-panels/view-json-model/
|
|
keywords:
|
|
- panel
|
|
- dynamic
|
|
- add
|
|
- title
|
|
- description
|
|
- JSON model
|
|
labels:
|
|
products:
|
|
- cloud
|
|
- enterprise
|
|
- oss
|
|
menuTitle: Configure panel options
|
|
title: Configure panel options
|
|
weight: 2
|
|
---
|
|
|
|
# Configure panel options
|
|
|
|
A Grafana panel is a visual representation of data that you can customize by defining a data source query, transforming and formatting data, and configuring visualization settings.
|
|
|
|
A panel editor includes a query builder and a series of options that you can use to transform data and add information to your panels.
|
|
|
|
This topic describes how to:
|
|
|
|
- Open a panel for editing
|
|
- Add a panel title and description
|
|
- View a panel JSON model
|
|
- Configure repeating rows and panels
|
|
|
|
## Edit a panel
|
|
|
|
After you add a panel to a dashboard, you can open it at any time to change or update queries, add data transformation, and change visualization settings.
|
|
|
|
1. Open the dashboard that contains the panel you want to edit.
|
|
|
|
1. Hover over any part of the panel to display the actions menu on the top right corner.
|
|
|
|
1. Click the menu and select **Edit**.
|
|
|
|

|
|
|
|
To use a keyboard shortcut to open the panel, hover over the panel and press `e`.
|
|
|
|
The panel opens in edit mode.
|
|
|
|
## Add a title and description to a panel
|
|
|
|
Add a title and description to a panel to share with users any important information about the visualization. For example, use the description to document the purpose of the visualization.
|
|
|
|
1. [Edit a panel](#edit-a-panel).
|
|
|
|
1. In the panel display options pane, locate the **Panel options** section.
|
|
|
|
1. Enter a **Title**.
|
|
|
|
Text entered in this field appears at the top of your panel in the panel editor and in the dashboard.
|
|
|
|
1. Write a description of the panel and the data you are displaying.
|
|
|
|
Text entered in this field appears in a tooltip in the upper-left corner of the panel.
|
|
|
|
You can use [variables you have defined]({{< relref "../../dashboards/variables/" >}}) in the **Title** and **Description** field, but not [global variables]({{< relref "../../dashboards/variables/add-template-variables/#global-variables" >}}).
|
|
|
|

|
|
|
|
## View a panel JSON model
|
|
|
|
Explore and export panel, panel data, and data frame JSON models.
|
|
|
|
1. Open the dashboard that contains the panel.
|
|
|
|
1. Hover over any part of the panel to display the actions menu on the top right corner.
|
|
1. Click the menu and select **Inspect > Panel JSON**.
|
|
1. In the **Select source** field, select one of the following options:
|
|
|
|
- **Panel JSON:** Displays a JSON object representing the panel.
|
|
- **Panel data:** Displays a JSON object representing the data that was passed to the panel.
|
|
- **DataFrame structure:** Displays the data structure of the panel, including any transformations, field configurations, and override configurations that have been applied.
|
|
|
|
1. To explore the JSON, click `>` to expand or collapse portions of the JSON model.
|
|
|
|
## Configure repeating panels
|
|
|
|
You can configure Grafana to dynamically add panels or rows to a dashboard. A dynamic panel is a panel that the system creates based on the value of a variable. Variables dynamically change your queries across all panels in a dashboard. For more information about repeating rows, refer to [Configure repeating rows](../add-organize-panels/#configure-repeating-rows).
|
|
|
|
{{% admonition type="note" %}}
|
|
Repeating panels require variables to have one or more items selected; you cannot repeat a panel zero times to hide it.
|
|
{{% /admonition %}}
|
|
|
|
To see an example of repeating panels, refer to [Prometheus dashboard with repeating panels](https://play.grafana.org/d/000000036/prometheus-repeat).
|
|
|
|
**Before you begin:**
|
|
|
|
- Ensure that the query includes a multi-value variable.
|
|
|
|
**To configure repeating panels:**
|
|
|
|
1. [Edit the panel](#edit-a-panel) you want to repeat.
|
|
|
|
1. On the display options pane, click **Panel options > Repeat options**.
|
|
|
|
1. Select a `direction`.
|
|
|
|
- Choose `horizontal` to arrange panels side-by-side. Grafana adjusts the width of a repeated panel. Currently, you cannot mix other panels on a row with a repeated panel.
|
|
- Choose `vertical` to arrange panels in a column. The width of repeated panels is the same as the original, repeated panel.
|
|
|
|
1. To propagate changes to all panels, reload the dashboard.
|