-
Notifications
You must be signed in to change notification settings - Fork 241
DOCS-1702 - Document Copy to Dashboard panel feature #6849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JV0812
wants to merge
1
commit into
main
Choose a base branch
from
DOCS-1702-copy-to-dashboard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| title: Copy a Dashboard Panel (Dashboards) | ||
| image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 | ||
| keywords: | ||
| - dashboards | ||
| - panels | ||
| - copy to dashboard | ||
| hide_table_of_contents: true | ||
| --- | ||
|
|
||
| We're excited to introduce **Copy to Dashboard**, a new way to copy an existing panel from one dashboard to another, or to a new dashboard, without rebuilding the query. [Learn more](/docs/dashboards/create-dashboard-new/#copy-a-panel-to-another-dashboard). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -91,6 +91,20 @@ Click the **Add to Dashboard** button on the top right of the window to add th | |||||
|
|
||||||
| That's it, start using your Dashboard. | ||||||
|
|
||||||
| ## Copy a Panel to another Dashboard | ||||||
|
|
||||||
| You can copy an existing panel from one dashboard to another, or to a new dashboard, without rebuilding the query. This is useful when you want to reuse the same visualization across multiple dashboards. | ||||||
|
|
||||||
| To copy a panel to another dashboard: | ||||||
|
|
||||||
| 1. Go to the dashboard that has the panel you want to copy. | ||||||
| 1. On the panel, click the three-dot kebab menu icon and select **Copy to Dashboard**.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/copy-to-dashboard-menu.png')} alt="Copy to Dashboard menu option" style={{border: '1px solid gray'}} width="300" /> | ||||||
| 1. In the **Add Panel to Dashboard** window, enter a **Panel Title** and select the **Dashboard** you want to copy the panel to. To copy it to a new dashboard, enter a name and select **Create New Dashboard** from the dropdown.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/copy-to-dashboard-dialog.png')} alt="Copy to Dashboard dialog" style={{border: '1px solid gray'}} width="400" /> | ||||||
| 1. Choose how the copied panel handles its time range: | ||||||
| * **Inherit time range from dashboard**. The panel uses the time range of the destination dashboard. | ||||||
| * **Use current time range as panel default** (default). The panel keeps its own time range, independent of the destination dashboard. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like the other option is actually the default. But I think I'd delete it to reduce confusion.
Suggested change
|
||||||
| 1. Click **Submit**. The panel is copied to the dashboard you selected. | ||||||
|
|
||||||
| ## Delete a Panel | ||||||
|
|
||||||
| You can delete a panel that you no longer need. | ||||||
|
|
||||||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.