Skip to main content

InfluxDB

The Influx Database connection allows metrics to be sent from 1Gateway into a defined database in InfluxDB (version 1.8) through an HTTP POST. The messages will appear as measurement in the timeseries database.

InfluxDB Configuration

Field NameSupported ValuesDescription
InfluxDB ServerValid IP address or hostnameInfluxDB server
Port NumberValid port numberInfluxDB port number
URI Schemehttp / httpsProtocol to use
Database NameAny stringInfluxDB database name
AuthenticationAny stringCredentials defined for the Jira connection
Quote Field Valuestrue / falseIf true, quotes the values of the InfluxDB fields. Set to true if there might be special characters in the field values.
Quote Tag Valuestrue / falseIf true, quotes the values of the InfluxDB tags. Set to true if there might be special characters in the tag values.
Bulk SizeAny integerHow many messages to send in a transaction. Default is 100