Additional import/export updates
parent
37a9667710
commit
fa02a404fb
|
|
@ -32,8 +32,9 @@ weight: 201
|
|||
2. Click the **Create Dashboard** menu in the upper right and select **Import Dashboard**.
|
||||
3. In the window that appears:
|
||||
* Select **Upload File** to drag-and-drop or select a file.
|
||||
* Select **Paste JSON** to paste in JSON, then click **Import JSON as Dashboard**.
|
||||
4.
|
||||
* Select **Paste JSON** to paste in JSON.
|
||||
4. Select an organization from the **Destination Organization** dropdown.
|
||||
5. Click **Import JSON as Dashboard**.
|
||||
|
||||
## Clone a dashboard
|
||||
|
||||
|
|
|
|||
|
|
@ -14,3 +14,14 @@ weight: 203
|
|||
InfluxDB lets you export dashboards from the InfluxDB user interface (UI).
|
||||
|
||||
## Export a dashboard
|
||||
|
||||
1. Click the **Dashboards** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "dashboards" >}}
|
||||
|
||||
2. Hover over a dashboard in the list, then click the gear icon ({{< icon "gear" >}}) and select **Export**.
|
||||
3. Review the JSON in the window that appears.
|
||||
4. Select one of the following options:
|
||||
* **Download JSON**: Download the dashboard as a JSON file.
|
||||
* **Save as template**: Save the JSON as a dashboard template.
|
||||
* **Copy to Clipboard**: Copy the JSON to your clipboard.
|
||||
|
|
|
|||
Loading…
Reference in New Issue