InfluxDB v3 Connector
2 min
the influxdb v3 connector allows litmus edge to stream time series data to an influxdb v3 database also see the influxdb v3 integration guide docid\ wurzddmgimc 6euuljbhx note this feature is available starting with litmus edge 4 1 x supported communication outbound (write from edge to influxdb v3) yes inbound (read from influxdb v3 to edge) no connector configuration field type description required default name string name defined for the connector instance yes host url string full url of the influxdb v3 instance length 3 to 1024 ) yes connection type dropdown transport protocol used to connect to influxdb yes tcp organization string influxdb organization name or id required for cloud serverless leave blank for cloud dedicated and clustered deployments no database string name of the target influxdb v3 database length 1 to 256 yes api token string (secret) api token with write permissions scoped to the target database stored securely and never logged yes show static tags checkbox when enabled, expands a key value input for configuring static tags appended to every data point written by this connector no disabled write precision dropdown timestamp precision for line protocol writes ns (nanoseconds), us (microseconds), ms (milliseconds), s (seconds) located under advanced parameters no ms batch size integer number of records per write batch range 1 to 10000 located under advanced parameters no 5000 batch interval (ms) integer maximum time to wait before flushing a batch in milliseconds the batch is sent when either batch size or batch interval is reached (whichever comes first) range 100 to 60000 located under advanced parameters no 1000