Created
March 15, 2016 07:11
-
-
Save toast38coza/3f23267cf6f1538a272d to your computer and use it in GitHub Desktop.
The simplest configuration for testing logstash filters
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
| input{ stdin { } } | |
| output { stdout { codec => rubydebug } } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run:
logstash -f /path/to/logstash_simples_example.confAfter logstash has started, you can type anything and it will spit out the logstashed output