Configuring your MiNiFi Java Agent
After you install the MiNiFi Java Agent, you need to update the configuration files.
If you want to configure your agent, use the conf/bootstrap.conf configuration file.
The MiNiFi Java Agent creates an auto-generated minifi.properties file at every startup. You should not use it for general agent configuration. If you want to override any property set in minifi.properties, you can do it by adding it to the end of the bootstrap.conf file.
For example, to change the content repository location, add the following
to
bootsrap.conf:
nifi.content.repository.directory.default=[***/path/to/repos/content***]
Follow these steps to configure the MiNiFi Java Agent: