diff --git a/content/v2.0/visualize-data/dashboards/create-dashboard.md b/content/v2.0/visualize-data/dashboards/create-dashboard.md index 3410fb31f..415bcddc7 100644 --- a/content/v2.0/visualize-data/dashboards/create-dashboard.md +++ b/content/v2.0/visualize-data/dashboards/create-dashboard.md @@ -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 diff --git a/content/v2.0/visualize-data/dashboards/export-dashboard.md b/content/v2.0/visualize-data/dashboards/export-dashboard.md index c0acf3e2f..5db00de75 100644 --- a/content/v2.0/visualize-data/dashboards/export-dashboard.md +++ b/content/v2.0/visualize-data/dashboards/export-dashboard.md @@ -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.