Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Nifi alert or Email notification when no flow for a connection or processor

avatar
Rising Star

Hi , Is it possible to create an email alert when there is no flow files ,means no data is going through a connection or a processor ? Please provide your suggestions . thanks in advance .

1 ACCEPTED SOLUTION

avatar

Hi @srini,

One way to do it is to use the MonitorActivity processor that can emit a flow file if there is no activity since X minutes. This generated flow file can then be routed to a processor sending emails.

Hope this helps.

View solution in original post

1 REPLY 1

avatar

Hi @srini,

One way to do it is to use the MonitorActivity processor that can emit a flow file if there is no activity since X minutes. This generated flow file can then be routed to a processor sending emails.

Hope this helps.