InfluxDB
Discover more about the InfluxDB connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Interact with InfluxDB v1, a time series database.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Connection Bean | Connection to the influx database, of class InfluxDB.class | N/A | string |
Fail On Error | If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Auto Create Database | Define if we want to auto create the database if it’s not present | false | boolean |
Batch | Define if this operation is a batch operation or not | false | boolean |
Check Database Existence | Define if we want to check the database existence while starting the endpoint | false | boolean |
Database Name | The name of the database where the time series will be stored | N/A | string |
Operation | Define if this operation is an insert or a query | insert | string |
Query | Define the query in case of operation query | N/A | string |
Retention Policy | The string that defines the retention policy to the data created by the endpoint | default | string |
Headers Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Camelinfluxdb Retentionpolicy | The string that defines the retention policy to the data created by the endpoint | N/A | string |
Camelinfluxdb Databasename | The name of the database where the time series will be stored | N/A | string |
Camelinfluxdb Query | Define the query in case of operation query | N/A | string |
Successful executions should output at least a property "success": true
Last updated