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

ParameterDescriptionDefault valueData type

Connection Bean (DB)

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

ParameterDescriptionDefault valueData 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 (DB)

The name of the database where the time series will be stored

N/A

string

Operation (DB)

Define if this operation is an insert or a query

insert

string

Query (DB)

Define the query in case of operation query

N/A

string

Retention Policy (DB)

The string that defines the retention policy to the data created by the endpoint

default

string

Headers Tab

ParameterDescriptionDefault valueData type

Camelinfluxdb Retentionpolicy (DB)

The string that defines the retention policy to the data created by the endpoint

N/A

string

Camelinfluxdb Databasename (DB)

The name of the database where the time series will be stored

N/A

string

Camelinfluxdb Query (DB)

Define the query in case of operation query

N/A

string

Successful executions should output at least a property "success": true

Last updated