various updates to flux functions
parent
caaa3138e1
commit
329ba4ab0d
|
@ -21,7 +21,7 @@ _**Function type:** Aggregate_
|
||||||
```js
|
```js
|
||||||
kaufmansAMA(
|
kaufmansAMA(
|
||||||
n: 10,
|
n: 10,
|
||||||
columns: ["_value"]
|
column: "_value"
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ related:
|
||||||
---
|
---
|
||||||
|
|
||||||
The `tripleExponentialDerivative()` function calculates a triple exponential
|
The `tripleExponentialDerivative()` function calculates a triple exponential
|
||||||
derivative ([TRIX](https://en.wikipedia.org/wiki/Trix_(technical_analysis)) of
|
derivative ([TRIX](https://en.wikipedia.org/wiki/Trix_(technical_analysis))) of
|
||||||
input tables using `n` points.
|
input tables using `n` points.
|
||||||
|
|
||||||
_**Function type:** Aggregate_
|
_**Function type:** Aggregate_
|
||||||
|
|
|
@ -9,7 +9,8 @@ menu:
|
||||||
weight: 202
|
weight: 202
|
||||||
---
|
---
|
||||||
|
|
||||||
The `secrets.get()` function retrieves a secret from the InfluxDB secret store.
|
The `secrets.get()` function retrieves a secret from the
|
||||||
|
[InfluxDB secret store](/v2.0/security/secrets/).
|
||||||
|
|
||||||
_**Function type:** Miscellaneous_
|
_**Function type:** Miscellaneous_
|
||||||
|
|
||||||
|
|
|
@ -62,3 +62,7 @@ option set to `vault`.
|
||||||
```bash
|
```bash
|
||||||
influxd --secret-store vault
|
influxd --secret-store vault
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Manage tokens through the InfluxDB API
|
||||||
|
Use the InfluxDB `/org/{orgID}/secrets` API endpoint to add tokens to Vault.
|
||||||
|
For details, see [Manage secrets](/v2.0/security/secrets/manage-secrets/).
|
||||||
|
|
Loading…
Reference in New Issue