I have just installed logstash 1.5.3 on a Linux machine. Details: When I try to run the basic “hello world” setup I get nothing on stdout. Any ideas why? I installed this on my Windows machine and am able to run it there. Output to file is also not working: The file “logtest1” is not e…
Tag: stdout
pass stdout as file name for command line util?
I’m working with a command line utility that requires passing the name of a file to write output to, e.g. The only thing it writes to stdout is a message that indicates that it ran successfully. I’d like to be able to pipe everything that is written to output.txt to another command line utility. M…