Manage your production Nifi instances like a pro.
This extension only works on Nifi instances that are deployed / productionized.
When a logged-in Nifi instance is opened in the currently active tab, the extension injects a content script in that tab, which retrieves the JWT (JSON Web Token) token and hostname of the Nifi instance from the currently active tab to the extension. Then using that token and the instance`s hostname, the extension can retrieve all the process groups present on the Nifi canvas. And they are also cached to view later. Then you can search & sort the fetched process groups based on various filters. You can also bookmark any process group by adding it to the queue. And export the queue as a CSV file. Apart from fetching only what is available on the canvas, you can also search for process groups in the whole Nifi instance. And these search results are also cached to be viewed later. Once any process group is fetched from canvas/searched for, it will available to be directly searched from chrome`s search bar. Anyone working on Nifi 1.13.2 or less can leverage various custom UI components which are directly injected into the Nifi UI. They can help you in enabling/disabling all the controller services at a certain process group level, copy the JWT token using a single click, and back up any of the process groups to your google drive. You can enable any of these custom UI components using the options menu.
Anger is a statement, well like a statement after return;
statement. It
is of no use. But on the other hand, constructive criticism is definitely of some use. So, if
you find any bugs or you don't like this extension, Be patient & provide feedback on the same.
Will try to improve it to the best of my ability.
All process groups visible on the current Nifi screen are fetched inside the extension.
The process groups can be bookmarked, by adding them to the queue.
Items in the queue can be cleared or copied onto the clipboard as CSV data.
Unlike fetch process groups, which just fetches the process groups present on the Nifi canvas, This feature searches for the given keyword in whole of the current Nifi instance.
Once any process group is fetched/searched from any instance, it will be available to be searched from the chrome search itself indefinitely until the extension is uninstalled.
Add custom UI components to the Nifi UI.