Created 05-12-2025 03:13 AM
Hi everyone,
I'm currently working with Apache NiFi 2.1.0 versions, and I'm wondering:
Is it possible to create a custom Flow Analysis Rule, similar to how we can create custom processors?
Thanks in advance for your help!
Created 05-15-2025 05:45 AM
@brajs Yes, it is possible to make custom flow analysis rules. This is still tech preview in nifi 2.0 so documentation is limited. I would recommend to take a look at some existing rules, tear them down to source code, modify to suit, and build and package your custom rules. Once you have a new rules nar file, just deliver it to the nifi /lib location and it should be available to use.
Created 05-12-2025 10:27 PM
@brajs, Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts @MattWho @SAMSAL, who may be able to assist you further.
Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Created 05-15-2025 05:45 AM
@brajs Yes, it is possible to make custom flow analysis rules. This is still tech preview in nifi 2.0 so documentation is limited. I would recommend to take a look at some existing rules, tear them down to source code, modify to suit, and build and package your custom rules. Once you have a new rules nar file, just deliver it to the nifi /lib location and it should be available to use.