MiNiFi Agent Quick StartPDF version

Configuring C2 Properties for MiNiFi Java

Once you have installed the MiNiFi Java agent, update the configuration file.

The configuration file for MiNiFi Java is conf/bootstrap.conf.

  1. From the MiNiFi home directory, open the bootstrap.conf file.
  2. Configure the Agent Class so that you can logically group MiNiFi instances according to their functionality. Specify the agent class:
    nifi.c2.agent.class={AGENT_CLASS}
  3. Configure the Agent ID. If you do not specify an Agent ID, MiNiFi generates a unique ID per agent instance.
    nifi.c2.agent.identifier={AGENT_ID}
  4. Configure your EFM Server endpoint:
    nifi.c2.rest.url=http://{EFM_SERVER_IP}:10080/efm/api/c2-protocol/heartbeat
    nifi.c2.rest.url.ack=http://{EFM_SERVER_IP}:10080/efm/api/c2-protocol/acknowledge
  5. Configure the heartbeat interval:
    nifi.c2.agent.heartbeat.period={HEARTBEAT_INTERVAL}

We want your opinion

How can we improve this page?

What kind of feedback do you have?