Updating agent capability using Asset Push from EFM
Learn how you can use Asset Push to automate the process of distributing NAR files to
the agents much faster.
MiNiFi Java is released with a set of core processors and controller services. As the flow
or requirements evolve, there may be a need for more niche or custom processors. In such
cases, all MiNiFi agents would have to be updated independently to add the new capability.
Combining property updates with asset push and manifest refresh, you can perform these
updates directly from EFM without accessing each agent separately.
You can watch this demo video about the process:
Or follow the below steps to update agent capabilities remotely:
Gather all NAR files that are required for your processor.
Some processors require multiple NARs. You can either create your custom processor and
bundle it as NARs or you can use the Cloudera Artifactory for available NARs:
https://repository.cloudera.com/artifactory/repo/org/apache/nifi/
Upload the NAR file(s) to S3 or all EFM nodes.
For more information, see Using Asset Push command.
Set the value of the asset directory property to the extension directory, which is
./extensions by default.
Java Agent property: c2.asset.directory
C++ Agent property: nifi.c2.asset.directory
Using the UI:
Click Monitor on the left navigation panel to open the
Dashboard.
Select an agent class.
Click Actions > Agent Configuration.
The Edit Agent Configuration dialog
appears:
Select the asset directory property (for a Java agent, it is
c2.asset.directory).
Add ./extensions in the Value field and
click Apply.
Once the asset push and manifest refresh are complete, the new
processors/controller services are available. You can verify the updated capabilities on the
EFM UI.