Member since
07-18-2018
11
Posts
0
Kudos Received
0
Solutions
08-13-2018
07:31 PM
If you have your metric as an attribute you can choose bin algorithm and specify correlation attribute by metric name. Hope it will help
... View more
08-11-2018
03:35 PM
I've seen the problem you describe with getfile processor when I used it with nifi deployed on Windows OS and the directory I listed had very large number of recursive subdirectories. In source files of nifi 1.3 or 1.4 I noticed there was a code replacing listfiles with DirectoryInputStream methods, but later it was removed
... View more
07-23-2018
08:03 PM
<file>${org.apache.nifi.bootstrap.config.log.dir}/nifi-app.log</file> Until 1.7.0 this string in logback.xml was commented. Uncomment it and it will be ok
... View more