Once the EFM Server is installed, you can configure it by editing the
efm.properties
file. At minimum, you should edit the EFM Server
address, set up the connection to NiFi Registry, and configure the connection to your
database.
-
Open the efm.properties file located in
$EFM_HOME/conf/efm.properties.
-
Configure the EFM Server address. Change
efm.server.address=localhost
to
efm.server.address={EFM_IP_OR_HOSTNAME}
,
or use 0.0.0.0
to listen on all network interfaces.
-
Configure your connection by editing the following two properties:
Change efm.nifi.registry.enabled=false
to
efm.nifi.registry.enabled=true
.
Change efm.nifi.registry.url
to point to the base URL of
your NiFi Registry server.
-
Configure one of the following properties to identify the NiFi Registry bucket
you want EFM to use. Do not set both.
efm.nifi.registry.bucketId=
efm.nifi.registry.bucketName=