docs-v2/content/chronograf/v1.8/guides/cloning-in-ui.md

45 lines
1.7 KiB
Markdown
Raw Normal View History

2020-07-30 17:31:32 +00:00
---
2020-08-18 01:34:41 +00:00
title: Clone dashboards and cells
description: >
Clone a dashboard or a cell and use the copy as a starting point to create new dashboard or cells.
2020-07-30 17:31:32 +00:00
menu:
chronograf_1_8:
weight: 70
parent: Guides
---
This guide explains how to clone, or duplicate, a dashboard or a cell for use as starting points for creating dashboards or cells using the copy as a template.
2020-08-19 20:01:45 +00:00
## Clone dashboards
2020-07-30 17:31:32 +00:00
Dashboards in Chronograf can be cloned (or copied) to be used to create a dashboard based on the original. Rather than building a new dashboard from scratch, you can clone a dashboard and make changes to the dashboard copy.
### To clone a dashboard
1. On the **Dashboards** page, hover your cursor over the listing of the dashboard that you want to clone and click the **Clone** button that appears.
![Click the Clone button](/img/chronograf/1-6-clone-dashboard.png)
2020-07-30 17:31:32 +00:00
The cloned dashboard opens and displays the name of the original dashboard with `(clone)` after it.
![Cloned dashboard](/img/chronograf/1-6-clone-dashboard-clone.png)
2020-07-30 17:31:32 +00:00
You can now change the dashboard name and customize the dashboard.
2020-08-19 20:01:45 +00:00
## Clone cells
2020-07-30 17:31:32 +00:00
Cells in Chronograf dashboards can be cloned, or copied, to quickly create a cell copy that can be edited for another use.
### To clone a cell
1. On the dashboard cell that you want to make a copy of, click the **Clone** icon and then confirm by clicking **Clone Cell**.
![Click the Clone icon](/img/chronograf/1-6-clone-cell-click-button.png)
2020-07-30 17:31:32 +00:00
2. The cloned cell appears in the dashboard displaying the nameof the original cell with `(clone)` after it.
![Cloned cell](/img/chronograf/1-6-clone-cell-cell-copy.png)
2020-07-30 17:31:32 +00:00
You can now change the cell name and customize the cell.