Peter Kedvessy created NIFI-14093:
-------------------------------------
Summary: Update MiNiFi Java Agent Quick Start Guide
Key: NIFI-14093
URL: https://issues.apache.org/jira/browse/NIFI-14093
Project: Apache NiFi
Issue Type: Improvement
Components: Documentation & Website
Affects Versions: 2.0.0
Reporter: Peter Kedvessy
Update
[https://github.com/apache/nifi/blob/main/minifi/minifi-docs/src/main/markdown/minifi-java-agent-quick-start.md#manually-from-a-nifi-dataflow]
as the json format of the exported flow file has been changed, so a
transformation step should be applied by MiNiFi Toolkit right before importing
the flow into MiNiFi:
# Launch NiFi
# Create a dataflow.
# Export the dataflow in JSON format.
# Transform the downloaded .json file by MiNiFi Toolkit - \{sample command
goes here}
# Move your *transformed* .json file to {{{}minifi/conf{}}}.
# Rename your .json file {_}flow.json.raw{_}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)