You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Randy Gelhausen (JIRA)" <ji...@apache.org> on 2016/12/10 01:45:58 UTC

[jira] [Created] (MINIFI-166) Append command and switches to FlowFiles generated by ExecuteProcess

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)