Created on 01-26-202111:40 AM - edited on 01-29-202105:04 AM by subratadas
Automating Starting Services in Apache NiFi and Applying Parameters
Automate all the things! You can call these commands interactively or script all of them with awesome DevOps tools. @Andre Araujo and @dchaffey can tell you more about that.
Enable All NiFi Services on the Canvas
By running this three times, I get any stubborn ones or ones that needed something previously running. This could be put into a loop; check the status before trying again.
nifi pg-list
nifi pg-status
nifi pg-get-services
The NiFi CLI has interactive help available and also some good documentation: