Randy Gelhausen created MINIFI-166:
--------------------------------------

             Summary: Append command and switches to FlowFiles generated by 
ExecuteProcess
                 Key: MINIFI-166
                 URL: https://issues.apache.org/jira/browse/MINIFI-166
             Project: Apache NiFi MiNiFi
          Issue Type: Improvement
          Components: C++, Core Framework
            Reporter: Randy Gelhausen


As a flow designer, I want to use ExecuteProcess (in minifi-cpp) to run 
commands (ps, netstat, ping, traceroute, etc.) and ship outputs to a NiFi hub. 
I want to pass each command output as a distinct data source.

As operator of the NiFi hub, I want to allow app teams to send output from 
arbitrary commands without creating separate input ports for each command.

I need to route command output based on the command and arguments used to 
generate the output, thus I need "command" and "arguments" attributes on the 
FlowFiles I receive.

ExecuteProcess should append "command" and "arguments" as FlowFile attributes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to