InfluxDB Destination
The InfluxDB Destination node writes data to an InfluxDB Server.
Configuration
Basic
- InfluxDB Connection
Select a InfluxDB Connection configured in the Global Configurations
- Measurement (optional)
The measurement to use when writing data. If this field is empty the InfluxDB Name of the signal will be used.
- Value Field (optional)
The field where the value will be written to. If this field is empty the field
value
will be used.- Name Tag (optional)
A tag where the InfluxDB Name will be written to. If this field is empty no tag will be written.
- Quality Tag (optional)
A tag where the quality of the value will be written to. If the quality is
true
the stringgood
will be written, onfalse
the string will bebad
If this field is empty no tag will be written.- Quality Field (optional)
A field where the quality of the value will be written to. If this field is empty no field will be written.
- AdditionalTags
In this list additional tags that should be written to the InfluxDB can be specified.
- Tag Name
The name of the tag.
- Tag Value
The value of the tag.
Signals
Define the signals to write to the InfluxDB Server.
- Flow Name (optional)
The name of the signal in the incoming data group. If this field is empty the Flow Name is the same as the InfluxDB Name.
- InfluxDB Name
The name of the signal in the InfluxDB server.
- Measurement (optional)
The measurement to use when writing data. If this field is empty the Measurement from the Basic Configuration is taken, if the Measurement from the Basic Configuration is also empty the InfluxDB Name will be used.
- Value Field (optional)
The field where the value will be written to. If this field is empty the Value Field from the Basic Configuration is taken, if the Value Field from the Basic Configuration is also empty the field
value
will be used.- Name Tag (optional)
A tag where the InfluxDB Name will be written to. If this field is empty the Name Tag from the Basic Configuration is taken, if the Name Tag from the Basic Configuration is also empty no tag will be written.
- Quality Tag (optional)
A tag where the quality of the value will be written to. If the quality is
true
the stringgood
will be written, onfalse
the string will bebad
If this field is empty the Quality Tag from the Basic Configuration is taken, if the Quality Tag from the Basic Configuration is also empty no tag will be written.- Quality Field (optional)
A field where the quality of the value will be written to. If this field is empty the Quality Field from the Basic Configuration is taken, if the Quality Field from the Basic Configuration is also empty no field will be written.