-
Notifications
You must be signed in to change notification settings - Fork 37
Home
Andrew Grande edited this page Apr 29, 2016
·
4 revisions
- 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
- Save the output to a
nifi-deploy.yml
file for a quick start. - 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
- Deploy the template and configuration:
groovy NiFiDeploy.groovy -f nifi-deploy.yml