Install NiFi Ingest
To install NiFi Ingest, follow these steps.
To install NiFi Ingest
- Download the Apache NiFi zip or tar package from https://nifi.apache.org/.
- Download the IDOL NiFi Ingest zip package for your chosen platform.
- Extract the files from the Apache NiFi package into your chosen installation directory.
-
Extract the
idol-nifi-framework*.nar
files from the IDOL NiFi Ingest zip package to the following location, whereInstallDir
represents your Apache NiFi installation directory:-
Apache NiFi 1.9.0 or later
InstallDir/extensions/
-
Apache NiFi 1.7.x or 1.8.0
InstallDir/lib/
-
-
(Optional) The NiFi Ingest package includes an example configuration file that configures logging. This file is named
logback.xml
. If you want to use this, copy the file to theconf/
folder in the Apache NiFi installation directory, replacing thelogback.xml
file that is included with Apache NiFi. Alternatively, you can customize the settings inconf/logback.xml
to suit your needs.You can now install NiFi Ingest connectors or start Apache NiFi. For information about how to start and stop NiFi, or install NiFi as a service, refer to the NiFi documentation.