Connection |
Connection that defines the information
required to connect to an external system. To connect to an external system, you can select
a connection that contains the details, or you can directly
enter the details in the pipeline. When you select a connection,
Control Hub hides other properties so that you cannot directly enter
connection details in the pipeline.
|
URL |
URL to the InfluxDB 2.x HTTP API. |
Token |
API token to use. The API token must provide write access
to the specified bucket. For information about creating
an API token, see the InfluxDB
documentation.
|
Organization |
Organization name. |
Bucket |
Name of the bucket to write to. |
Measurement Field |
Field that contains the measurement name to use for the
write. |
Time Field |
Field containing timestamp values associated with a
point. Leave blank to use the Data Collector system
timestamp. |
Write Precision |
The precision of the UNIX timestamps within the
data. |
Tag Fields |
One or more fields that contain the tag key and value
metadata for a point. |
Value Fields |
One or more fields that contain field value for a
point. |
Create Bucket |
Creates a bucket of the specified name if it does not
exist. |
Retention Time |
Retention time in seconds for the bucket. Use 0 to
retain the data in the bucket indefinitely.
|