From the course: Data Management with Apache NiFi

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Configuring alerting for the dataflow

Configuring alerting for the dataflow - Apache NiFi Tutorial

From the course: Data Management with Apache NiFi

Configuring alerting for the dataflow

- [Instructor] In order to have our data flow send us emails, we need a processor. Well, the name of the processor is straightforward. It's called putemail, and it can be configured to send you an email under certain conditions. Now I have added the putemail to our canvas, and I'm going to wire up the monitor activity relationships with putemail. Now this wiring up is a little different, so let's take a look at the relationships that we have to configure. Observe that there are three possibilities: activity restored, inactive, and success. Let's wire up the activity restored and inactive relationships. When either of these relationships are activated in the data flow, putemail will be invoked. Once we have this processor, we need to configure putemail, and for that we need some information from the email address which we'll use to send the messages. I've chosen a test Gmail address that I have. Head over to manage your…

Contents