diff --git a/content/v2.0/cloud/get-started.md b/content/v2.0/cloud/get-started.md index be12978cf..ef490de8c 100644 --- a/content/v2.0/cloud/get-started.md +++ b/content/v2.0/cloud/get-started.md @@ -117,7 +117,7 @@ The primary differences between InfluxDB OSS 2.0 and InfluxDB Cloud 2.0 are: targets are not available in {{< cloud-name "short" >}}. - {{< 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 - [`csv.from()`](/v2/reference/flux/functions/csv/from) function is not supported; + [`csv.from()`](/v2.0/reference/flux/functions/csv/from) function is not supported; however you can use raw CSV data with the `csv` parameter. - Multi-organization accounts and multi-user organizations are currently not available in {{< cloud-name >}}. diff --git a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md index 9fa9aea45..b14244358 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md +++ b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/_index.md @@ -44,9 +44,9 @@ The following functions are both aggregates and selectors. Each returns `n` values after performing an aggregate operation. They are categorized as selector functions in this documentation: -- [highestAverage](/v2.0/reference/flux/stdlib/transformations/selectors/highestaverage) -- [highestCurrent](/v2.0/reference/flux/stdlib/transformations/selectors/highestcurrent) -- [highestMax](/v2.0/reference/flux/stdlib/transformations/selectors/highestmax) -- [lowestAverage](/v2.0/reference/flux/stdlib/transformations/selectors/lowestaverage) -- [lowestCurrent](/v2.0/reference/flux/stdlib/transformations/selectors/lowestcurrent) -- [lowestMin](/v2.0/reference/flux/stdlib/transformations/selectors/lowestmin) +- [highestAverage](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/highestaverage) +- [highestCurrent](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/highestcurrent) +- [highestMax](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/highestmax) +- [lowestAverage](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/lowestaverage) +- [lowestCurrent](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/lowestcurrent) +- [lowestMin](/v2.0/reference/flux/stdlib/built-in/transformations/selectors/lowestmin) diff --git a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/tripleema.md b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/tripleema.md index aa55e2527..846660cf2 100644 --- a/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/tripleema.md +++ b/content/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/tripleema.md @@ -16,7 +16,7 @@ related: - /v2.0/reference/flux/stdlib/built-in/transformations/aggregates/doubleema/ - /v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timedmovingaverage/ - /v2.0/reference/flux/stdlib/built-in/transformations/aggregates/exponentialmovingaverage/ - - https://docs.influxdata.com/influxdb/v1.7/query_language/functions/#triple-exponential-moving-average, InfluxQL TRIPLE_EXPONENTIAL_MOVING_AVERAGE() + - https://docs.influxdata.com/influxdb/v1.7/query_language/functions/#triple-exponential-moving-average, InfluxQL TRIPLE_EXPONENTIAL_MOVING_AVERAGE() --- The `tripleEMA()` function calculates the exponential moving average of values in