Member since
07-20-2017
15
Posts
0
Kudos Received
0
Solutions
10-24-2017
09:11 AM
Dears, We need to skip the entire directory MATFIC, as this directory contains in average of 6K sub-directories (for having good response time of getFTP processor we need to skip this scanning operation). Using the java regexpr tests ^((?!MATFIC).)*$ works, but in the getFTP processor it's not the case. We cannot use the listFTP because is based on the last modified date, which can cause we can skip some files that are sent to our FTP. Hope this clarifies. Would it be an other option to exclude this directory ? (Maybe an other regex?) Is it a bug on getftp regex part ? Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
10-23-2017
10:04 AM
Dears, How can we change a property in nifi.properties file to be updated by nifi in runtime? Example: Modify the following property in nifi.properties file : " nifi.variable.registry.properties " and nifi get this modification in runtime (without restarting nifi). Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
10-19-2017
01:56 PM
Thanks, but this solution is for sending data from minifi to nifi, but i would like sending information from nifi to minifi.
... View more
10-19-2017
01:37 PM
Thank you for your response, but if we have many servers on each server minifi installed (all those minifi instances communicate with the same nifi) (one nifi instance). is-it possible to use the S2S protocol with this architecture?
... View more
10-19-2017
12:39 PM
Dears, How Minifi can receive data from nifi. Thank you in advance. Best Regards, Bilel.
... View more
Labels:
- Labels:
-
Apache NiFi
07-26-2017
09:12 AM
@Wynner @Matt Clarke @Matt Burgess @Pierre Villard I want to check each sub-directory once a specific file come like "flag.ok", i start ftping the files of this sub-directory to a local directory() (always i need to loop all sub-directories and doing the same job). Thanks a lot for your support.
... View more
07-25-2017
12:58 PM
Could you please help me to resolve the following problem in nifi PutElasticsearch5 processor nifi-putelasticsearch-problem.png
... View more
Labels:
- Labels:
-
Apache NiFi
07-20-2017
08:30 AM
I have a remote directory as an input (containing sub-directories) and i'd like to iterate for each subdirectory and check if a specific file exist, once the last exist i will ftp this sub-directory to local directory using Nifi. could you please help me on this scenario.
... View more
Labels:
- Labels:
-
Apache NiFi