[
https://issues.apache.org/jira/browse/NIFI-14093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Kedvessy updated NIFI-14093:
----------------------------------
Description:
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 moving the
flow to MiNiFi's configuration directory:
# Launch NiFi
# Create a dataflow.
# Export the dataflow in JSON format.
# *Transform the downloaded .json file with MiNiFi Toolkit - \{sample command
goes here}*
# Move your *transformed* .json file to {{{}minifi/conf{}}}.
# Rename your *transformed* .json file {_}flow.json.raw{_}.
was:
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 with MiNiFi Toolkit - \{sample command
goes here}*
# Move your *transformed* .json file to {{{}minifi/conf{}}}.
# Rename your .json file {_}flow.json.raw{_}.
> 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
> Priority: Major
> Labels: minifi-java
>
> 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 moving
> the flow to MiNiFi's configuration directory:
> # Launch NiFi
> # Create a dataflow.
> # Export the dataflow in JSON format.
> # *Transform the downloaded .json file with MiNiFi Toolkit - \{sample
> command goes here}*
> # Move your *transformed* .json file to {{{}minifi/conf{}}}.
> # Rename your *transformed* .json file {_}flow.json.raw{_}.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)