InfluxDB Writer
General
The InfluxDB module allows you to write the results of your pipeline to InfluxDB.
For more information on configuring the connection, please see the InfluxDB Documentation
Module Options
Bucket
Type: string
Required: False
Description: The InfluxDB bucket to write to
Connection URL
Type: string
Required: False
Description: The URL to use to connect to the Influx DB Instance.
Example:
http://localhost:8086
Org
Type: string
Required: False
Description: The InfluxDB org to use
Token
Type: password
Required: False
Description: The authentication token to use when connecting to the InfluxDB instance.
Write Precision
Type: enum
Required: True
Default Value: ms
Options: s, ms, us, ns
Description: The timestamp precision to use.
- s: Seconds
- ms: Milliseconds
- ns: Nanoseconds
- us: Microseconds