Installing NiFi
Also available as:
PDF

Installing NiFi as a Service

You can also install NiFi as a service.

  1. Navigate to the NiFi installation directory.

  2. Enter:

    bin/nifi.sh install

    The NiFi service is installed with the default name nifi.

    You can specify a custom name by specifying that name during your install command.

    For example, to install NiFi as a service with the name dataflow, enter:

    bin/nifi.sh install dataflow