To install NiFi Ingest, follow these steps.
To install NiFi Ingest
Extract the files from the IDOL NiFi Ingest zip package to the following locations, where InstallDir
represents your Apache NiFi installation directory.
Files | Source in zip package | Destination |
---|---|---|
IDOL components for NiFi | idol-nifi-framework*.nar
|
InstallDir/lib/
|
Files required to run KeyView | filters/
|
InstallDir/filters/
|
KEYVIEW_DIRECTORY
to the directory where you have installed the KeyView filters (for example, InstallDir/filters
).(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 the conf/
folder in the Apache NiFi installation directory, replacing the logback.xml
file that is included with Apache NiFi. Alternatively, you can customize the settings in conf/logback.xml
to suit your needs.
You can now start Apache NiFi. For information about how to start and stop NiFi, or install NiFi as a service, refer to the NiFi documentation.
|