Github user ottobackwards commented on the issue:
https://github.com/apache/nifi/pull/2820
@PrashanthVenkatesan It looked to me that the raw data was NOT part of the
json. Am I mistaken? I don't think that is good practice, having json +
something.
If you put the raw content in a json field ( maybe encoded base64 or
something ) that would work I think.
So IF I configured output to content and IF I select include raw in output
THEN encode the raw and put it in the json.
Something like that.
I don't understand how the output of the Netflow could be different where
you would need templates. When would there be different json?
---