write-data
Write time-series data into InfluxDB using line protocol format, specifying organization, bucket, and timestamp precision for efficient data storage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | The bucket name | |
data | Yes | Data in InfluxDB line protocol format | |
org | Yes | The organization name | |
precision | No | Timestamp precision (ns, us, ms, s) |