[ 
https://issues.apache.org/jira/browse/NIFI-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351378#comment-16351378
 ] 

ASF GitHub Bot commented on NIFI-4289:
--------------------------------------

Github user MikeThomsen commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2101#discussion_r165812834
  
    --- Diff: 
nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/AbstractInfluxDBProcessor.java
 ---
    @@ -45,15 +50,26 @@
     
         public static final PropertyDescriptor INFLUX_DB_URL = new 
PropertyDescriptor.Builder()
                 .name("influxdb-url")
    -            .displayName("InfluxDB connection url")
    -            .description("InfluxDB url to connect to")
    +            .displayName("InfluxDB connection URL")
    +            .description("InfluxDB URL to connect to. Eg: 
http://influxdb:8086";)
    +            .defaultValue("http://localhost:8086";)
    --- End diff --
    
    Solid improvement here.


> Implement put processor for InfluxDB
> ------------------------------------
>
>                 Key: NIFI-4289
>                 URL: https://issues.apache.org/jira/browse/NIFI-4289
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>    Affects Versions: 1.3.0
>         Environment: All
>            Reporter: Mans Singh
>            Assignee: Mans Singh
>            Priority: Minor
>              Labels: insert, measurements,, put, timeseries
>
> Support inserting time series measurements into InfluxDB.



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

Reply via email to