From cbeb4454927942223a7a2f8f962d582298878870 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 25 Mar 2019 11:55:31 -0600 Subject: [PATCH] created structure for new dashboard managment docs --- .../v2.0/visualize-data/dashboards/_index.md | 14 +++++++ .../create-dashboard.md} | 40 ++++++++----------- .../dashboards/delete-dashboard.md | 22 ++++++++++ .../dashboards/export-dashboard.md | 12 ++++++ .../dashboards/update-dashboard.md | 19 +++++++++ 5 files changed, 83 insertions(+), 24 deletions(-) create mode 100644 content/v2.0/visualize-data/dashboards/_index.md rename content/v2.0/visualize-data/{dashboards.md => dashboards/create-dashboard.md} (70%) create mode 100644 content/v2.0/visualize-data/dashboards/delete-dashboard.md create mode 100644 content/v2.0/visualize-data/dashboards/export-dashboard.md create mode 100644 content/v2.0/visualize-data/dashboards/update-dashboard.md diff --git a/content/v2.0/visualize-data/dashboards/_index.md b/content/v2.0/visualize-data/dashboards/_index.md new file mode 100644 index 000000000..163282269 --- /dev/null +++ b/content/v2.0/visualize-data/dashboards/_index.md @@ -0,0 +1,14 @@ +--- +title: Manage InfluxDB dashboards +description: Create, edit, and manage custom dashboards in the InfluxDB user interface (UI). +v2.0/tags: [dashboards] +menu: + v2_0: + name: Manage dashboards + parent: Visualize data +weight: 101 +--- + +Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation. + +{{< children >}} diff --git a/content/v2.0/visualize-data/dashboards.md b/content/v2.0/visualize-data/dashboards/create-dashboard.md similarity index 70% rename from content/v2.0/visualize-data/dashboards.md rename to content/v2.0/visualize-data/dashboards/create-dashboard.md index 56c6ab9e1..6c95d127a 100644 --- a/content/v2.0/visualize-data/dashboards.md +++ b/content/v2.0/visualize-data/dashboards/create-dashboard.md @@ -1,17 +1,17 @@ --- -title: Manage InfluxDB dashboards -description: Create, edit, and manage custom dashboards in the InfluxDB user interface (UI). +title: Create a dashboard +seotitle: Create an InfluxDB dashboard +description: > + Create a new dashboard or import an existing dashboard in the + InfluxDB user interface (UI). v2.0/tags: [dashboards] menu: v2_0: - name: Manage dashboards - parent: Visualize data -weight: 101 + name: Create a dashboard + parent: Manage dashboards +weight: 201 --- -Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation. - - ## Create a dashboard **To create a dashboard**: @@ -23,6 +23,14 @@ Create, edit, and manage dashboards from the **Dashboards** tab in the left navi 2. Click the **+Create Dashboard** button in the upper right. 3. Enter a name for your dashboard in the **Name this dashboard** field in the upper left. +## Clone a dashboard +1. Hover over the dashbaord name in the list of dashboard to show options. +2. Click **Clone**. The cloned dashboard opens. + + ![Clone a dashboard](/img/2-0-dashboard-clone.png) + + + #### Add data to your dashboard 1. From your dashboard, click **Add Cell** (**{{< icon "add-cell" >}}**) in the upper right. The Data Explorer overlay opens. @@ -36,19 +44,3 @@ You can also send data to your dashboard directly from the Data Explorer. For de 2. Enter your note in the window that appears. You can use Markdown syntax to format your note. 3. To preview your Markdown formatting, click the **Preview** option. 4. Click **Save**. - - -## Modify a dashboard - -#### Delete a dashboard -1. Hover over the dashboard name in the list of dashboards to show options. -2. Click **Delete**. -3. Click **Confirm** to continue deleting your dashboard. - - ![Delete a dashboard](/img/2-0-dashboard-delete.png) - -#### Clone a dashboard -1. Hover over the dashbaord name in the list of dashboard to show options. -2. Click **Clone**. The cloned dashboard opens. - - ![Clone a dashboard](/img/2-0-dashboard-clone.png) diff --git a/content/v2.0/visualize-data/dashboards/delete-dashboard.md b/content/v2.0/visualize-data/dashboards/delete-dashboard.md new file mode 100644 index 000000000..0aa1a60db --- /dev/null +++ b/content/v2.0/visualize-data/dashboards/delete-dashboard.md @@ -0,0 +1,22 @@ +--- +title: Delete a dashboard +seotitle: Delete an InfluxDB dashboard +description: Delete a dashboard from the InfluxDB user interface (UI). +v2.0/tags: [dashboards] +menu: + v2_0: + parent: Manage dashboards +weight: 204 +--- + +To delete a dashboard from the InfluxDB user interface (UI): + +1. Hover over the dashboard name in the list of dashboards to show options. +2. Click **{{< icon "trash" >}}**. +3. Click **Confirm** to delete your dashboard. + + ![Delete a dashboard](/img/2-0-dashboard-delete.png) + +{{% warn %}} +Deleting a dashboard cannot be undone. +{{% /warn %}} diff --git a/content/v2.0/visualize-data/dashboards/export-dashboard.md b/content/v2.0/visualize-data/dashboards/export-dashboard.md new file mode 100644 index 000000000..c4f3aadce --- /dev/null +++ b/content/v2.0/visualize-data/dashboards/export-dashboard.md @@ -0,0 +1,12 @@ +--- +title: Export a dashboard +seotitle: Export an InfluxDB dashboard +description: > + Export a dashboard using the InfluxDB user interface (UI). +v2.0/tags: [dashboards] +menu: + v2_0: + name: Export a dashboard + parent: Manage dashboards +weight: 203 +--- diff --git a/content/v2.0/visualize-data/dashboards/update-dashboard.md b/content/v2.0/visualize-data/dashboards/update-dashboard.md new file mode 100644 index 000000000..f8d039be7 --- /dev/null +++ b/content/v2.0/visualize-data/dashboards/update-dashboard.md @@ -0,0 +1,19 @@ +--- +title: Update a dashboard +seotitle: Update an InfluxDB dashboard +description: Update an InfluxDB dashboard in the InfluxDB user interface (UI). +v2.0/tags: [dashboards] +menu: + v2_0: + name: Update a dashboard + parent: Manage dashboards +weight: 202 +--- + +**Notes:** + +- Dashboard name +- Dashboard description +- Labels +- Dashboard cells +- etc.