Member since
11-02-2016
4
Posts
3
Kudos Received
0
Solutions
11-07-2016
04:55 AM
if the ScanContent watch for changes, I think it solve my problem. Thanks ! 🙂
... View more
11-06-2016
05:08 AM
2 Kudos
Hi, Just wondering what is the best practice for my use-case. My flowfiles are json objects and I need to filter/route them using external file (with list of values) - i.e. per flowfile to check if the value of some field (key) X is in the file or not. The only two processors I noticed I can use for that are ScanContent and ReplaceTextWithMapping (which will "replace" a value in identical one). ScanContent seems to be more appropriate since it does not perform a redundant 'Replace' action, but on the other hand it does not have the 'File Refresh Interval' property as the ReplaceTextWithMapping. Hence I'm guessing it continuously refresh the dictionary file (I didn't find relevant information about this issue in the documents), which is also an expensive (and redundant for my use-case) action that can harm the performance of the flow. I tend to use the ReplaceTextWithMapping approach and skip the continuous refreshing of the file, but just wanted to ask around here, to check if there is another best-practice approach and make sure I get things right / didn't miss something. Thanks in advance, Liran
... View more
Labels:
- Labels:
-
Apache NiFi
11-06-2016
04:17 AM
Thanks. I will try implement custom ReportingTask, will see how it goes 🙂
... View more
11-02-2016
01:51 PM
1 Kudo
Hi, is there a way to show Nifi metrics (like processors' in/out counters) in Grafana? or at least export them to external database (like Prometheus)? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi