Created on 04-13-2021 02:24 AM - edited 04-13-2021 05:25 AM
How to do error handling for ListSFTP processor (eg. if it fails to connect to SFTP server due to any reason)? The only connection it shows is "Success".
Created 06-08-2021 07:08 AM
@AnkushKoul
You would need to do this through some other monitoring flow.
When a NiFi components encounters a failure, it will produce a bulletin which correlates to an ERROR log entry. NiFi has a SiteToSIteBulletingReportingTask [1] which can be setup to send these produced bulletins over Site-To-Site (S2S) to another NiFi or this same NiFi as FlowFiles which can be parsed via a dataflow and notifications sent out via email.
If you found this addressed your query, please take a moment to login and click "Accept" on this solution.
Thank you,
Matt
Created 06-08-2021 07:08 AM
@AnkushKoul
You would need to do this through some other monitoring flow.
When a NiFi components encounters a failure, it will produce a bulletin which correlates to an ERROR log entry. NiFi has a SiteToSIteBulletingReportingTask [1] which can be setup to send these produced bulletins over Site-To-Site (S2S) to another NiFi or this same NiFi as FlowFiles which can be parsed via a dataflow and notifications sent out via email.
If you found this addressed your query, please take a moment to login and click "Accept" on this solution.
Thank you,
Matt
Created on 06-13-2021 10:58 PM - edited 06-13-2021 10:59 PM
@AnkushKoul , did @MattWho's response resolve your issue? If so, can you please mark it as the solution? It will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,