From d98a635049baef2bd83c409fafe33f7ba678a6eb Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 25 Feb 2019 15:14:25 -0700 Subject: [PATCH] Revert "Alpha 5 variables" --- content/v2.0/get-started.md | 14 +++++++------- content/v2.0/visualize-data/dashboards.md | 9 +++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 61e5bbbea..789749717 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -23,7 +23,7 @@ executables, and running the initial setup process. ### Download and install InfluxDB v2.0 alpha Download InfluxDB v2.0 alpha for macOS. -InfluxDB v2.0 alpha (macOS) +InfluxDB v2.0 alpha (macOS) ### Place the executables in your $PATH Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`. @@ -32,10 +32,10 @@ _**Note:** The following commands are examples. Adjust the file paths to your ow ```sh # Unpackage contents to the current working directory -gunzip -c ~/Downloads/influxdb_2.0.0-alpha.5_darwin_amd64.tar.gz | tar xopf - +gunzip -c ~/Downloads/influxdb_2.0.0-alpha.4_darwin_amd64.tar.gz | tar xopf - # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-alpha.5_darwin_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-alpha.4_darwin_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} @@ -80,8 +80,8 @@ influxd --reporting-disabled ### Download and install InfluxDB v2.0 alpha Download the InfluxDB v2.0 alpha package appropriate for your chipset. -InfluxDB v2.0 alpha (amd64) -InfluxDB v2.0 alpha (arm) +InfluxDB v2.0 alpha (amd64) +InfluxDB v2.0 alpha (arm) ### Place the executables in your $PATH Unpackage the downloaded archive and place the `influx` and `influxd` executables in your system `$PATH`. @@ -90,10 +90,10 @@ _**Note:** The following commands are examples. Adjust the file names, paths, an ```sh # Unpackage contents to the current working directory -tar xvzf path/to/influxdb_2.0.0-alpha.5_linux_amd64.tar.gz +tar xvzf path/to/influxdb_2.0.0-alpha.4_linux_amd64.tar.gz # Copy the influx and influxd binary to your $PATH -sudo cp influxdb_2.0.0-alpha.5_linux_amd64/{influx,influxd} /usr/local/bin/ +sudo cp influxdb_2.0.0-alpha.4_linux_amd64/{influx,influxd} /usr/local/bin/ ``` {{% note %}} diff --git a/content/v2.0/visualize-data/dashboards.md b/content/v2.0/visualize-data/dashboards.md index fa4d2dfb6..e8569643b 100644 --- a/content/v2.0/visualize-data/dashboards.md +++ b/content/v2.0/visualize-data/dashboards.md @@ -11,6 +11,15 @@ weight: 101 Create, edit, and manage dashboards from the **Dashboards** tab in the left navigation. +{{< img-hd src="/img/dashboards-icon.png" title="Dashboard icon" />}} + +Variable names changed--instead of dashboard time, it's time range start/time range end (double-check). +Window interval replaces interval +Save as somewhere--same as send to dashboard +Also save as dashboard/save as tasks +Multiple tabs, hide/show tabs, rename tabs + + ## Create a dashboard **To create a dashboard**: