various updates to flux functions

pull/427/head
Scott Anderson 2019-09-09 21:00:29 -06:00
parent caaa3138e1
commit 329ba4ab0d
4 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@ _**Function type:** Aggregate_
```js
kaufmansAMA(
n: 10,
columns: ["_value"]
column: "_value"
)
```

View File

@ -19,7 +19,7 @@ related:
---
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.
_**Function type:** Aggregate_

View File

@ -9,7 +9,8 @@ menu:
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_

View File

@ -62,3 +62,7 @@ option set to `vault`.
```bash
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/).