Re: How to capture failure bulletins in custom processor

2018-05-25 Thread Pierre Villard
Hi, Here is an article I wrote few months ago if it can help you getting started: https://pierrevillard.com/2017/05/13/monitoring-nifi-site2site-reporting-tasks/ Pierre 2018-05-25 14:52 GMT+02:00 Matt Burgess : > You can use a SiteToSiteBulletinReportingTask [1], it will send flow > files conta

Re: How to capture failure bulletins in custom processor

2018-05-25 Thread Matt Burgess
You can use a SiteToSiteBulletinReportingTask [1], it will send flow files containing bulletins to an Input Port on the root process group (aka top-level canvas), then you can send to whichever processors you like for further operations. Regards, Matt [1] https://nifi.apache.org/docs/nifi-docs/c

How to capture failure bulletins in custom processor

2018-05-25 Thread Brajendra Mishra
Hi Team, Could you please let me know how can I get bulletins when failure has happened in executing flow file? I need to capture these bulletins in custom processor (java code) and want to send to next processor where I will create new error message in desired format. Brajendra Mishra DISCLA