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
10-16-2017
08:49 AM
Kindly attached the configuration of getFtp component. Remote path : /EHP/HKG File filter regex : .*.ok.* Path filter regex : ^((?!MATFIC).)*$ Search Recursively : True Thanks.
... View more
10-13-2017
02:19 PM
@Mark Payne @Andy LoPresto Dears, Please could you help me why regex path filtre doesn't work using getFtp apache nifi processor? Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
09-19-2017
09:34 AM
@Matt Clarke Ok, to clear up and some details. 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 the one you provided in previous comment 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?)
... View more
09-18-2017
02:55 PM
Thanks for your response, exactly that i want but when i use this filter getFTP didn't exclude MATFIC subdirectories(getFTP can't skip scanning MATFIC and MATFIC subdirectories files). Thank you a lot in advance.
... View more
09-18-2017
11:03 AM
Could you help me please to skip some subdirectories using getFTP component in apache Nifi : Remote path : /EHP Path Filter regex : (?!\/EHP\/AHS\/MATFIC).*$ Search Recursively : true My filter path is't correct to exclude all subdirectories /EHP/AHS/MATFIC.* ? Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi