Formatting fixes and updates to variable docs for org move
parent
17e07732ac
commit
2bd2b1e5ba
|
|
@ -17,7 +17,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data
|
|||
|
||||
1. Click the **Data Explorer** icon in the sidebar.
|
||||
|
||||
{{< nav-icon "data-explorer" >}}
|
||||
{{< nav-icon "data-explorer" >}}
|
||||
|
||||
2. Click **Script Editor** on the lower right.
|
||||
3. Build the query for your variable using the [Table visualization type](v2.0/visualize-data/visualization-types/#table) or enable the **View Raw Data** option.
|
||||
|
|
@ -30,8 +30,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data
|
|||
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Select the **Variables** tab.
|
||||
3. Click **+Create Variable**.
|
||||
|
|
@ -43,7 +42,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data
|
|||
|
||||
1. Click the **Organizations** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "orgs" >}}
|
||||
{{< nav-icon "orgs" >}}
|
||||
|
||||
2. Select an organization from the list.
|
||||
3. Select the **Variables** tab.
|
||||
|
|
|
|||
|
|
@ -12,10 +12,9 @@ Delete an existing variable in the InfluxDB user interface (UI).
|
|||
|
||||
### Delete a variable
|
||||
|
||||
1. Click in the **Organizations** icon in the navigation bar.
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "orgs" >}}
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Select an organization from the list.
|
||||
3. Select the **Variables** tab.
|
||||
4. Hover over a variable and click the trash can icon.
|
||||
2. Select the **Variables** tab.
|
||||
3. Hover over a variable and click the trash can icon.
|
||||
|
|
|
|||
|
|
@ -13,15 +13,14 @@ Variables are exported as downloadable JSON files.
|
|||
|
||||
### Export a variable
|
||||
|
||||
1. Click the **Organizations** icon in the navigation bar.
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "orgs" >}}
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Select an organization from the list.
|
||||
3. Select the **Variables** tab.
|
||||
4. Hover over a variable 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:
|
||||
2. Select the **Variables** tab.
|
||||
3. Hover over a variable in the list, then click the gear icon ({{< icon "gear" >}}) and select **Export**.
|
||||
4. Review the JSON in the window that appears.
|
||||
5. 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.
|
||||
|
|
|
|||
|
|
@ -13,12 +13,11 @@ Update an existing dashboard variable's name or JSON content in the InfluxDB use
|
|||
|
||||
### Update a variable
|
||||
|
||||
1. Click the **Organizations** icon in the navigation bar.
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "orgs" >}}
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Select an organization from the list.
|
||||
3. Select the **Variables** tab.
|
||||
4. Click on a variable's name from the list.
|
||||
5. Update the variable's name and query.
|
||||
6. Click **Submit**.
|
||||
2. Select the **Variables** tab.
|
||||
3. Click on a variable's name from the list.
|
||||
4. Update the variable's name and query.
|
||||
5. Click **Submit**.
|
||||
|
|
|
|||
|
|
@ -13,18 +13,17 @@ View a list of dashboard variables in the InfluxDB user interface (UI) from an o
|
|||
|
||||
## View variables in the organization
|
||||
|
||||
1. Click the **Organizations** icon in the navigation bar.
|
||||
1. Click the **Settings** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "orgs" >}}
|
||||
{{< nav-icon "settings" >}}
|
||||
|
||||
2. Select an organization from the list.
|
||||
3. Select the **Variables** tab.
|
||||
|
||||
## View variables in the Data Explorer
|
||||
|
||||
1. Click the **Data Explorer** icon in the navigation bar.
|
||||
|
||||
{{< nav-icon "data-explorer" >}}
|
||||
{{< nav-icon "data-explorer" >}}
|
||||
|
||||
2. Switch to **Script Editor**.
|
||||
3. Click the **Variables** tab to the right of the script editor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue