Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.49 KB

setup.md

File metadata and controls

39 lines (26 loc) · 1.49 KB

Settings Up Registry Clients

We leverage a NiFi Registry to be able to import the demo flows.

Note: This project contains a predefined version of the NiFi Registry DB and Flow Storage located under: nifi-registry.

To be able to use the demo's NiFi registry, we need to configure this registry in NiFi.

The following steps can be taken for this:

  1. Log into the NiFi UI.

  2. In the upper right corner, click the Sandwich menu, and select "Controller Settings".

    controller-settings.png

  3. On the "NiFi Settings" window, select the "REGISTRY CLIENTS" tab, then click the "+" icon in the upper right.

    registry-client-add.png

  4. On the "Add Registry Client" window:

    1. In the "Name" field enter the value: Local Registry.
    2. Click the "ADD" button.

    local-reg-add.png

  5. Click the "Edit" (pencil) button on the newly added registry.

    edit-registry.png

  6. On the "Edit Registry Client" window:

    1. Select the "PROPERTIES" tab.
    2. Edit the "URL" property value, and set it to: http://myregistry:18080.
    3. Click the "UPDATE" button.

    update-reg.png

  7. Done! The local registry can now be used.

Return to Usage Guide

Go to next step: Import Demo Flows

Go to previous step: Parameter Contexts