On 5/22/2013 12:27 PM, Frank M. Ramaekers wrote:
> Don't really want to do that.   I want to take an existing EXEC that
> doesn't create a log file and run it through this to produce a log file.
> 
> I guess we can't timestamp each line accurately (from an existing EXEC)?

The problem isn't how you timestamp the lines, it's when they arrive.
There's not a way to run an exec and get its console output into the
pipeline in real time in the same virtual machine.  The pipeline can't
receive the output until it gets control back from the exec.

If you can run the exec in *another* machine with your machine as the
SECUSER (or OBSERVER), then you can use STARMSG to capture the output in
real time.

¬R

Reply via email to