Support Questions

Find answers, ask questions, and share your expertise

Dashboard/monitor report for unning NIFI Template/process

avatar
Explorer

 

is there way can Dashboard/monitor report  which showing statistical report for running NIFI Template/process for example how many success/failure messages are processing and how many message in  queue  and ....etc.  

Thank you in advance.

1 REPLY 1

avatar
New Contributor

@ALWOSABY Dog likes best wrote:

 

is there way can Dashboard/monitor report  which showing statistical report for running NIFI Template/process for example how many success/failure messages are processing and how many message in  queue  and ....etc.  

Thank you in advance.


Hello,

Yes, Apache NiFi provides several options for monitoring the status and performance of your data flows. Here are some ways you can create a dashboard or monitor reports for your running NiFi templates and processes:

Reporting Tasks: NiFi includes Reporting Tasks that run in the background to provide statistical reports about what is happening in the NiFi instance. You can configure these in the UI by accessing the upper right dropdown, clicking on Controller Settings, and then selecting Reporting Tasks.

Bulletin Board: The bulletin board in NiFi shows the latest ERROR and WARNING messages generated by NiFi processors in real-time. You can access the bulletin board from the right-hand dropdown menu and select the Bulletin Board option. It allows you to navigate to the actual processor by double-clicking the error.

Data Provenance UI: To monitor events occurring on any specific processor or throughout NiFi, you can access the Data Provenance from the same menu as the bulletin board. This feature lets you filter events in the data provenance repository by various fields such as component name, type, etc.

NiFi Summary UI: Apache NiFi summary can also be accessed from the same menu as the bulletin board. This UI contains information about all the components of that particular NiFi instance or cluster. They can be filtered by name, type, or URI.

External Tools: There are also some external tools like MonitoFi that can be used to monitor Apache NiFi deployments on Azure, providing alerts and displaying health and performance information in dashboards.

I hope the information may helps you.