Custom Query Support
The InfluxDB connector supports the usage of the Influx Query Language (InfluxQL).InfluxQL is a SQL-like query language for interacting with data in InfluxDB. The connector offers the operation “ExecuteQuery” on the InfluxDB server item. The input parameter is a string that contains the query.
Provide Feedback