You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Influxdata Engineering (JIRA)" <ji...@apache.org> on 2018/05/22 12:06:00 UTC

[jira] [Created] (NIFI-5226) Implement a Record API based PutInfluxDB processor

Influxdata Engineering created NIFI-5226:
--------------------------------------------

             Summary: Implement a Record API based PutInfluxDB processor
                 Key: NIFI-5226
                 URL: https://issues.apache.org/jira/browse/NIFI-5226
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Influxdata Engineering


Implement a new processor that uses the Record API to put data into InfluxDB.
 * *PutInfluxRecord features:*
Input can be any built-in or custom implemented NiFi RecordReader (json, avro, csv, InfluxLineProtocolReader...)
 * Configurable mapping between NiFi Records and InfluxDB measurement, field and tags
 * Configurable timestamp precision 
 * Reusable connection settings (InfluxDB url, password) for more processors via InfluxDBService controller
 * Advanced InfluxDB client settings
 ** Gzip compression
 ** Batching, jitter, flush settings



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)