Skip to content

Instantly share code, notes, and snippets.

@jaakkos
Last active August 29, 2015 14:09
Show Gist options
  • Save jaakkos/00ed0a01f5c43f8c9e55 to your computer and use it in GitHub Desktop.
Save jaakkos/00ed0a01f5c43f8c9e55 to your computer and use it in GitHub Desktop.
winston-logstash integration test configuration file.
input {
stdin {
type => "stdin-type"
}
tcp {
port => 28777
host => "0.0.0.0"
type=>"sample"
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
embedded => true
}
}
filter {
json {
source => "message"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment