fixed broken links related to flux functions
parent
af4b99b188
commit
70d382e87f
|
|
@ -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 >}}.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue