Skip to content
Andrew Grande edited this page Apr 29, 2016 · 4 revisions

Basic Flow:

  1. Inspect the template for available properties to override/configure (see NiFi Template Inspector):
groovy TemplateInspector.groovy -f http://www.example.com/my_nifi_template.xml
  1. Save the output to a nifi-deploy.yml file for a quick start.
  2. Update the file with the following (see an example at https://github.com/aperepel/nifi-api-deploy/blob/master/nifi-deploy.yml):
  • Your NiFi instance URL
  • Add a client id (arbitrary human-readable one is fine)
  • (Optional) add the undeploy section for repeatable deployments
  1. Deploy the template and configuration:
groovy NiFiDeploy.groovy -f nifi-deploy.yml
Clone this wiki locally