fixed typo in cloud getting started
parent
b43148aa97
commit
2fa1cbbd9f
|
@ -114,7 +114,7 @@ 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
|
- [InfluxDB scrapers](/v2.0/write-data/scrape-data/) that collect data from specified
|
||||||
targets are not available in {{< cloud-name "short" >}}.
|
targets are not available in {{< cloud-name "short" >}}.
|
||||||
- {{< cloud-name "short" >}} instances are currently limited to a a single organization with a single user.
|
- {{< cloud-name "short" >}} instances are currently limited to a single organization with a single user.
|
||||||
- Retrieving data from a file based CSV source using the `file` parameter of the
|
- Retrieving data from a file based CSV source using the `file` parameter of the
|
||||||
[`csv.from()`](/v2/reference/flux/functions/csv/from) function is not supported;
|
[`csv.from()`](/v2/reference/flux/functions/csv/from) function is not supported;
|
||||||
however you can use raw CSV data with the `csv` parameter.
|
however you can use raw CSV data with the `csv` parameter.
|
||||||
|
|
Loading…
Reference in New Issue