Greg Solovyev created NIFI-14793:
------------------------------------
Summary: Allow specifying process group name when importing it
from Registry
Key: NIFI-14793
URL: https://issues.apache.org/jira/browse/NIFI-14793
Project: Apache NiFi
Issue Type: Improvement
Reporter: Greg Solovyev
Assignee: Greg Solovyev
This is a modification I had to make to our fork of Nifi tookit. We use Nifi
Registry to host "connector templates". I.e., a connector that listens to
SysLog updates from a DNS server and writes the filtered events to S3. We are
deploying multiple instances of the same connector to the same Nifi instance
under multiple names (usually names prefixed with hostname of the target
system). When we use nifi toolkit to import the process group from the
registry, it always ends up with the same name, which causes the import to fail
once there is one process group of the same type deployed already. I added
`--pg-name` parameter to pg-import command and that solves the problem for us.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)