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 Name | Supported Values | Description |
|---|---|---|
| InfluxDB Server | Valid IP address or hostname | InfluxDB server |
| Port Number | Valid port number | InfluxDB port number |
| URI Scheme | http / https | Protocol to use |
| Database Name | Any string | InfluxDB database name |
| Authentication | Any string | Credentials defined for the Jira connection |
| Quote Field Values | true / false | If true, quotes the values of the InfluxDB fields. Set to true if there might be special characters in the field values. |
| Quote Tag Values | true / false | If true, quotes the values of the InfluxDB tags. Set to true if there might be special characters in the tag values. |
| Bulk Size | Any integer | How many messages to send in a transaction. Default is 100 |