Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Repository Options

Security Options

Property nameDescriptionDefault ValueRequired
nifi.default.directory 

Default directory by which we will MiNiFi will search supplementary files, such
as certificates, if a full path is not specified.

 N
nifi.flow.configuration.fileYAML configuration file that will be used to create the flowsconfig.ymlY
nifi.flow.engine.threadsMaximum number of threads used to limit the component lifecycle thread pool8N
nifi.administrative.yield.durationYield value that will be incurred for a processor when errors occur0N
nifi.bored.yield.duration

Yield value that will be used when processors declare there is no work to do
or when backpressure is applied

0N
nifi.flowcontroller.graceful.shutdown.periodTiming period used to allow the flow controller to gracefully shut down before
a hard shutdown is performed.
60sN
nifi.log.levelLog level for the MiNiFi C++ agentinfoN
nifi.server.nameName of the NiFI server N
nifi.server.portServer port for the NiFi instance to which we are communicating N
nifi.server.report.intervalNiFi protocol server reporting interval1sN
nifi.flow.configuration.class.nameFlow configuration class, used to configure the FlowControllerYamlConfigurationN

Anchor
repos
repos
Repository Options

nifi.flow.repository.class.nameFlow Repository Class, used when instantiating the flow controller repoFlowRepositoryN
nifi.volatile.repository.optionsOptions used to define sub options for the volatile repository instancesn/aN
-- nifi.volatile.repository.options.<name>.max.countMaximum count for the defined volatile repository. <name> will be flowrepository
or provenancerepo
10,000N
nifi.provenance.repository.class.nameProvenance repository class nameProvenanceRepositoryN
nifi.provenance.repository.max.storage.sizeProvenance repository maximum storage size10MN
nifi.provenance.repository.max.storage.timeProvenance repository time limit that represents the maximum lifetime for an entry1MN
nifi.provenance.repository.directory.defaultDefault provenance repository directory./provenance_repositoryN
nifi.flowfile.repository.max.storage.sizeFlow file repo maximum storage size10MN
nifi.flowfile.repository.max.storage.timeFlow file repository time limit that represents the maximum lifetime for an entry1MN
nifi.flowfile.repository.directory.defaultDefault flow file repository directory./flowfile_repositoryN

Anchor
security
security
Security

nifi.remote.input.secureBoolean value that determines if protocols will use TLS versus clear socket
communications
falseN
nifi.security.need.ClientAuthDetermine if a client certificate is neededfalseN
nifi.security.client.certificateClient certificate Y (if above
true)
nifi.security.client.private.keyClient Private key Y (if secure)
nifi.security.client.pass.phrasepass phrase for the private key file, specified above Y (if secure)
nifi.security.client.ca.certificateCA certificate