[
https://issues.apache.org/jira/browse/NIFI-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414955#comment-16414955
]
ASF GitHub Bot commented on NIFI-4927:
--------------------------------------
Github user mans2singh commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2562#discussion_r177296275
--- Diff:
nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java
---
@@ -72,6 +74,16 @@
.sensitive(false)
.build();
+ public static final PropertyDescriptor INFLUX_DB_SCHEDULED_QUERY = new
PropertyDescriptor.Builder()
+ .name("influxdb-scheduled-query")
+ .displayName("InfluxDB Schedued Query")
--- End diff --
Changed the attribute to INFLUX_DB_QUERY. The description mentions that
flow files and timed query both are allowed.
> Create InfluxDB Query Processor
> -------------------------------
>
> Key: NIFI-4927
> URL: https://issues.apache.org/jira/browse/NIFI-4927
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.5.0
> Reporter: Mans Singh
> Assignee: Mans Singh
> Priority: Minor
> Labels: measurements,, query, realtime, timeseries
>
> Create InfluxDB Query processor
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)