From 5b52335bc2662f9300071a7af537a035a4acadfe Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Thu, 21 May 2020 10:53:57 -0700 Subject: [PATCH] fix(getting-started): minor edits --- content/v2.0/get-started.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/v2.0/get-started.md b/content/v2.0/get-started.md index 23a982e69..8212ca83b 100644 --- a/content/v2.0/get-started.md +++ b/content/v2.0/get-started.md @@ -418,7 +418,7 @@ influx setup Enter nothing for an infinite retention period. 7. Confirm the details for your primary user, organization, and bucket. -InfluxDB is now initialized with a primary user, organization, bucket, and authentication token. +InfluxDB is now initialized with a primary user, organization, bucket, and authentication token. It has also create a config profile for you so that you don't have to add organization and token to every command. To view that config profile, use the [`influx config list`](/v2.0/reference/cli/influx/config) command. To continue to use InfluxDB via the CLI, you need the authentication token created during setup. To view the token, log into the UI with the credentials created above. (For instructions, see [View tokens in the InfluxDB UI](/v2.0/security/tokens/view-tokens/#view-tokens-in-the-influxdb-ui).) @@ -488,9 +488,6 @@ The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud 2.0 are: - [InfluxDB scrapers](/v2.0/write-data/scrape-data/) that collect data from specified targets are not available in {{< cloud-name "short" >}}. - {{< cloud-name "short" >}} instances are currently limited to a single organization with a single user. -- **InfluxDB Cloud** does not support retrieving data from a file based CSV source - using the `file` parameter of the [`csv.from()`](/v2.0/reference/flux/functions/csv/from); - however you can use raw CSV data with the `csv` parameter. #### New features in InfluxDB Cloud 2.0