commit
57ddae110d
|
@ -12,9 +12,8 @@ menu:
|
||||||
weight: 201
|
weight: 201
|
||||||
---
|
---
|
||||||
|
|
||||||
## Create a dashboard
|
## Create a new dashboard
|
||||||
|
|
||||||
**To create a new dashboard**:
|
|
||||||
|
|
||||||
1. Click the **Dashboards** icon in the navigation bar.
|
1. Click the **Dashboards** icon in the navigation bar.
|
||||||
|
|
||||||
|
@ -24,15 +23,6 @@ weight: 201
|
||||||
3. Enter a name for your dashboard in the **Name this dashboard** field in the upper left.
|
3. Enter a name for your dashboard in the **Name this dashboard** field in the upper left.
|
||||||
|
|
||||||
|
|
||||||
**To create a dashboard from a template in the templates UI**:
|
|
||||||
|
|
||||||
1. Click the **Settings** icon in the left navigation.
|
|
||||||
|
|
||||||
{{< nav-icon "settings" >}}
|
|
||||||
|
|
||||||
2. Select the **Templates** tab.
|
|
||||||
3. Hover over the name of the template you want to create a dashboard from, then click **Create**.
|
|
||||||
|
|
||||||
**To import an existing dashboard**:
|
**To import an existing dashboard**:
|
||||||
|
|
||||||
1. Click the **Dashboards** icon in the navigation bar.
|
1. Click the **Dashboards** icon in the navigation bar.
|
||||||
|
@ -64,8 +54,21 @@ weight: 201
|
||||||
{{< nav-icon "settings" >}}
|
{{< nav-icon "settings" >}}
|
||||||
|
|
||||||
2. Select the **Templates** tab.
|
2. Select the **Templates** tab.
|
||||||
|
|
||||||
|
- In the **Static Templates** tab, a list of pre-created templates appears. The following pre-created templates are available:
|
||||||
|
- **Docker**
|
||||||
|
- **Getting Started with Flux**
|
||||||
|
- **Kubernetes**
|
||||||
|
- **Local Metrics**
|
||||||
|
- **Nginx**
|
||||||
|
- **Redis**
|
||||||
|
- **System**
|
||||||
|
|
||||||
|
- In the **User Templates** tab, a list of custom user-created templates appears.
|
||||||
|
|
||||||
3. Hover over the name of the template you want to create a dashboard from, then click **Create**.
|
3. Hover over the name of the template you want to create a dashboard from, then click **Create**.
|
||||||
|
|
||||||
|
|
||||||
## Clone a dashboard
|
## Clone a dashboard
|
||||||
|
|
||||||
1. Hover over the dashboard name in the list of dashboard to show options.
|
1. Hover over the dashboard name in the list of dashboard to show options.
|
||||||
|
|
|
@ -16,5 +16,9 @@ To view templates in the InfluxDB UI:
|
||||||
|
|
||||||
{{< nav-icon "settings" >}}
|
{{< nav-icon "settings" >}}
|
||||||
|
|
||||||
2. Select the **Templates** tab. The list of templates appears.
|
2. Select the **Templates** tab.
|
||||||
|
|
||||||
|
- In the **Static Templates** tab, a list of pre-created templates appears.
|
||||||
|
- In the **User Templates** tab, a list of custom user-created templates appears.
|
||||||
|
|
||||||
3. Click on the name of a template to view its JSON.
|
3. Click on the name of a template to view its JSON.
|
||||||
|
|
Loading…
Reference in New Issue