Hi Team,
@matt clark,@matt burgess
I want to use site2sitebulletin reporting task for collecting all bulletins on nifi instance and then send them to some monitoring flow for logging or sending emails to admin. But i found that only global bulletins (one shown in right corner of application) are captured using site2sitebulletin reporting task not bulletins which are seen on processors.
for eg: when i get an error on getsftp processor it was captured by the reporting task but errors of table not found in puthbase processor were not captured. How to capture all bulletins at once ? I want to do this for implementing error handling and notifying mechanism,i checked this way https://community.hortonworks.com/questions/77336/nifi-best-practices-for-error-handling.html but as my flow alraedy has too many processors i am looking for a way to not use retry check loop in order to minimize count of processors.
Can all bulletins be captured using sitetositebulletin reportingtask or should i implement retrycheckloop to capture processor specific failure events?
Please suggest!!
Thanks in advance.