Created
October 17, 2016 18:21
-
-
Save preaction/79599acb9362c1afeded9814079be058 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ logstash -e 'input { stdin { } } output { stdout {} }' | |
Settings: Default pipeline workers: 4 | |
Pipeline main started | |
> Hello, World! | |
2016-10-17T18:20:29.927Z gwen.local Hello, World! | |
Pipeline main has been shutdown | |
stopping pipeline {:id=>"main"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment