Support Questions

Find answers, ask questions, and share your expertise

Display Queue contents after 100 rows

avatar
Contributor

Hello I have a flow where a queue is having say 250 entries but I am able to see only 100. I don't see any option to see the next sets of entries. How to view them as I can see the count to be increasing in queue but it displays oldest 100.

1 REPLY 1

avatar
Master Mentor

@AlokKumar 
Apache NiFi does not have a configuration option to allow Connection Queues to show more then the highest priority 100.  Assuming a normally running dataflow, the listing of a queue would become outdated the moment you listed it as those highest priority would most likely been processed on by the time the listing was produced/returned to UI. 

You could view provenance history for the processor feeding that connection to get more details on all the FlowFiles passed to that downstream connection.  Provenance allows you to look at the current lineage of any FlowFile.

 

Please help our community grow. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.

Thank you,
Matt