diff --git a/HOWTOS.md b/HOWTOS.md new file mode 100644 index 0000000000000000000000000000000000000000..c2e44a00dad555ff5dc456de1d108c7573d96eaa --- /dev/null +++ b/HOWTOS.md @@ -0,0 +1,13 @@ +Howto's +======= + +Modify main NiFi pipeline +------------------------- + +To make modifications to the main NiFi pipeline and add it to the Ansible playbook, do the following in the soctool directory: + +* Make necesarry to the pipeline in the NiFi GUI +* Copy flow.xml.gz file from one of the NiFi containers: + `docker cp <CONTAINER ID>:/opt/nifi/nifi-current/conf/flow.xml.gz .` +* Convert flowx.xml.gz to new template + `utils/flow2template.py flow.xml.gz roles/nifi/templates/flow.xml.j2`