Skip to content

Instantly share code, notes, and snippets.

@michaelkeevildown
Created October 19, 2016 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelkeevildown/f0b54579748ba0b53055db90e89dfa18 to your computer and use it in GitHub Desktop.
Save michaelkeevildown/f0b54579748ba0b53055db90e89dfa18 to your computer and use it in GitHub Desktop.
Simple Logstash Test Config
input {
stdin {
}
}
filter {
}
output {
stdout { codec => rubydebug }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment