InfluxDbAction
The InfluxDB rule action converts the message payload into InfluxDB line protocol. It writes the result to a table in an InfluxDB database. The database can be an Amazon Timestream for InfluxDB instance or a self-managed InfluxDB cluster.
The action connects to InfluxDB through an InfluxDB topic rule destination, which must be in the ENABLED state before the action can write data.
Types
Properties
The batching configuration for the action. When present, IoT collects data points from multiple messages and writes them to InfluxDB in a single request.
The name of the InfluxDB database to write to. In InfluxDB 2, this is the name of the bucket.
The ARN of the InfluxDB topic rule destination that identifies the InfluxDB instance to write to.
The name of the InfluxDB organization that owns the database.
The precision of the timestamp written with each data point. Valid values are s (seconds), ms (milliseconds), us (microseconds), and ns (nanoseconds).