Preserve custom processors/NARs

Describes the steps to preserve custom processors/NARs.

If you have created any custom NARs, a best practice is to store and reference them in a centralized location.

On each source node:

  1. Create a second library directory called custom_lib. For example: /opt/configuration_resources/custom_lib.
  2. Move your custom NARs to this new directory.
  3. Add a new line to the nifi.properties file to specify this new lib directory. For example:
    nifi.nar.library.directory.custom=/opt/configuration_resources/custom_lib

You will perform a similar procedure on the destination cluster nodes later in the migration process.